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 | |
| parent | 586702ceeb85856b076b7eec369791c1bb66e765 (diff) | |
| download | emacs-a68d870b75358ac449156ebcdc32583580b8eae2.tar.gz emacs-a68d870b75358ac449156ebcdc32583580b8eae2.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 32 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 16 |
3 files changed, 52 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> |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d879823f8a..3880d41e925 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> | 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * facemenu.el (facemenu-enable-faces-p): New function. | ||
| 4 | (facemenu-background-menu, facemenu-foreground-menu) | ||
| 5 | (facemenu-face-menu): Add menu-enable property. | ||
| 6 | |||
| 3 | * jka-compr.el (jka-compr-insert-file-contents): | 7 | * jka-compr.el (jka-compr-insert-file-contents): |
| 4 | Special handling if cannot find the uncompression program. | 8 | Special handling if cannot find the uncompression program. |
| 5 | 9 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 17917b159e3..046d1a321fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> | 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * macfns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 4 | |||
| 5 | * w32fns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 6 | |||
| 7 | * xfns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 8 | |||
| 9 | * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed. | ||
| 10 | (redisplay_window): Handle try_window reporting point in scroll margin. | ||
| 11 | |||
| 12 | * dispextern.h (try_window): Declare new arg. | ||
| 13 | |||
| 14 | * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID. | ||
| 15 | Use fchmod to copy the file modes. | ||
| 16 | (Frename_file): Don't copy UID and GID here; | ||
| 17 | instead, specify t for PRESERVE_UID_GID when calling Fcopy_file. | ||
| 18 | |||
| 3 | * eval.c (call_debugger): Take full care of extending stack limits | 19 | * eval.c (call_debugger): Take full care of extending stack limits |
| 4 | to make space for the debugger, and restore the change afterward. | 20 | to make space for the debugger, and restore the change afterward. |
| 5 | Bind debug-on-error to nil. | 21 | Bind debug-on-error to nil. |