aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-06-25 22:38:44 +0000
committerRichard M. Stallman <[email protected]>2005-06-25 22:38:44 +0000
commita68d870b75358ac449156ebcdc32583580b8eae2 (patch)
treee1578d91bdfe4b12cf686a931b3351399bbb0e38 /admin
parent586702ceeb85856b076b7eec369791c1bb66e765 (diff)
*** empty log message ***
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE32
1 files changed, 32 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index ce878fc173..c28608068b 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -14,6 +14,8 @@ has to be set to nil: when t, it can leak memory and cause other problems.
** 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 @@ invalid pointer from string_free_list.
* 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]>