diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-24 22:25:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-02-24 22:25:41 +0000 |
commit | 1a48dcb14f6d9e1c56e96315e59c0b2ffa6dd634 (patch) | |
tree | 3ed9984d7c8e3fd823a079be27d6490389e0fd60 /NEWS | |
parent | 359748bd2704cf6ba8b8063107a32a692f765cf9 (diff) | |
download | gtk+-1a48dcb14f6d9e1c56e96315e59c0b2ffa6dd634.tar.gz |
=== Released 2.3.3 ===GTK_2_3_3
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
* configure.in: Version 2.3.3, interface age 0.
* NEWS: Finish updates for 2.3.3.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 34 |
1 files changed, 22 insertions, 12 deletions
@@ -12,16 +12,19 @@ Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3 - File system module support. [Alexander Larsson] - Pathbar widget. [Jonathan R. Blandford] - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson, - Alexander, Jonathan] + Padraig O'Briain, 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] + - Don't darken the sort column unless there are three visible columns + [Jonathan] * GtkToolbar: - Improve the sliding implementation. [Soeren Sandmann] - - Add writeonly ::group property to GtkRadioToolButton. [Soeren, Olivier Andrieu] + - 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] @@ -29,11 +32,15 @@ Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3 - Fix grid mode, removing of items. [Matthias, Vincent Noel] - Make tearoff menu items work anywhere in menus. [Matthias] - Improve popup/popdown behaviour. [Soeren] +* gdk-pixbuf: + - Fix some problems with indexed BMPs [Kazuho Okui, Matthias] + - Work around some libjpeg header file craziness [Manish Singh] * 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] +* 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] @@ -52,17 +59,20 @@ Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3 * Remove C++-style comments. [Damien Carbery] * 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] +* Accessibility improvements for tooltips, GtkScale. [Padraig] * 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 + - Miscellaneous improvements. [Pascal Haakmat, Jan Huelsbergen, + Tim-Philipp Müller, Matthias] +* New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja, + ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn) +* Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, + Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti, + Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen, + Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin, + Yu Shao, Yao Zhang Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2 ================================================= |