aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-18 04:51:48 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-18 04:51:48 +0000
commit6ce6e597f9ae9d6d0775b05af7a6aca5ed1d48d0 (patch)
treef39b70454d25b6be8f73c9c9dd46fe911b98380d /ChangeLog
parent67679ea00935cc189597ef51e96684978b9aa2d4 (diff)
fixed glitches of underlined URI in textview.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@113 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbf8eac4..3f6477f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-02-18
+ * src/textview.c: fixed glitches of underlined URI in textview
+ (thanks to Alfons).
+
+2005-02-18
+
* src/compose.c: compose_join_next_line(): don't use
gtk_text_buffer_backspace() which is gtk-2.6 only API.