aboutsummaryrefslogtreecommitdiffstats
path: root/admin/FOR-RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'admin/FOR-RELEASE')
-rw-r--r--admin/FOR-RELEASE35
1 files changed, 32 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index ce878fc173f..eb0e06750da 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
@@ -21,9 +23,6 @@ make sure all the pages really look ok in the manual as formatted.
21gracefully if something isn't supported over Tramp. 23gracefully if something isn't supported over Tramp.
22To be done by Andre Spiegel <spiegel@gnu.org>. 24To be done by Andre Spiegel <spiegel@gnu.org>.
23 25
24** define-minor-mode should not put :require into defcustom.
25See msg from rms to emacs-devel on 21 Dec.
26
27** Update Speedbar. 26** Update Speedbar.
28 27
29** Update vhdl-mode.el based on changes in 28** Update vhdl-mode.el based on changes in
@@ -43,6 +42,36 @@ invalid pointer from string_free_list.
43 42
44* BUGS 43* BUGS
45 44
45** Bug in ebrowse
46
47Date: Fri, 27 May 2005 17:35:48 +0200
48From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
49
50the C++ header file which led to the problematic BROWSE file reads
51
52namespace test {
53 class Base
54 {
55 };
56
57 class B : public Base
58 {
59 };
60}
61
62class A : public test::Base
63{
64};
65
66The *Tree* is then displayed as
67
68 *Globals*
69 test
70 test::Base
71 test::B
72
73The class A seems to be missing.
74
46** Ange-ftp should ignore irrelevant IPv6 errors: 75** Ange-ftp should ignore irrelevant IPv6 errors:
47 76
48Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl> 77Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>