Index: emacs/admin/FOR-RELEASE
diff -c emacs/admin/FOR-RELEASE:1.106 emacs/admin/FOR-RELEASE:1.107
*** emacs/admin/FOR-RELEASE:1.106       Thu Jun 23 21:49:52 2005
--- emacs/admin/FOR-RELEASE     Sat Jun 25 22:38:44 2005
***************
*** 14,19 ****
--- 14,21 ----
  ** 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,48 ****
--- 45,80 ----
  
  * BUGS
  
+ ** Bug in ebrowse
+ 
+ Date: Fri, 27 May 2005 17:35:48 +0200
+ From: Markus Gritsch <[EMAIL PROTECTED]>
+ 
+ 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: <[EMAIL PROTECTED]>


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to