diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-29 23:47:20 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-29 23:47:20 +0000 |
commit | 96a57c8b1be82a67cda805a72cc7ce53e8eeaf34 (patch) | |
tree | 00b68f46d7b4bda3ea425f8869aa787d21886c5f | |
parent | f4eea732101c3cee135e0ec03efa8d079e08d5a8 (diff) | |
download | gtk+-96a57c8b1be82a67cda805a72cc7ce53e8eeaf34.tar.gz |
ews for 2.3.5.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | NEWS | 28 |
6 files changed, 47 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Mon Mar 1 00:51:11 2004 Matthias Clasen <maclas@gmx.de> + + * NEWS: News for 2.3.5. + Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_completion_key_press): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 97fe702508..16ac49cae9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Mon Mar 1 00:51:11 2004 Matthias Clasen <maclas@gmx.de> + + * NEWS: News for 2.3.5. + Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_completion_key_press): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 97fe702508..16ac49cae9 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Mon Mar 1 00:51:11 2004 Matthias Clasen <maclas@gmx.de> + + * NEWS: News for 2.3.5. + Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_completion_key_press): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 97fe702508..16ac49cae9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Mon Mar 1 00:51:11 2004 Matthias Clasen <maclas@gmx.de> + + * NEWS: News for 2.3.5. + Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_completion_key_press): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 97fe702508..16ac49cae9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Mon Mar 1 00:51:11 2004 Matthias Clasen <maclas@gmx.de> + + * NEWS: News for 2.3.5. + Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_completion_key_press): @@ -1,4 +1,30 @@ -Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.4 +Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5 +================================================= +* GtkFileChooser [Federico Mena Quintero]: + - Enable DND in the shortcuts list. [Federico] + - More folder modes. [Jonathan R Blandford] + - Misc. fixes [Jonathan] +* GtkComboBox + - Memory leak/crash fixes. [Damon Chaplin, Matthias Clasen] + - Always grab when popping the list up. [Damon, Matthias] + - Improve popup positioning. [Matthias] +* Improve space allocation in menubars. [Soeren Sandmann] +* Improve key bindings in GtkEntryCompletion [Matthias] +* Hide XCursor dependency. [Soeren] +* Make mouse wheel scrolling usable. [Soeren] +* Use resize cursors for resize grips. [Soeren] +* Add a way to list the mnemonic labels of a widget. [Owen Taylor] +* Add a group-changed signal to GtkRadioButton. [Owen, Padraig O'Briain] +* Export insertion cursor drawing functionality. [Alexander Larsson, Owen] +* Support squiggly red underlines in text views. [Owen] +* Memory leak fixes. [Owen] +* Win32 fixes. [Hans Breuer] +* Misc. fixes [Owen Taylor, Tomasz Lloczko, George Bronnikov, Manish Singh, + J. Ali Harlow] +* Documentation improvements [Matthias, Federico, Torsten Schoenfeld] +* Updated translations (sr,sr@Latn,sr@ije,ja,th,nl,de,pt,da,et,fi,ar,fr) + +Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4 ================================================= * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor] * Add some extra GtkExpander docs [Federico Mena Quintero] |