Mercurial > emacs
comparison admin/FOR-RELEASE @ 83320:ebfb2856c8e6
Merged from miles@gnu.org--gnu-2005 (patch 447-448)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-447
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-448
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-360
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 26 Jun 2005 21:12:57 +0000 |
parents | d07fdd5d7d4e ab5140e18bc9 |
children | efa9e4606e7e |
comparison
equal
deleted
inserted
replaced
83319:8f5787c83345 | 83320:ebfb2856c8e6 |
---|---|
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> |