CVSROOT: /cvs/gnome
Module name: gimp
Changes by: neo 06/08/08 17:06:36
Modified files:
. : ChangeLog
app/actions : data-commands.c documents-commands.c
file-commands.c layers-commands.c
app/core : gimp.c gimp.h gimpimage-convert.c
gimpimagefile.c gimpitem.c gimplayer.c
app/dialogs : file-open-dialog.c file-open-location-dialog.c
file-save-dialog.c
app/display : gimpdisplayshell-dnd.c
app/pdb : brush_cmds.c gimppdb.c gradient_cmds.c
image_cmds.c palette_cmds.c
app/tools : gimpblendtool.c gimpbrightnesscontrasttool.c
gimpcolorbalancetool.c gimpcolorizetool.c
gimpcurvestool.c gimphuesaturationtool.c
gimplevelstool.c gimpposterizetool.c
gimpthresholdtool.c
app/widgets : gimpwidgets-utils.c
app/xcf : xcf-load.c xcf-private.h xcf-save.c xcf.c
tools/pdbgen/pdb: brush.pdb gradient.pdb image.pdb palette.pdb
Log message:
2006-08-08 Sven Neumann <***@gimp.org>
* app/core/gimp.[ch]: added new function gimp_message() as a
replacement for g_message(). Part of the fix for bug #347214 [http://bugzilla.gnome.org/show_bug.cgi?id=347214].
* app/actions/data-commands.c
* app/actions/documents-commands.c
* app/actions/file-commands.c
* app/actions/layers-commands.c
* app/core/gimpimage-convert.c
* app/core/gimpimagefile.c
* app/core/gimpitem.c
* app/core/gimplayer.c
* app/dialogs/file-open-dialog.c
* app/dialogs/file-open-location-dialog.c
* app/dialogs/file-save-dialog.c
* app/display/gimpdisplayshell-dnd.c
* app/pdb/gimppdb.c
* app/tools/gimpblendtool.c
* app/tools/gimpbrightnesscontrasttool.c
* app/tools/gimpcolorbalancetool.c
* app/tools/gimpcolorizetool.c
* app/tools/gimpcurvestool.c
* app/tools/gimphuesaturationtool.c
* app/tools/gimplevelstool.c
* app/tools/gimpposterizetool.c
* app/tools/gimpthresholdtool.c
* app/widgets/gimpwidgets-utils.c
* app/xcf/xcf-load.c
* app/xcf/xcf-private.h
* app/xcf/xcf-save.c
* app/xcf/xcf.c
* tools/pdbgen/pdb/brush.pdb
* tools/pdbgen/pdb/gradient.pdb
* tools/pdbgen/pdb/image.pdb
* tools/pdbgen/pdb/palette.pdb: use gimp_message() instead of
gimp_message() whenever we have a GimpProgress.
* app/pdb/brush_cmds.c
* app/pdb/gradient_cmds.c
* app/pdb/image_cmds.c
* app/pdb/palette_cmds.c: regenerated.
URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=neo&date=explicit&mindate=2006-08-08%2017:05&maxdate=2006-08-08%2017:07