# HG changeset patch # User Richard M. Stallman # Date 1119023559 0 # Node ID f39bd4f7c7bd41f0b96b6ce389a3d8f428deb420 # Parent 977d18df13bbab20a02caac171c21547f861ba1b *** empty log message *** diff -r 977d18df13bb -r f39bd4f7c7bd admin/FOR-RELEASE --- 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 diff -r 977d18df13bb -r f39bd4f7c7bd lisp/ChangeLog --- 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 + * 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.