diff --git a/ChangeLog b/ChangeLog index 480b1d8c87e7f56dd650dc98e7de56f2616c60db..df044fb64e5ab7ee96f7b60d07ecd6e5c126d6f8 100644 --- 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) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 480b1d8c87e7f56dd650dc98e7de56f2616c60db..df044fb64e5ab7ee96f7b60d07ecd6e5c126d6f8 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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) diff --git a/README.in b/README.in index 07aaf1cb017b8925c30ac151e2a335a946215ce7..0880fbbe3a9d9c5389d58402ca8bc776f33a0c3f 100644 --- 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 =============