Update NEWS for 2.3.0

This commit is contained in:
Matthias Clasen 2003-10-22 22:05:35 +00:00
parent fa0965535b
commit bc3ef97e02
6 changed files with 40 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

20
NEWS
View File

@ -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]