mirror of https://github.com/GNOME/gimp.git
NEWS update, fixed a typo in ChangeLog
This commit is contained in:
parent
3bb2f79984
commit
7c2f4a126a
|
@ -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
6
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
|
||||
|
|
Loading…
Reference in New Issue