diff --git a/ChangeLog b/ChangeLog index 3fb4807d1e..a2ecaf8b48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 23 02:57:16 CET 1999 Marc Lehmann + + * app/drawable_cmds.c: fix documentation for + drawable_type_with_alpha. + Tue Feb 23 00:05:39 GMT 1999 Adam D. Moss * app/plug_in.c @@ -15,6 +20,16 @@ Tue Feb 23 00:05:39 GMT 1999 Adam D. Moss tweaks, rhubarb rhubarb, merged in some 'cosmetic' tweaks from Marco. +Mon Feb 22 14:08:59 CET 1999 Marc Lehmann + + * app/procedural_db.h, app/internal_procs.c, app/procedural_db.c + libgimp/gimpfeatures.h.in: "gimp_procedural_db_get_data_size" + exists, but has never been registered (of course it was buggy as + well). This is especially funny since the function in _gimp-perl_ + that should be using it since half a year tested the wrong symbol + for its presence, so this went undetected. One could argue that + this is the least used gimp function ever ;-> + 1999-02-22 adam, blah blah * app/appenv.h: fixed a macro bug waiting to happen @@ -225,7 +240,7 @@ Mon Feb 15 21:14:00 CST 1999 Seth Burgess * plug-ins/perl/examples/windy.pl * plug-ins/perl/examples/feedback.pl * plug-ins/perl/examples/xachlego.pl - * plug-ins/perl/examples/xachshadows.pl: added email addresses and + * plug-ins/perl/examples/xachshadow.pl: added email addresses and put things in a more sane spot in the menus Mon Feb 15 05:23:18 1999 Tor Lillqvist diff --git a/MAINTAINERS b/MAINTAINERS index 31b7d292cc..24803ae88f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -64,7 +64,7 @@ commit access: yes Name: Marc Lehman Email: pcg@goof.com -url: http://lehmann.home.ml.org/ +url: http://gimp.pages.de/ ircnick: expertise: perl, language binding issues current work: perl-interface, language interface design diff --git a/app/drawable_cmds.c b/app/drawable_cmds.c index 5a345cba6e..a68c97eac7 100644 --- a/app/drawable_cmds.c +++ b/app/drawable_cmds.c @@ -552,7 +552,7 @@ ProcArg drawable_type_with_alpha_out_args[] = { { PDB_INT32, "type_with_alpha", - "the drawable's type with alpha: { RGBA (0), GRAYA (1), INDEXEDA (2) }" + "the drawable's type with alpha: { RGBA (1), GRAYA (3), INDEXEDA (5) }" } };