diff options
| author | Richard M. Stallman | 2005-06-25 22:38:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-25 22:38:44 +0000 |
| commit | a68d870b75358ac449156ebcdc32583580b8eae2 (patch) | |
| tree | e1578d91bdfe4b12cf686a931b3351399bbb0e38 /admin | |
| parent | 586702ceeb85856b076b7eec369791c1bb66e765 (diff) | |
| download | emacs-a68d870b75358ac449156ebcdc32583580b8eae2.tar.gz emacs-a68d870b75358ac449156ebcdc32583580b8eae2.zip | |
*** empty log message ***
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 32 |
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; |
| 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 | ||
| @@ -43,6 +45,36 @@ invalid pointer from string_free_list. | |||
| 43 | 45 | ||
| 44 | * BUGS | 46 | * BUGS |
| 45 | 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. | ||
| 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> |