1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-06-17 15:52:39 +00:00
parent f963ea40ef
commit 0ad6717dc2
2 changed files with 7 additions and 9 deletions

View 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

View 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.