diff options
| author | Richard M. Stallman | 2006-10-18 11:12:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-10-18 11:12:59 +0000 |
| commit | 5a05106b0b900be135e0173740a56e68beab1ac4 (patch) | |
| tree | eb78f7b99bfed6d9e8163c647ceef4fca311f567 | |
| parent | 9b3bf5e89ce8b819de97a345fc3578b86cc615d5 (diff) | |
| download | emacs-5a05106b0b900be135e0173740a56e68beab1ac4.tar.gz emacs-5a05106b0b900be135e0173740a56e68beab1ac4.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 68fb5c8d09b..daa079cefbb 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -53,6 +53,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. | |||
| 53 | 53 | ||
| 54 | ** bojohan+mail@dd.chalmers.se, Oct 17: Formatting `interactive' strings. | 54 | ** bojohan+mail@dd.chalmers.se, Oct 17: Formatting `interactive' strings. |
| 55 | 55 | ||
| 56 | ** amscott1@sedona.ch.intel.com, Oct 17: emacs -g WIDTHxHEIGHT only observed on "odd" frames | ||
| 57 | |||
| 56 | * DOCUMENTATION | 58 | * DOCUMENTATION |
| 57 | 59 | ||
| 58 | ** Check the Emacs Tutorial. | 60 | ** Check the Emacs Tutorial. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1bd965b677d..ec8bc9368b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2006-10-18 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value. | ||
| 4 | Non-interactive arg is the value, not the expression. | ||
| 5 | |||
| 6 | * simple.el (read-expression-map): Just set it, no defvar. | ||
| 7 | |||
| 8 | * subr.el (insert-for-yank-1): If last inserted char has | ||
| 9 | properties, mark them as rear-nonsticky. | ||
| 10 | |||
| 11 | * recentf.el (recentf-mode): Doc fix. | ||
| 12 | |||
| 13 | * facemenu.el (facemenu-add-new-face): Defend against symbol | ||
| 14 | that isn't a face name. | ||
| 15 | |||
| 16 | * dired-aux.el (dired-do-copy): Doc fix. | ||
| 17 | |||
| 1 | 2006-10-18 Chong Yidong <cyd@stupidchicken.com> | 18 | 2006-10-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 19 | ||
| 3 | * simple.el (line-move-1): During fields during motion to the | 20 | * simple.el (line-move-1): During fields during motion to the |
| @@ -9,6 +26,11 @@ | |||
| 9 | inhibit-point-motion-hooks to avoid looping due to intangibile | 26 | inhibit-point-motion-hooks to avoid looping due to intangibile |
| 10 | text. | 27 | text. |
| 11 | 28 | ||
| 29 | 2006-10-16 Richard Stallman <rms@gnu.org> | ||
| 30 | |||
| 31 | * help-fns.el (describe-function-1): Special case optimization | ||
| 32 | for self-insert-command. | ||
| 33 | |||
| 12 | 2006-10-16 Kim F. Storm <storm@cua.dk> | 34 | 2006-10-16 Kim F. Storm <storm@cua.dk> |
| 13 | 35 | ||
| 14 | * ido.el (ido-reread-directory): Work in `dir' mode too. | 36 | * ido.el (ido-reread-directory): Work in `dir' mode too. |