emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/FOR-RELEASE


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/admin/FOR-RELEASE
Date: Sat, 25 Jun 2005 18:38:44 -0400

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 <address@hidden>
+ 
+ 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: <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]