From e51db8a3b5080a312ad90cc5d68a6debc5be94be Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 Aug 2004 03:18:05 +0000 Subject: [PATCH] Updates for 2.5.1. --- ChangeLog | 8 ++++++-- ChangeLog.pre-2-10 | 8 ++++++-- ChangeLog.pre-2-6 | 8 ++++++-- ChangeLog.pre-2-8 | 8 ++++++-- NEWS | 35 +++++++++++++++++++++++++++++++++++ 5 files changed, 59 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6659c13ffc..9d791697e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Jul 31 23:17:44 2004 Matthias Clasen + + * NEWS: Updates + Sat Jul 31 01:13:01 2004 Matthias Clasen * gtk/gtkwindow.c: @@ -11,7 +15,7 @@ Sat Jul 31 00:42:08 2004 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't - set both states at once. (#148789, Matthew Garret) + set both states at once. (#148789, Matthew Garrett) 2004-07-30 Matthias Clasen @@ -158,7 +162,7 @@ Mon Jul 26 00:38:27 2004 Matthias Clasen large to fit in the popup. (#135543) * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a - scrolled window to the popup in list mode. +o scrolled window to the popup in list mode. (gtk_combo_box_list_position): Calculate the height of the popup so that it fits on the screen, set the scrollbar policy of the scrolled window appropriately. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6659c13ffc..9d791697e4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Sat Jul 31 23:17:44 2004 Matthias Clasen + + * NEWS: Updates + Sat Jul 31 01:13:01 2004 Matthias Clasen * gtk/gtkwindow.c: @@ -11,7 +15,7 @@ Sat Jul 31 00:42:08 2004 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't - set both states at once. (#148789, Matthew Garret) + set both states at once. (#148789, Matthew Garrett) 2004-07-30 Matthias Clasen @@ -158,7 +162,7 @@ Mon Jul 26 00:38:27 2004 Matthias Clasen large to fit in the popup. (#135543) * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a - scrolled window to the popup in list mode. +o scrolled window to the popup in list mode. (gtk_combo_box_list_position): Calculate the height of the popup so that it fits on the screen, set the scrollbar policy of the scrolled window appropriately. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6659c13ffc..9d791697e4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Sat Jul 31 23:17:44 2004 Matthias Clasen + + * NEWS: Updates + Sat Jul 31 01:13:01 2004 Matthias Clasen * gtk/gtkwindow.c: @@ -11,7 +15,7 @@ Sat Jul 31 00:42:08 2004 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't - set both states at once. (#148789, Matthew Garret) + set both states at once. (#148789, Matthew Garrett) 2004-07-30 Matthias Clasen @@ -158,7 +162,7 @@ Mon Jul 26 00:38:27 2004 Matthias Clasen large to fit in the popup. (#135543) * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a - scrolled window to the popup in list mode. +o scrolled window to the popup in list mode. (gtk_combo_box_list_position): Calculate the height of the popup so that it fits on the screen, set the scrollbar policy of the scrolled window appropriately. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6659c13ffc..9d791697e4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Sat Jul 31 23:17:44 2004 Matthias Clasen + + * NEWS: Updates + Sat Jul 31 01:13:01 2004 Matthias Clasen * gtk/gtkwindow.c: @@ -11,7 +15,7 @@ Sat Jul 31 00:42:08 2004 Matthias Clasen * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't - set both states at once. (#148789, Matthew Garret) + set both states at once. (#148789, Matthew Garrett) 2004-07-30 Matthias Clasen @@ -158,7 +162,7 @@ Mon Jul 26 00:38:27 2004 Matthias Clasen large to fit in the popup. (#135543) * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a - scrolled window to the popup in list mode. +o scrolled window to the popup in list mode. (gtk_combo_box_list_position): Calculate the height of the popup so that it fits on the screen, set the scrollbar policy of the scrolled window appropriately. diff --git a/NEWS b/NEWS index 358ebb80cb..4c4debb791 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1 +================================================= +* GtkTreeView + - Support ellipsisation in GtkCellRendererText [Vincent Untz, + Jonathan Blandford, Anders Carlsson] + - Add a GtkCellRenderer::editing-started signal [Matthias Clasen] + - Typeahead support [Jonathan] + - Align the entry in GtkCellRendererText [Matthias] + - Make DND work again [Ernst Persson, Matthias] + - Improve appearance of search popup [Matthias] +* GtkFileChooser + - Activate the last focused widget [Federico Mena Quintero] + - Add an "Add to shortcuts" item to the context menu [Federico] +* GtkCombobox + - Support scrolling in list mode [Matthias] + - Add necessary API to make GtkComboBox accessible [Padraig O'Briain] + - Change the API for separators to use a callback function + instead of a boolean model column [Matthias] +* GtkNotebook + - Ignore scroll events from page content [Gabriel de Perthuis] +* GtkAboutDialog + - Visual improvements [Anders] +* GtkIconView + - Use XRender to draw selection rectangle [Anders] +* GtkLabel + - Support ellipsisation [Tim Van Wassenhove, James M. Cape] +* Expose the menubar accel key as an XSetting [Scott James Remnant] +* Add example code for clipboard handling to gtk-demo [Anders] +* Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, + Tommi Komulainen, Matthias, Crispin Flowerday, Padraig, + Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann, + Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez] +* Documentation improvements [Federico, Matthias] +* Updated translations (gu,hi,pt_BR,ru,sv,uz) + Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0 ================================================= * New widgets: