diff options
author | Jason Rumney <jasonr@gnu.org> | 2005-10-22 09:11:17 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2005-10-22 09:11:17 +0000 |
commit | a9cf08b26e557bc7085eb5cd91d73b723bbe0ca2 (patch) | |
tree | 9de030235f38cf8ff14ec228aa590cfa482a08e0 | |
parent | 292f71fe67394186e943783bef808c611699b63c (diff) | |
download | emacs-a9cf08b26e557bc7085eb5cd91d73b723bbe0ca2.tar.gz |
Added Chinese character width problem.
-rw-r--r-- | admin/FOR-RELEASE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 91b27e0d0b0..a25d9b8e46f 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -55,6 +55,13 @@ excesive CPU on some Windows environments. Usages of 50% and 100% CPU time have been observed on different Window XP configurations. Seems to be a problem in sys_select in w32proc.c. +** Chinese characters display quadruple width on Windows. + +This was caused by the change to w32fns.c on 2005-01-03, but that is +required to fix another bug. See "[Bug] Unusual wide Chinese fonts on +w32 (again)" and "Problem with chinese gbk fonts on w32" in +emacs-devel list. + * DOCUMENTATION ** Update man/info.texi. |