aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7435c22f..87d7a4cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-02-02
+ * src/compose.c: GET_CHAR(): speed up by using
+ gtk_text_iter_get_char().
+
+2005-02-02
+
* src/compose.c:
text_inserted(): revalidate iterator so as not to invalidate it
after gtk_text_buffer_insert() while enabling auto wrapping.