diff --git a/ChangeLog b/ChangeLog index f324a80993..351743e038 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1005,7 +1005,7 @@ * app/config/gimpguiconfig.[ch]: added "gboolean save_tool_options". * app/tools/gimp-tools.[ch]: implement the same logic as for - devicerc and essionrc: added gimp_tools_clear() which deletes the + devicerc and sessionrc: added gimp_tools_clear() which deletes the stored tool options and added "save_tool_options" and "always_save" parameters to gimp_tools_save(). Everything affects just the primary tool options, *not* the separately saved presets diff --git a/NEWS b/NEWS index 4c8503f73f..e058c9b803 100644 --- a/NEWS +++ b/NEWS @@ -61,4 +61,10 @@ Changes in GIMP 2.3 - moved cursor info out of the Info window into a dockable - moved remaining bits of the Info Window to a new Image Properties dialog - build and install gimp-console by default +- allow to drag and drop image data into GIMP +- use the statusbar more to display hints and info about the tool state +- resurrected --no-data functionality +- improved Helpbrowser plug-in +- allow to choose between different algorithms for Desaturate +- added thumbnail loader to Winicon plug-in - lots of bug-fixes