# HG changeset patch # User Richard M. Stallman # Date 1119103246 0 # Node ID ba0246b5a6bbf8d9284a55b65160faf64e9cab16 # Parent 5565eb3af0215ff1ff944924d885d1a78dfaff98 *** empty log message *** diff -r 5565eb3af021 -r ba0246b5a6bb admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sat Jun 18 13:58:02 2005 +0000 +++ b/admin/FOR-RELEASE Sat Jun 18 14:00:46 2005 +0000 @@ -5,6 +5,11 @@ ** `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. +** Update release dates of manuals. + +** Spell check the manuals. + +** Get rid of overfull and underfull boxes in manuals. * NEW FEATURES diff -r 5565eb3af021 -r ba0246b5a6bb etc/TODO --- a/etc/TODO Sat Jun 18 13:58:02 2005 +0000 +++ b/etc/TODO Sat Jun 18 14:00:46 2005 +0000 @@ -40,6 +40,9 @@ ** Implement something better than the current Refill mode. This probably needs some primitive support. +** Add a command to make a local variables list in the current buffer + and/or add a variable to the list. + ** Implement primitive and higher-level functions to allow filling properly with variable-pitch faces. @@ -61,6 +64,10 @@ ** Internationalize Emacs's messages. +** Add a "current vertical pixel level" value that goes with point, + so that motion commands can also move through tall images. + This value would be to point as window-vscroll is to window-start. + ** Address internationalization of symbols names essentially as documentation, e.g. in command names and Custom. @@ -358,4 +365,7 @@ For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode, haskell-mode, tuareg-mode, ... +** Fix unexelf.c to handle the .data.rel and .data.rel.local + sections made by GCC 3.4 on IRIX. + ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036 diff -r 5565eb3af021 -r ba0246b5a6bb lispref/ChangeLog --- a/lispref/ChangeLog Sat Jun 18 13:58:02 2005 +0000 +++ b/lispref/ChangeLog Sat Jun 18 14:00:46 2005 +0000 @@ -1,3 +1,22 @@ +2005-06-18 Richard M. Stallman + + * functions.texi (Obsolete Functions): Simplify. + + * variables.texi (Variable Aliases): Simplify. + + * anti.texi, backups.texi, compile.texi, customization.texi: + * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi: + * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi: + * os.texi, processes.texi, searching.texi, strings.texi, text.texi: + * variables.texi: Fix formatting ugliness. + + * elisp.texi: Add links to Rings and Byte Packing. + Update version and copyright years. + + * minibuf.texi: Fix formatting ugliness. + (Completion Commands): Move keymap vars to the end + and vars completing-read binds to the top. + 2005-06-17 Luc Teirlinck * processes.texi: Fix typos.