diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-02-08 09:22:58 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-02-08 09:22:58 +0000 |
commit | 2a790ab66bf113d914c7a6307d6c3092ab0b936a (patch) | |
tree | 7870d07b9c5bc67b89e20d8b4043642299635d41 /ChangeLog.ja | |
parent | 3fe4ea91de3aba0cb629de313ed6c41f4c06b385 (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.ja')
-rw-r--r-- | ChangeLog.ja | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja index a0b78a9d..504b11ee 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,5 +1,16 @@ 2005-02-08 + * src/codeconv.[ch] + conv_filename_from_utf8() + conv_filename_to_utf8(): 新規。常に NULL でない文字列を返す。 + * src/filesel.c + src/summaryview.c: ファイル選択ダイアログの非 UTF-8 ファイル名の + 扱いを修正(Sergey Pinaev さん thanks)。 + * src/compose.c: compose_attach_cb(): 非 UTF-8 ファイル名の + ファイルの添付を修正(Sergey Pinaev さん thanks)。 + +2005-02-08 + * src/prefs_filter.c: ストックボタンを使用。 2005-02-08 |