From: Chong Yidong Date: Tue, 20 Sep 2005 20:30:00 +0000 (+0000) Subject: Fixed ebrowse bug. X-Git-Tag: emacs-pretest-22.0.90~7004 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cbd13335de49b4917e3f76fb0313cb0f10cfa63;p=emacs.git Fixed ebrowse bug. --- 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 excesive CPU on some Windows environments. Usages of 50% and 100% CPU time have been observed on different Window XP configurations. -** Bug in ebrowse - -Date: Fri, 27 May 2005 17:35:48 +0200 -From: Markus Gritsch - -the C++ header file which led to the problematic BROWSE file reads - -namespace test { - class Base - { - }; - - class B : public Base - { - }; -} - -class A : public test::Base -{ -}; - -The *Tree* is then displayed as - - *Globals* - test - test::Base - test::B - -The class A seems to be missing. - * DOCUMENTATION ** Update man/info.texi.