aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-06 03:56:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-06 03:56:00 +0000
commit4c9e3d272356fbf9777115f25eabd01932e7dbc6 (patch)
treedb3b484a05468efd34905f82373a30948e3ede5b /ChangeLog
parenta0a1cc96a89bdd57519485be7a7b09b4c5333498 (diff)
win32: fixed Japanese folder name problem.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@977 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d83c91cb..226e5ce5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-02-06
+ * libsylph/mh.c: win32: fixed a bug that the contents of folders which
+ have specific Japanese characters such as 'Hyou' (which contains
+ 0x5c ('\') at the second byte) at the end of its name couldn't be
+ seen.
+
+2006-02-06
+
* src/messageview.[ch]: update menu when show_all_headers state
changed.