aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-25 22:38:44 +0000
committerRichard M. Stallman2005-06-25 22:38:44 +0000
commita68d870b75358ac449156ebcdc32583580b8eae2 (patch)
treee1578d91bdfe4b12cf686a931b3351399bbb0e38 /admin
parent586702ceeb85856b076b7eec369791c1bb66e765 (diff)
downloademacs-a68d870b75358ac449156ebcdc32583580b8eae2.tar.gz
emacs-a68d870b75358ac449156ebcdc32583580b8eae2.zip
*** 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 ce878fc173f..c28608068ba 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.
14** Check for widow and orphan lines in manuals; 14** Check for widow and orphan lines in manuals;
15make sure all the pages really look ok in the manual as formatted. 15make sure all the pages really look ok in the manual as formatted.
16 16
17** Update facemenu-unlisted-faces, adding whatever other
18face name prefixes should be in it for good results.
17 19
18* NEW FEATURES 20* NEW FEATURES
19 21
@@ -43,6 +45,36 @@ invalid pointer from string_free_list.
43 45
44* BUGS 46* BUGS
45 47
48** Bug in ebrowse
49
50Date: Fri, 27 May 2005 17:35:48 +0200
51From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
52
53the C++ header file which led to the problematic BROWSE file reads
54
55namespace test {
56 class Base
57 {
58 };
59
60 class B : public Base
61 {
62 };
63}
64
65class A : public test::Base
66{
67};
68
69The *Tree* is then displayed as
70
71 *Globals*
72 test
73 test::Base
74 test::B
75
76The class A seems to be missing.
77
46** Ange-ftp should ignore irrelevant IPv6 errors: 78** Ange-ftp should ignore irrelevant IPv6 errors:
47 79
48Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl> 80Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>