aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-06 08:27:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-06 08:27:08 +0000
commit6605977726961165229e7bc654b12e115f06bed0 (patch)
tree8cdd075c509fbd8d3cb998086d6ecd8ff856dab4 /ChangeLog
parent9bb800a49acaef0dc19916e5ae00c941292d2515 (diff)
undo.c: fixed a bug that text was not redrawn on the undo of large text.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1267 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 137e6030..6144141e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-11-06
+ * src/undo.c: fixed a bug that text was not redrawn on the undo of
+ large text.
+
+2006-11-06
+
* libsylph/procmsg.c: procmsg_print_message(): fixed a crash when
printing a message with empty Subject, From, and To (thanks to
Jonathan Woithe).