aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-18 05:49:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-18 05:49:49 +0000
commit951ba1bd0fd5582c507a807b5fe0dd8454b5271c (patch)
treea57ba3b56a95c00675b01f68254610ffab8948e7 /ChangeLog
parentd391fd2c9f96506e4341d6e635b88b27c7e7409e (diff)
force output of newline when output HTML.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@184 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4640426f..a4302b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-03-18
+ * src/html.[ch]: html_parse(): made return value const.
+ * src/textview.c: textview_show_html(): force output of newline.
+ * src/procmime.c: procmime_get_text_content(): follow the API change.
+
+2005-03-18
+
* src/account.c: account_find_from_message_file(): added missing
NULL terminator of the HeaderEntry array which had introduced
crash on re-edit (thanks to Michael Schwendt).