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.
|
||||
|
||||
- updated perlotine.
|
||||
- updated pixelmap with stub documentation.
|
||||
|
||||
1.096 Thu Jul 8 21:36:36 CEST 1999
|
||||
- fix around PDL-2.002 exporting its own ppport.h.
|
||||
|
|
|
@ -10,7 +10,9 @@ make test TEST_VERBOSE=1
|
|||
|
||||
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
|
||||
* podestions are not expanded in dialog help strings etc..
|
||||
* Document spawn_options in Gimp::Net.
|
||||
|
|
|
@ -8,7 +8,7 @@ use PDL;
|
|||
|
||||
register "pixelmap",
|
||||
"Maps Pixel values and coordinates through general Perl exprtessions",
|
||||
"=pod(*)",
|
||||
"=pod",
|
||||
"Marc Lehmann",
|
||||
"Marc Lehmann <pcg\@goof.com>",
|
||||
"19990528",
|
||||
|
@ -59,6 +59,10 @@ register "pixelmap",
|
|||
|
||||
exit main;
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Not yet written yet, sorry...
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue