aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader2005-09-25 22:07:01 +0000
committerMiles Bader2005-09-25 22:07:01 +0000
commit7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12 (patch)
tree27ba66e7b5ca9a56ca0c0a76169249ee48337e6c /admin
parent2f022b888f8e37778c13736539bd4434cc882eb2 (diff)
parent5fae1caef32374fffc256f7f92952398d226fff2 (diff)
downloademacs-7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12.tar.gz
emacs-7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12.zip
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
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE30
1 files changed, 0 insertions, 30 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 1fbb66d2a4e..aa2af6a1c71 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -57,36 +57,6 @@ TCP/IP server processes created with `make-network-process' consume
57excesive CPU on some Windows environments. Usages of 50% and 100% 57excesive CPU on some Windows environments. Usages of 50% and 100%
58CPU time have been observed on different Window XP configurations. 58CPU time have been observed on different Window XP configurations.
59 59
60** Bug in ebrowse
61
62Date: Fri, 27 May 2005 17:35:48 +0200
63From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
64
65the C++ header file which led to the problematic BROWSE file reads
66
67namespace test {
68 class Base
69 {
70 };
71
72 class B : public Base
73 {
74 };
75}
76
77class A : public test::Base
78{
79};
80
81The *Tree* is then displayed as
82
83 *Globals*
84 test
85 test::Base
86 test::B
87
88The class A seems to be missing.
89
90* DOCUMENTATION 60* DOCUMENTATION
91 61
92** Update man/info.texi. 62** Update man/info.texi.