aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-08 09:22:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-08 09:22:58 +0000
commit2a790ab66bf113d914c7a6307d6c3092ab0b936a (patch)
tree7870d07b9c5bc67b89e20d8b4043642299635d41 /ChangeLog
parent3fe4ea91de3aba0cb629de313ed6c41f4c06b385 (diff)
fixed non-utf8 filename handlings.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@99 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 149bcacf..017da0f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2005-02-08
+ * src/codeconv.[ch]
+ conv_filename_from_utf8()
+ conv_filename_to_utf8(): new. They always returns non-NULL strings.
+ * src/filesel.c
+ src/summaryview.c: fixed non-UTF8 filename handling of the file
+ selection dialog (thanks to Sergey Pinaev).
+ * src/compose.c: compose_attach_cb(): fixed attaching of files with
+ non-UTF8 names (thanks to Sergey Pinaev).
+
+2005-02-08
+
* src/prefs_filter.c: use stock buttons.
2005-02-08