summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--NEWS20
6 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f89e35fe56..9ff19f81a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003 Matthias Clasen <maclas@gmx.de>
+
+ * NEWS: Partial update for 2.3.0.
+
Tue Oct 21 22:07:12 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index f89e35fe56..9ff19f81a3 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003 Matthias Clasen <maclas@gmx.de>
+
+ * NEWS: Partial update for 2.3.0.
+
Tue Oct 21 22:07:12 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index f89e35fe56..9ff19f81a3 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003 Matthias Clasen <maclas@gmx.de>
+
+ * NEWS: Partial update for 2.3.0.
+
Tue Oct 21 22:07:12 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index f89e35fe56..9ff19f81a3 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003 Matthias Clasen <maclas@gmx.de>
+
+ * NEWS: Partial update for 2.3.0.
+
Tue Oct 21 22:07:12 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index f89e35fe56..9ff19f81a3 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003 Matthias Clasen <maclas@gmx.de>
+
+ * NEWS: Partial update for 2.3.0.
+
Tue Oct 21 22:07:12 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
diff --git a/NEWS b/NEWS
index fdbbaa5f0f..8e8f8a1a06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of Changes in GTK+ 2.3.0
+=================================
+* New action-based menu API: GtkUIManager, GtkActionGroup,
+ GtkAction, etc. [James Henstridge, Soeren Sandmann, Matthias Clasen]
+* New toolbar API [Soeren Sandmann]
+* New Combobox widget: GtkCombo [Kristian Rietveld]
+* Autocompletion and 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]
+* Support for RGBA cursors [Matthias]
+* Support tabular menus [Kristian]
+* Support RTL flipping for GtkHPaned and GtkTreeView [Soeren,
+ Matthias, Jonathan Blandford]
+* Support up to four scroll arrows on GtkNotebook and make them
+ themeable. [Matthias]
+* Add a filtering tree model: GtkTreeModelFilter [Kristian]
+* GtkCalendar improvements: make the arrows spin, support RTL flipping,
+ automatic week start selection, DND support. [Matthias]
+
Overview of Changes in GTK+ 2.2.0
=================================
* Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]