aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-16 05:41:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-16 05:41:15 +0000
commit839719a70498485a26889ee86086e768ead87d1b (patch)
tree3cebaabeab426e1982639647da93b57438794499 /ChangeLog
parent16de7229895d8c8da1ed334a2b638d1795c51626 (diff)
win32: check for the loadability of the default font.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1637 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4aa9c3e..9f393e22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-04-16
+
+ * libsylph/prefs_common.c
+ src/gtkutils.[ch]
+ src/main.c: win32: check if the font "MS Gothic 12" is really
+ loadable. Also check for multi-byte font name for the new JIS2004
+ MS Gothic font.
+
2007-04-13
* libsylph/utils.c: copy_file(): optimized using read() / write().