]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 15:52:39 +0000 (15:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 15:52:39 +0000 (15:52 +0000)
admin/FOR-RELEASE
lisp/ChangeLog

index c76bc3d4f481620600f36e8b98519eb5517c8d69..671b38309061a7171e0919d9b7b6799887a5e169 100644 (file)
@@ -5,6 +5,7 @@ Tasks needed before the next release.
 ** `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 @@ See msg from rms to emacs-devel on 21 Dec.
 ** 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 @@ is encountered.
 
 ** 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 @@ lisp/url            working         Thien-Thi Nguyen
 
 ** Update AUTHORS.
 
-** Reorder NEWS entries.
-
 ** Check the Emacs manual.
 
 Each manual section should be checked for factual correctness
index 0a7024f40cef0593d50d733b115630ec0d15fd6a..95eb89e5fd3c21c8220bb90bb586bd898804e8ab 100644 (file)
@@ -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.