diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-10-05 14:25:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-10-05 14:25:14 +0000 |
commit | 56231ad97cd2978f8496dae65c8900dc49490303 (patch) | |
tree | 69ee3b3c0795c474b56ed2c53f74cfeec3fd637e /README.in | |
parent | e479bd43211a455cf6f1338376132442172c0280 (diff) | |
download | gtk+-56231ad97cd2978f8496dae65c8900dc49490303.tar.gz |
Start collecting release notes for 2.10.
2005-10-05 Matthias Clasen <mclasen@redhat.com>
* README.in: Start collecting release notes for 2.10.
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 ============= |