diff --git a/ChangeLog b/ChangeLog index d46719066a..bd19cd82d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 24 02:24:58 2004 Matthias Clasen + + * NEWS: Additions. + Mon Feb 23 19:57:45 2004 Jonathan Blandford * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d46719066a..bd19cd82d5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Tue Feb 24 02:24:58 2004 Matthias Clasen + + * NEWS: Additions. + Mon Feb 23 19:57:45 2004 Jonathan Blandford * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index d46719066a..bd19cd82d5 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Tue Feb 24 02:24:58 2004 Matthias Clasen + + * NEWS: Additions. + Mon Feb 23 19:57:45 2004 Jonathan Blandford * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d46719066a..bd19cd82d5 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Tue Feb 24 02:24:58 2004 Matthias Clasen + + * NEWS: Additions. + Mon Feb 23 19:57:45 2004 Jonathan Blandford * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d46719066a..bd19cd82d5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Tue Feb 24 02:24:58 2004 Matthias Clasen + + * NEWS: Additions. + Mon Feb 23 19:57:45 2004 Jonathan Blandford * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size): diff --git a/NEWS b/NEWS index 2fd6cb401e..7bf45faa1f 100644 --- a/NEWS +++ b/NEWS @@ -10,20 +10,59 @@ Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3 - GtkFileSystemUnix now notifies correctly on ::create_folder(). - Slight GUI reorganization. - File system module support. [Alexander Larsson] - - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen] + - Pathbar widget. [Jonathan R. Blandford] + - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson, + Alexander, Jonathan] + - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer] - Memory leak fixes [Morten Welinder] * GtkTreeView: - Fix return values. [Federico, R. McFarland] + - Properly cancel the arrow animation. [Michael Zucchi] + - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker] +* GtkToolbar: + - Improve the sliding implementation. [Soeren Sandmann] + - Add writeonly ::group property to GtkRadioToolButton. [Soeren, Olivier Andrieu] + - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren] +* Menus: + - Make menus work better on Xinerama [Matthias] + - Fix keynav in RTL mode. [Matthias] + - Fix grid mode, removing of items. [Matthias, Vincent Noel] + - Make tearoff menu items work anywhere in menus. [Matthias] + - Improve popup/popdown behaviour. [Soeren] +* Assume gravity works. [Soeren] +* Cache GCs for drawing. [Brian Cameron, Soeren] +* Handle focus adjustment correctly for deeply nested focus locations. [Matthias, + Owen Taylor] +* Use reference counting for shared data in GtkActionGroup. [Matthias, Adam Hooper] * Add a "use-separator" style property to GtkMessageDialog, and make it not resizable. [Federico] * Add 'const' to uses of GdkColor that need it. [Federico] * Put focusable labels in the focus chain. [Federico] +* Make destroying widgets in focus-out-event work. [Owen, Grant Gayed] +* Add properties to GtkAdjustment [Murray Cumming] +* Add change notification to GtkAccelMap [Matthias, Owen] +* Add settings to suppress icons in buttons and menus. [Matthias] +* Add Xft settings for hinting and antialiasing. [Federico, Owen] +* Make size of indicator in menu items themeable. [Bill Hanemann, + Narayana Pattipati, Matthias] * Fixes to GtkIconTheme [Tosten Schoenfeld] +* Improve drawing of GtkExpander. [Mark McLoughlin] +* Improve drawing of paned handles. [Soeren] +* Remove broken hangul input module. [Changwoo Ryu] * Remove C++-style comments. [Damien Carbery] -* Memory leak fixes. [Christian Persch] -* Miscellaneous fixes. [Morten Welinder] +* Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias] +* RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky] +* Accessibility improvements for tooltips, GtkScale. [Padraig O'Briain] +* Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez] +* Win32 fixes. [Tor Lillqvist] * Documentation: - New section on how to check for modifier keys correctly. [Federico] + - Miscellaneous improvements. [Tim-Philipp Müller, Matthias] +* Other contributors: Marco Pesenti Gritti, Jonas Jonsson, + Yao Zhang, Felipe Heidrich, Joshua N. Pritikin, Theppitak Karoonboonyanan, + Manish Singh, Yu Shao, John Ellis, Tommi Komulainen, Julio M. Merino Vidal, + Benjamin Otte, Rodney Dawes, David Hawthorne, Dan Damian, + Christopher Blizzard, Christian Biere, Paolo Borelli Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2 =================================================