diff --git a/ChangeLog b/ChangeLog index c697704dca..bb1ac10c4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,13 +4,13 @@ * app/config/gimprc-blurbs.h: removed "module-load-inhibit" property since the GimpModuleDB stores this value. - * app/config/gimpconfigwriter.[ch] (gimp_config_writer_new): + * app/config/gimpconfigwriter.[ch] (gimp_config_writer_new_file): renamed parameter "gboolean safe" to "gboolean atomic". * app/core/gimpmodules.c: ported modulerc parsing/writing to - GimpScanner and GimpConfigWriter (apparently it was forgotten - during gimprc cleanup). Makes keeping modules from being loaded - work again. Reported by Michael Schumacher on #gimp. + GScanner and GimpConfigWriter (apparently it was forgotten during + gimprc cleanup). Makes keeping modules from being loaded work + again. Reported by Michael Schumacher on #gimp. 2003-09-02 Simon Budig