aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-25 10:00:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-25 10:00:41 +0000
commit2a47b946a59bdfe4bfefb136fe0f7475add03bb2 (patch)
treeb61928ab31b3c6c6578f13f6d46fe73a9df5e83e /ChangeLog
parent19a51bbe411d98970bcebcec1e559d60b02899b0 (diff)
output printing text with locale encoding, and removed broken locale specific HTML entity reference conversion.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@129 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7099534..ab055647 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,22 @@
2005-02-25
* src/compose.c
+ src/textview.c
+ src/quote_fmt_parse.y: follow the API changes.
+ * src/procmsg.c: procmsg_print_message(): output text with locale
+ encoding.
+ * src/procmime.[ch]:
+ procmime_get_text_content()
+ procmime_get_first_text_content(): added an argument for dest
+ encoding.
+ * src/codeconv.[ch]: conv_code_converter_new(): added an argument for
+ dest encoding.
+ * src/html.c: removed broken locale specific entity reference
+ conversion.
+
+2005-02-25
+
+ * src/compose.c
src/messageview.c
src/mimeview.c
src/export.c