comparison admin/FOR-RELEASE @ 66300:842cf52257bf

Added Chinese character width problem.
author Jason Rumney <jasonr@gnu.org>
date Sat, 22 Oct 2005 09:11:17 +0000
parents 04eb729be330
children def81f72a61e
comparison
equal deleted inserted replaced
66299:01b85ec4a61d 66300:842cf52257bf
52 52
53 TCP/IP server processes created with `make-network-process' consume 53 TCP/IP server processes created with `make-network-process' consume
54 excesive CPU on some Windows environments. Usages of 50% and 100% 54 excesive CPU on some Windows environments. Usages of 50% and 100%
55 CPU time have been observed on different Window XP configurations. 55 CPU time have been observed on different Window XP configurations.
56 Seems to be a problem in sys_select in w32proc.c. 56 Seems to be a problem in sys_select in w32proc.c.
57
58 ** Chinese characters display quadruple width on Windows.
59
60 This was caused by the change to w32fns.c on 2005-01-03, but that is
61 required to fix another bug. See "[Bug] Unusual wide Chinese fonts on
62 w32 (again)" and "Problem with chinese gbk fonts on w32" in
63 emacs-devel list.
57 64
58 * DOCUMENTATION 65 * DOCUMENTATION
59 66
60 ** Update man/info.texi. 67 ** Update man/info.texi.
61 68