*** empty log message ***
This commit is contained in:
parent
e51f6f666c
commit
022c931c18
3 changed files with 18 additions and 3 deletions
17
ChangeLog
17
ChangeLog
|
|
@ -1,3 +1,8 @@
|
|||
Tue Feb 23 02:57:16 CET 1999 Marc Lehmann <pcg@goof.com>
|
||||
|
||||
* app/drawable_cmds.c: fix documentation for
|
||||
drawable_type_with_alpha.
|
||||
|
||||
Tue Feb 23 00:05:39 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* app/plug_in.c
|
||||
|
|
@ -15,6 +20,16 @@ Tue Feb 23 00:05:39 GMT 1999 Adam D. Moss <adam@gimp.org>
|
|||
tweaks, rhubarb rhubarb, merged in some 'cosmetic' tweaks
|
||||
from Marco.
|
||||
|
||||
Mon Feb 22 14:08:59 CET 1999 Marc Lehmann <pcg@goof.com>
|
||||
|
||||
* 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 <sjburges@gimp.org>
|
|||
* 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 <tml@iki.fi>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) }"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue