Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
022c931c
Commit
022c931c
authored
Feb 23, 1999
by
Marc Lehmann
Browse files
*** empty log message ***
parent
e51f6f66
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
022c931c
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/xachshadow
s
.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>
...
...
MAINTAINERS
View file @
022c931c
...
...
@@ -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
...
...
app/drawable_cmds.c
View file @
022c931c
...
...
@@ -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
) }"
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment