** `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
** 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.
** 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.
** Update AUTHORS.
-** Reorder NEWS entries.
-
** Check the Emacs manual.
Each manual section should be checked for factual correctness
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.