Mercurial > emacs
diff admin/FOR-RELEASE @ 83320:ebfb2856c8e6
Merged from miles@gnu.org--gnu-2005 (patch 447-448)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-447
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-448
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-360
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 26 Jun 2005 21:12:57 +0000 |
parents | d07fdd5d7d4e ab5140e18bc9 |
children | efa9e4606e7e |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Sun Jun 26 21:06:46 2005 +0000 +++ b/admin/FOR-RELEASE Sun Jun 26 21:12:57 2005 +0000 @@ -14,6 +14,8 @@ ** Check for widow and orphan lines in manuals; make sure all the pages really look ok in the manual as formatted. +** Update facemenu-unlisted-faces, adding whatever other +face name prefixes should be in it for good results. * NEW FEATURES @@ -43,6 +45,36 @@ * BUGS +** Bug in ebrowse + +Date: Fri, 27 May 2005 17:35:48 +0200 +From: Markus Gritsch <gritsch@iue.tuwien.ac.at> + +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. + ** Ange-ftp should ignore irrelevant IPv6 errors: Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>