aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-19 04:58:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-19 04:58:23 +0000
commit55be571a623af3e4b731c72c1e7f6f834216e6a8 (patch)
tree2db438c0337f119cc22de4993c9efcca07598001 /ChangeLog
parentd066fb9d80f9fd9d39b6a93bbb861e9390647caf (diff)
win32: fixes character corruption on printing when environment-dependent characters are used in win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1246 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 359009b9..cd3827eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-10-19
+ * libsylph/codeconv.c: conv_get_code_conv_func(): added JIS-SJIS and
+ UTF-8 to SJIS conversion (fixes character corruption on printing
+ when environment-dependent characters are used in win32).
+
+2006-10-19
+
* src/summaryview.c: summary_unset_sort_column_id(): fixed crash when
using GTK+ 2.4.x.