summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2004-02-23 03:25:56 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-02-23 03:25:56 +0000
commiteb314f4934b93e6c54d291632be1ba9c3aef4cbc (patch)
treee6e301faac2111f313f61ceffe2fe4a6838cfe4e
parent4a9fac17737c7b3c57c70d2c996ff262bc6a5d8e (diff)
downloadgtk+-eb314f4934b93e6c54d291632be1ba9c3aef4cbc.tar.gz
Update for 2.3.3 - Federico
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1e957b8494..17b236151e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
+=================================================
+* GtkFileChooser [Federico]:
+ - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
+ - Correctly handle typed-in filenames in save mode, folder mode, and
+ multiple-selection mode in all combinations.
+ - Don't erase the filename in the entry when changing folders.
+ - Support icons in GtkFileSystemUnix.
+ - GtkFileChooserDialog now comes up at a reasonable size.
+ - GtkFileSystemUnix now notifies correctly on ::create_folder().
+ - Slight GUI reorganization.
+ - File system module support. [Alexander Larsson]
+ - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen]
+ - Memory leak fixes [Morten Welinder]
+* GtkTreeView:
+ - Fix return values. [Federico, R. McFarland]
+* 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]
+* Fixes to GtkIconTheme [Tosten Schoenfeld]
+* Remove C++-style comments. [Damien Carbery]
+* Memory leak fixes. [Christian Persch]
+* Miscellaneous fixes. [Morten Welinder]
+
Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
=================================================
* GdkPixbuf