summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-06-14 04:13:14 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-14 04:13:14 +0000
commit59223c110b212d78e2a4a699ff12f14509b8004c (patch)
tree729e5751577d9f501d1722af790a5c2214e187d0
parentcf8205eeef401df5070bda14f60095b75fcb34fb (diff)
downloadgtk+-59223c110b212d78e2a4a699ff12f14509b8004c.tar.gz
Move a note around
svn path=/trunk/; revision=18129
-rw-r--r--ChangeLog5
-rw-r--r--NEWS8
-rw-r--r--README.in6
3 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index ef53c73b20..f941f2aa13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-06-13 Matthias Clasen <mclasen@redhat.com>
+ * NEWS, README.in: Move the combobox note to the README,
+ where it seems more appropriate.
+
+2007-06-13 Matthias Clasen <mclasen@redhat.com>
+
* gtk/gtkwidget.c (gtk_widget_modify_cursor): Improve docs.
(#447396, Masatake YAMATO)
diff --git a/NEWS b/NEWS
index f53a6f588f..b06b69651a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,10 @@
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
-* GtkComboBox:
- - Removed an unused and hardly visible GtkFrame from the menu widget hierarchy
- when GtkComboBox::appears-as-list style property is set. Any RC file
- applying a different style to any widget below the widget path
- "gtk-combobox-popup-window.GtkFrame" should take into account that the frame
- no longer exists.
-
* Bugs fixed:
444310 update_buttons_state on a bare assistant causes gtk+ to crash
+
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
diff --git a/README.in b/README.in
index 142f8c95fc..723b917d73 100644
--- a/README.in
+++ b/README.in
@@ -67,6 +67,12 @@ Release notes for 2.12
has been taken to make sure that all code using this signal continues
to work.
+* Removed an unused and hardly visible GtkFrame from the menu widget hierarchy
+ when GtkComboBox::appears-as-list style property is set. Any RC file
+ applying a different style to any widget below the widget path
+ "gtk-combobox-popup-window.GtkFrame" should take into account that the
+ frame no longer exists.
+
Release notes for 2.10
======================