NEWS update, fixed a typo in ChangeLog

This commit is contained in:
Sven Neumann 2005-05-08 23:52:40 +00:00
parent 3bb2f79984
commit 7c2f4a126a
2 changed files with 7 additions and 1 deletions

View File

@ -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

6
NEWS
View File

@ -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