comparison admin/FOR-RELEASE @ 66451:def81f72a61e

Removed quadruple-width Chinese character problem. Lesser related problem added to etc/PROBLEMS.
author Jason Rumney <jasonr@gnu.org>
date Tue, 25 Oct 2005 21:22:20 +0000
parents 842cf52257bf
children 4267c39b46f3
comparison
equal deleted inserted replaced
66450:ba133074395c 66451:def81f72a61e
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.
64 57
65 * DOCUMENTATION 58 * DOCUMENTATION
66 59
67 ** Update man/info.texi. 60 ** Update man/info.texi.
68 61