]> Pileus Git - ~andy/gtk/commitdiff
Start collecting release notes for 2.10.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Oct 2005 14:25:14 +0000 (14:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 5 Oct 2005 14:25:14 +0000 (14:25 +0000)
2005-10-05  Matthias Clasen  <mclasen@redhat.com>

* README.in: Start collecting release notes for 2.10.

ChangeLog
ChangeLog.pre-2-10
README.in

index 480b1d8c87e7f56dd650dc98e7de56f2616c60db..df044fb64e5ab7ee96f7b60d07ecd6e5c126d6f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * README.in: Start collecting release notes for 2.10.
+
        * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
        leak fix, since the assertion failures were traced to 
        an xchat bug.  (#314696)
index 480b1d8c87e7f56dd650dc98e7de56f2616c60db..df044fb64e5ab7ee96f7b60d07ecd6e5c126d6f8 100644 (file)
@@ -1,5 +1,7 @@
 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * README.in: Start collecting release notes for 2.10.
+
        * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
        leak fix, since the assertion failures were traced to 
        an xchat bug.  (#314696)
index 07aaf1cb017b8925c30ac151e2a335a946215ce7..0880fbbe3a9d9c5389d58402ca8bc776f33a0c3f 100644 (file)
--- a/README.in
+++ b/README.in
@@ -25,6 +25,17 @@ Installation
 
 See the file 'INSTALL'
 
+Release notes for 2.10
+======================
+
+* The hexadecimal Unicode input feature has been reworked. It no longer
+  blocks the use of the sixteen Ctrl-Shift-<hex digit> key sequences. Now
+  it only uses Ctrl-Shift-u.
+
+* A memory leak in GtkStyle handling has been fixed. This may expose bugs
+  in third-party widgets which forget to call gtk_style_attach() in their
+  realize functions.
+
 Release notes
 =============