mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
dbdecb1f77
commit
0c853f0e59
|
@ -1,6 +1,8 @@
|
||||||
Revision history for Gimp-Perl extension.
|
Revision history for Gimp-Perl extension.
|
||||||
|
|
||||||
1.092
|
- scm2perl had broken cdr and cddr stubs...
|
||||||
|
|
||||||
|
1.092 Wed Jun 2 14:52:29 CEST 1999
|
||||||
- testsuite failed when !HAVE_PDL (and the whole package broke on
|
- testsuite failed when !HAVE_PDL (and the whole package broke on
|
||||||
systems with underpowered dynamic linkers).
|
systems with underpowered dynamic linkers).
|
||||||
- gtk-1.0.x and gimp < 1.0.4 are no longer "officially" supported.
|
- gtk-1.0.x and gimp < 1.0.4 are no longer "officially" supported.
|
||||||
|
@ -10,7 +12,9 @@ Revision history for Gimp-Perl extension.
|
||||||
- fixed pager bug in gimpdoc.
|
- fixed pager bug in gimpdoc.
|
||||||
- cleaned filehandle handling in Gimp/Net.pm.
|
- cleaned filehandle handling in Gimp/Net.pm.
|
||||||
- streamlined config code again.
|
- streamlined config code again.
|
||||||
- updated examples/parasite-editor and examples/mirrorsplit.
|
- updated examples/parasite-editor, examples/mirrorsplit,
|
||||||
|
examples/PDB.
|
||||||
|
- Gimp::Net was broken (it used GIMP_PATH instead of just GIMP).
|
||||||
|
|
||||||
1.091 Sun May 23 13:21:34 CEST 1999
|
1.091 Sun May 23 13:21:34 CEST 1999
|
||||||
- include a fake typemap.pdl.
|
- include a fake typemap.pdl.
|
||||||
|
|
|
@ -10,7 +10,7 @@ make test TEST_VERBOSE=1
|
||||||
|
|
||||||
bugs
|
bugs
|
||||||
|
|
||||||
* --enable-perl=/tmp/leckmich
|
[DONE] * --enable-perl=/tmp/leckmich
|
||||||
* Kommandozeilenmodus(!).
|
* Kommandozeilenmodus(!).
|
||||||
* don't start gimp in cmdline mode and error.
|
* don't start gimp in cmdline mode and error.
|
||||||
* KILL :auto from default(!)
|
* KILL :auto from default(!)
|
||||||
|
@ -19,7 +19,7 @@ bugs
|
||||||
* possibly rename "Brush Selection" to "Paint Settings"
|
* possibly rename "Brush Selection" to "Paint Settings"
|
||||||
* gimp-tile set dirty automatically(!)
|
* gimp-tile set dirty automatically(!)
|
||||||
* fatal errors in config.pl (!)
|
* fatal errors in config.pl (!)
|
||||||
* disable module build (EMBEDMYALLOC)
|
[DONE] * disable module build (EMBEDMYALLOC)
|
||||||
[DONE] * turn -1 into undef and vice versa.
|
[DONE] * turn -1 into undef and vice versa.
|
||||||
* perl module install dependency
|
* perl module install dependency
|
||||||
* not calling unload -> coredump
|
* not calling unload -> coredump
|
||||||
|
@ -29,7 +29,6 @@ bugs
|
||||||
* wait for working gimp_file_load (or do it myself?)
|
* wait for working gimp_file_load (or do it myself?)
|
||||||
* get rid of xs_exit. please please fuck me plenty.
|
* get rid of xs_exit. please please fuck me plenty.
|
||||||
* create gimpstyle.pod
|
* create gimpstyle.pod
|
||||||
* get rid of ':auto'
|
|
||||||
|
|
||||||
important issues
|
important issues
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue