fixed my last ChangeLog entry.

This commit is contained in:
Michael Natterer 2003-12-05 17:27:07 +00:00
parent ca45a5c65a
commit 2e05f5107c
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
* app/main.c: added --pdb-compat-mode command line option. Renamed
--enable-stack-trace to --stack-trace-mode. Made default values of
stack_trace_mode and pdb_compat_mode depend on GIMP_MINOR_VERSION
(default to compat ON and stack_trace NEVER).
(default to compat ON and stack_trace NEVER for stable releases
and to compat WARN and stack_trace ASK for unstable ones).
* app/app_procs.[ch]: pass pdb_compat_mode to gimp_new().