From 56231ad97cd2978f8496dae65c8900dc49490303 Mon Sep 17 00:00:00 2001
From: Matthias Clasen <mclasen@redhat.com>
Date: Wed, 5 Oct 2005 14:25:14 +0000
Subject: [PATCH] Start collecting release notes for 2.10.

2005-10-05  Matthias Clasen  <mclasen@redhat.com>

	* README.in: Start collecting release notes for 2.10.
---
 ChangeLog          |  2 ++
 ChangeLog.pre-2-10 |  2 ++
 README.in          | 11 +++++++++++
 3 files changed, 15 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 480b1d8c87..df044fb64e 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 480b1d8c87..df044fb64e 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 07aaf1cb01..0880fbbe3a 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
 =============
 
-- 
GitLab