comparison admin/FOR-RELEASE @ 90233:ee12d75eb214

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 556-561) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 122-124) - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 25 Sep 2005 22:07:01 +0000
parents fa0da9b57058 a65085945173
children b1c1fc853d2f
comparison
equal deleted inserted replaced
90232:eab32348047a 90233:ee12d75eb214
54 ** TCP server processes do not work on Windows. 54 ** TCP server processes do not work on Windows.
55 55
56 TCP/IP server processes created with `make-network-process' consume 56 TCP/IP server processes created with `make-network-process' consume
57 excesive CPU on some Windows environments. Usages of 50% and 100% 57 excesive CPU on some Windows environments. Usages of 50% and 100%
58 CPU time have been observed on different Window XP configurations. 58 CPU time have been observed on different Window XP configurations.
59
60 ** Bug in ebrowse
61
62 Date: Fri, 27 May 2005 17:35:48 +0200
63 From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
64
65 the C++ header file which led to the problematic BROWSE file reads
66
67 namespace test {
68 class Base
69 {
70 };
71
72 class B : public Base
73 {
74 };
75 }
76
77 class A : public test::Base
78 {
79 };
80
81 The *Tree* is then displayed as
82
83 *Globals*
84 test
85 test::Base
86 test::B
87
88 The class A seems to be missing.
89 59
90 * DOCUMENTATION 60 * DOCUMENTATION
91 61
92 ** Update man/info.texi. 62 ** Update man/info.texi.
93 63