*** empty log message ***

This commit is contained in:
Marc Lehmann 2000-02-13 00:06:40 +00:00
parent 48ca4f17c5
commit 0c548ad41b
1 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,28 @@
Thu Feb 10 17:40:13 CET 2000 Daniel Egger <Daniel.Egger@suse.de>
(applied by pcg@goof.com)
* app/channels_dialog.c: Static variables in fuctions keep
their last value even after leaving a function. Thus the
button_down value toggled when the function was interrupted
by a dnd event. Using a nonstatic button_down fixes bug #2518.
Thu Feb 10 12:25:10 CET 2000 Daniel Egger <Daniel.Egger@suse.de>
(applied by pcg@goof.com)
* app/gimpimage.c: Use the already available function
for changing the active layer and do not set it manually.
This function will also redraw the borders correctly
which the old code didn't -> removed. Simplifies code
and fixes bug #2513.
Thu Feb 7 12:20:01 CET 2000 Daniel Egger <Daniel.Egger@suse.de>
(applied by pcg@goof.com)
* plug-ins/common/randomize.c: Minor i18n fixes.
Sat Feb 12 20:33:43 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/gfli/gfli.c: Made FLI saving actually work, it was