mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
1ee81661fc
commit
6994f8467a
|
@ -1,6 +1,7 @@
|
||||||
Revision history for Gimp-Perl extension.
|
Revision history for Gimp-Perl extension.
|
||||||
|
|
||||||
- updated perlotine.
|
- updated perlotine.
|
||||||
|
- updated pixelmap with stub documentation.
|
||||||
|
|
||||||
1.096 Thu Jul 8 21:36:36 CEST 1999
|
1.096 Thu Jul 8 21:36:36 CEST 1999
|
||||||
- fix around PDL-2.002 exporting its own ppport.h.
|
- fix around PDL-2.002 exporting its own ppport.h.
|
||||||
|
|
|
@ -10,7 +10,9 @@ make test TEST_VERBOSE=1
|
||||||
|
|
||||||
bugs
|
bugs
|
||||||
|
|
||||||
* PF_TEXT has no Load/Save buttons
|
* replöace examples/pixemap pod by (.*) and watch it die!
|
||||||
|
* make uninstall is actually a concern: make it work
|
||||||
|
[DONE] * PF_TEXT has no Load/Save buttons
|
||||||
* Christian Soeller told me its easy: apply the affine transformation from C
|
* Christian Soeller told me its easy: apply the affine transformation from C
|
||||||
* podestions are not expanded in dialog help strings etc..
|
* podestions are not expanded in dialog help strings etc..
|
||||||
* Document spawn_options in Gimp::Net.
|
* Document spawn_options in Gimp::Net.
|
||||||
|
|
|
@ -8,7 +8,7 @@ use PDL;
|
||||||
|
|
||||||
register "pixelmap",
|
register "pixelmap",
|
||||||
"Maps Pixel values and coordinates through general Perl exprtessions",
|
"Maps Pixel values and coordinates through general Perl exprtessions",
|
||||||
"=pod(*)",
|
"=pod",
|
||||||
"Marc Lehmann",
|
"Marc Lehmann",
|
||||||
"Marc Lehmann <pcg\@goof.com>",
|
"Marc Lehmann <pcg\@goof.com>",
|
||||||
"19990528",
|
"19990528",
|
||||||
|
@ -59,6 +59,10 @@ register "pixelmap",
|
||||||
|
|
||||||
exit main;
|
exit main;
|
||||||
|
|
||||||
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
Not yet written yet, sorry...
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue