diff options
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | NEWS | 20 |
2 files changed, 24 insertions, 16 deletions
@@ -1,24 +1,12 @@ 2008-03-06 Thomas Thurman <tthurman@gnome.org> - * tools/release-wrangler.py: basic md5 printing (not used yet); - also print release announcements to stdout (eventually will - need to be emailed to release list and blogged) + * NEWS: 2.23.1 release. 2008-03-06 Thomas Thurman <tthurman@gnome.org> - Part three of the great prefs refactor, this time - dealing with string preferences. (This was the most - complicated part, and has been especially tested and - valground before committing. As ever, though, let us - know if you find a problem.) - - * src/core/prefs.c (MetaStringPreference): new struct. - * src/core/prefs.c (update_*): replaced with *_handler - * src/core/prefs.c (meta_prefs_init): uses new string prefs - init; uses array of gconf dirs to monitor rather than - repeating code. - * src/core/prefs.c (handle_preference_init_enum): tidying - * src/core/prefs.c (change_notify): uses new string prefs + * tools/release-wrangler.py: basic md5 printing (not used yet); + also print release announcements to stdout (eventually will + need to be emailed to release list and blogged) 2008-03-06 Thomas Thurman <tthurman@gnome.org> @@ -1,3 +1,23 @@ +2.23.1 +====== + +Thanks to Cosimo Cecchi, Jens Granseuer, Jim Huang, Andrea Del Signore, and +Thomas Thurman for improvements in this version. + +(Cosimo's patch was very similar to another received from Jason Ribero.) + + - Allow horizontal and vertical maximisation using the mouse (Cosimo/Jason) + (#358674) + - Allow "spacer" as a value for buttons, for blank space (Andrea) (#509165) + - Remove unused code (Jim) + - refactor preferences handling (Thomas) + - make sure we're valid C89 (Jens) (#518917) + - some messing with tool scripts (Thomas) + +Translations + Jorge González (es), Claude Paroz (fr), Woodman Tuen (zh_HK), Woodman + Tuen (zh_TW) + 2.23.0 ====== |