aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorChong Yidong2005-09-20 20:30:00 +0000
committerChong Yidong2005-09-20 20:30:00 +0000
commit7cbd13335de49b4917e3f76fb0313cb0f10cfa63 (patch)
tree5eea6c6f29ad909643bd696fc8935e0f3852a53b /admin
parent52d166e00e99c1babe8c46bb3e4af97c1bc57bcb (diff)
downloademacs-7cbd13335de49b4917e3f76fb0313cb0f10cfa63.tar.gz
emacs-7cbd13335de49b4917e3f76fb0313cb0f10cfa63.zip
Fixed ebrowse bug.
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.