From 0483c1a9dd17766ab2c0cd3e96cbd5591a1277d1 Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Thu, 23 Oct 2003 19:19:07 +0000 Subject: [PATCH] Updates for 2.3.0; changed header to match the style we used for 2.1.0. Thu Oct 23 21:12:50 2003 Kristian Rietveld * NEWS: Updates for 2.3.0; changed header to match the style we used for 2.1.0. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ NEWS | 19 ++++++++++++++----- 6 files changed, 39 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 155ae85bfd..36cad6486a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 23 21:12:50 2003 Kristian Rietveld + + * NEWS: Updates for 2.3.0; changed header to match the style we used + for 2.1.0. + Thu Oct 23 20:47:44 2003 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 155ae85bfd..36cad6486a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Thu Oct 23 21:12:50 2003 Kristian Rietveld + + * NEWS: Updates for 2.3.0; changed header to match the style we used + for 2.1.0. + Thu Oct 23 20:47:44 2003 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 155ae85bfd..36cad6486a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Thu Oct 23 21:12:50 2003 Kristian Rietveld + + * NEWS: Updates for 2.3.0; changed header to match the style we used + for 2.1.0. + Thu Oct 23 20:47:44 2003 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 155ae85bfd..36cad6486a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Thu Oct 23 21:12:50 2003 Kristian Rietveld + + * NEWS: Updates for 2.3.0; changed header to match the style we used + for 2.1.0. + Thu Oct 23 20:47:44 2003 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 155ae85bfd..36cad6486a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Thu Oct 23 21:12:50 2003 Kristian Rietveld + + * NEWS: Updates for 2.3.0; changed header to match the style we used + for 2.1.0. + Thu Oct 23 20:47:44 2003 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually diff --git a/NEWS b/NEWS index d9027829e5..654b73903a 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ -Overview of Changes in GTK+ 2.3.0 -================================= +Overview of Changes from GTK+-2.2.x to GTK+-2.3.0 +================================================= * New action-based menu API: GtkUIManager, GtkActionGroup, GtkAction, etc. [James Henstridge, Soeren Sandmann, Matthias Clasen] -* New Combobox widget: GtkCombo [Kristian Rietveld] -* Autocompletion and for entries: GtkEntryCompletion [Kristian] +* New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld] +* Autocompletion for entries: GtkEntryCompletion [Kristian] * New "disclosure triangle" widget: GtkExpander [Marc McLoughlin] * New "picker button" widgets: GtkFontButton, GtkColorButton [Matthias] * Support icon themes for stock icons [Owen Taylor] @@ -22,6 +22,7 @@ Overview of Changes in GTK+ 2.3.0 * Fix gdk_window_begin_paint() bug [Soeren] * New "focus_on_click" property for GtkButton [Soeren] * New "accepts_tab" property for GtkTextView [Soeren] +* Deprecate GtkCombo and GtkOptionMenu [Kristian] GtkToolbar: [Soeren] - New toolbar API [James, Anders Carlsson, Owen] @@ -32,8 +33,16 @@ GtkToolbar: [Soeren] - Drawing improvements - Support context menu +GtkTreeView: [Kristian Rietveld] + - Handle RTL [Matthias, Jonathan] + - Add expand flag to column packing parameters [Jonathan, Kristian] + - gtk_tree_path_free now silently returns on NULL paths + - Move row reference updating code to closures + - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work, + get rid of gtk-tree-model-drop-append. + Other contributors: Krasimir Angelov, Mariano Suarez-Alvarez, David - Bordoley, Christian Persch, Morten Welinder + Bordoley, Christian Persch, Morten Welinder, Marco Pesenti Gritti Overview of Changes in GTK+ 2.2.0 =================================