From 484aa30b14afe458e67ff6bfd3ec392c29a3f559 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 16 Mar 2006 13:31:11 +0000 Subject: [PATCH] release notes --- ChangeLog | 12 ++++++++++++ ChangeLog.pre-2-10 | 12 ++++++++++++ README.in | 6 ++++++ 3 files changed, 30 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9fe3b104e3..d3a1f96adb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-03-16 Matthias Clasen + + * README.in: Add a note about GtkNotebook signals. + +2006-03-15 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_list_button_released) + (gtk_combo_box_list_key_press): Popdown the list before changing + the active iter, otherwise people will be surprised by the + grabs that are still in place when their ::changed handler + runs. + 2006-03-15 Dom Lachowicz * modules/engines/ms-windows/msw_style.c: Override style->realize/ diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9fe3b104e3..d3a1f96adb 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,15 @@ +2006-03-16 Matthias Clasen + + * README.in: Add a note about GtkNotebook signals. + +2006-03-15 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_list_button_released) + (gtk_combo_box_list_key_press): Popdown the list before changing + the active iter, otherwise people will be surprised by the + grabs that are still in place when their ::changed handler + runs. + 2006-03-15 Dom Lachowicz * modules/engines/ms-windows/msw_style.c: Override style->realize/ diff --git a/README.in b/README.in index 06318a0f85..1e347ecf49 100644 --- a/README.in +++ b/README.in @@ -60,6 +60,12 @@ Release notes for 2.10 when the user clicks close. It is the applications responsibility to hide or destroy the dialog. +* Several new signals have been added to GtkNotebook. Care has been taken + to choose signal names which do not collide with signals added by well-known + derived classes. The names which can no longer be used for signals in + objects derived from GtkNotebook are page-reordered, page-removed and + page-added. + Release notes =============