comparison admin/FOR-RELEASE @ 63774:ab5140e18bc9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jun 2005 22:38:44 +0000
parents 1d86d5c00a50
children 2ae7aa2a8261 ebfb2856c8e6
comparison
equal deleted inserted replaced
63773:acc7aebbc70e 63774:ab5140e18bc9
12 ** Get rid of overfull and underfull boxes in manuals. 12 ** Get rid of overfull and underfull boxes in manuals.
13 13
14 ** Check for widow and orphan lines in manuals; 14 ** Check for widow and orphan lines in manuals;
15 make sure all the pages really look ok in the manual as formatted. 15 make sure all the pages really look ok in the manual as formatted.
16 16
17 ** Update facemenu-unlisted-faces, adding whatever other
18 face name prefixes should be in it for good results.
17 19
18 * NEW FEATURES 20 * NEW FEATURES
19 21
20 ** Make VC-over-Tramp work where possible, or at least fail 22 ** Make VC-over-Tramp work where possible, or at least fail
21 gracefully if something isn't supported over Tramp. 23 gracefully if something isn't supported over Tramp.
40 ** Investigate reported crashes related to using an 42 ** Investigate reported crashes related to using an
41 invalid pointer from string_free_list. 43 invalid pointer from string_free_list.
42 44
43 45
44 * BUGS 46 * BUGS
47
48 ** Bug in ebrowse
49
50 Date: Fri, 27 May 2005 17:35:48 +0200
51 From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
52
53 the C++ header file which led to the problematic BROWSE file reads
54
55 namespace test {
56 class Base
57 {
58 };
59
60 class B : public Base
61 {
62 };
63 }
64
65 class A : public test::Base
66 {
67 };
68
69 The *Tree* is then displayed as
70
71 *Globals*
72 test
73 test::Base
74 test::B
75
76 The class A seems to be missing.
45 77
46 ** Ange-ftp should ignore irrelevant IPv6 errors: 78 ** Ange-ftp should ignore irrelevant IPv6 errors:
47 79
48 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl> 80 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>
49 From: "Piet van Oostrum" <piet@cs.uu.nl> 81 From: "Piet van Oostrum" <piet@cs.uu.nl>