diff options
| author | Richard M. Stallman | 2005-06-18 14:00:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-18 14:00:46 +0000 |
| commit | 07ff1e4bea4eb3e1f93a49db7b2e7959d51a2b52 (patch) | |
| tree | 1d2f0c04ab32cac230bef6de9d1fcd0a7cf8f560 | |
| parent | a61a6fd9312d4acbfed8fd2d644f9c153a39d25a (diff) | |
| download | emacs-07ff1e4bea4eb3e1f93a49db7b2e7959d51a2b52.tar.gz emacs-07ff1e4bea4eb3e1f93a49db7b2e7959d51a2b52.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 5 | ||||
| -rw-r--r-- | etc/TODO | 10 | ||||
| -rw-r--r-- | lispref/ChangeLog | 19 |
3 files changed, 34 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 671b3830906..2da2a755f4a 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -5,6 +5,11 @@ Tasks needed before the next release. | |||
| 5 | ** `undo-ask-before-discard', currently set to t for debugging purposes | 5 | ** `undo-ask-before-discard', currently set to t for debugging purposes |
| 6 | has to be set to nil: when t, it can leak memory and cause other problems. | 6 | has to be set to nil: when t, it can leak memory and cause other problems. |
| 7 | 7 | ||
| 8 | ** Update release dates of manuals. | ||
| 9 | |||
| 10 | ** Spell check the manuals. | ||
| 11 | |||
| 12 | ** Get rid of overfull and underfull boxes in manuals. | ||
| 8 | 13 | ||
| 9 | * NEW FEATURES | 14 | * NEW FEATURES |
| 10 | 15 | ||
| @@ -40,6 +40,9 @@ to the FSF. | |||
| 40 | ** Implement something better than the current Refill mode. This | 40 | ** Implement something better than the current Refill mode. This |
| 41 | probably needs some primitive support. | 41 | probably needs some primitive support. |
| 42 | 42 | ||
| 43 | ** Add a command to make a local variables list in the current buffer | ||
| 44 | and/or add a variable to the list. | ||
| 45 | |||
| 43 | ** Implement primitive and higher-level functions to allow filling | 46 | ** Implement primitive and higher-level functions to allow filling |
| 44 | properly with variable-pitch faces. | 47 | properly with variable-pitch faces. |
| 45 | 48 | ||
| @@ -61,6 +64,10 @@ to the FSF. | |||
| 61 | 64 | ||
| 62 | ** Internationalize Emacs's messages. | 65 | ** Internationalize Emacs's messages. |
| 63 | 66 | ||
| 67 | ** Add a "current vertical pixel level" value that goes with point, | ||
| 68 | so that motion commands can also move through tall images. | ||
| 69 | This value would be to point as window-vscroll is to window-start. | ||
| 70 | |||
| 64 | ** Address internationalization of symbols names essentially | 71 | ** Address internationalization of symbols names essentially |
| 65 | as documentation, e.g. in command names and Custom. | 72 | as documentation, e.g. in command names and Custom. |
| 66 | 73 | ||
| @@ -358,4 +365,7 @@ to the FSF. | |||
| 358 | For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode, | 365 | For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode, |
| 359 | haskell-mode, tuareg-mode, ... | 366 | haskell-mode, tuareg-mode, ... |
| 360 | 367 | ||
| 368 | ** Fix unexelf.c to handle the .data.rel and .data.rel.local | ||
| 369 | sections made by GCC 3.4 on IRIX. | ||
| 370 | |||
| 361 | ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036 | 371 | ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036 |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 5e17bdd75c1..df6febfe9f4 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2005-06-18 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * functions.texi (Obsolete Functions): Simplify. | ||
| 4 | |||
| 5 | * variables.texi (Variable Aliases): Simplify. | ||
| 6 | |||
| 7 | * anti.texi, backups.texi, compile.texi, customization.texi: | ||
| 8 | * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi: | ||
| 9 | * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi: | ||
| 10 | * os.texi, processes.texi, searching.texi, strings.texi, text.texi: | ||
| 11 | * variables.texi: Fix formatting ugliness. | ||
| 12 | |||
| 13 | * elisp.texi: Add links to Rings and Byte Packing. | ||
| 14 | Update version and copyright years. | ||
| 15 | |||
| 16 | * minibuf.texi: Fix formatting ugliness. | ||
| 17 | (Completion Commands): Move keymap vars to the end | ||
| 18 | and vars completing-read binds to the top. | ||
| 19 | |||
| 1 | 2005-06-17 Luc Teirlinck <teirllm@auburn.edu> | 20 | 2005-06-17 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 21 | ||
| 3 | * processes.texi: Fix typos. | 22 | * processes.texi: Fix typos. |