Mercurial > emacs
changeset 63566:f39bd4f7c7bd
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jun 2005 15:52:39 +0000 |
parents | 977d18df13bb |
children | 395eabd49f71 |
files | admin/FOR-RELEASE lisp/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Fri Jun 17 15:34:39 2005 +0000 +++ b/admin/FOR-RELEASE Fri Jun 17 15:52:39 2005 +0000 @@ -5,6 +5,7 @@ ** `undo-ask-before-discard', currently set to t for debugging purposes has to be set to nil: when t, it can leak memory and cause other problems. + * NEW FEATURES ** Make VC-over-Tramp work where possible, or at least fail @@ -19,10 +20,10 @@ ** Enhance scroll-bar to handle tall line (similar to line-move). - * FATAL ERRORS ** Make unexec handle memory mapping policy of the latest versions of Linux. +This includes exec_shield and a memory-layout randomization feature. ** Investigate reported crashes in compact_small_strings. @@ -79,13 +80,9 @@ ** Document Custom Themes. -** Finish updating the Emacs Lisp manual. - -*** Update lispref/README. +** Update lispref/README. -** Update the Emacs manual. - -*** Update man/info.texi. +** Update man/info.texi. ** Add missing years in copyright notices of all files. @@ -113,8 +110,6 @@ ** Update AUTHORS. -** Reorder NEWS entries. - ** Check the Emacs manual. Each manual section should be checked for factual correctness
--- a/lisp/ChangeLog Fri Jun 17 15:34:39 2005 +0000 +++ b/lisp/ChangeLog Fri Jun 17 15:52:39 2005 +0000 @@ -1,5 +1,8 @@ 2005-06-17 Richard M. Stallman <rms@gnu.org> + * startup.el (command-line): Warn if specified user name has + no home directory. + * term.el (term-get-old-input, term-input-filter, term-input-sender) (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.