diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1bd965b677d..ec8bc9368b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2006-10-18 Richard Stallman <rms@gnu.org> + + * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value. + Non-interactive arg is the value, not the expression. + + * simple.el (read-expression-map): Just set it, no defvar. + + * subr.el (insert-for-yank-1): If last inserted char has + properties, mark them as rear-nonsticky. + + * recentf.el (recentf-mode): Doc fix. + + * facemenu.el (facemenu-add-new-face): Defend against symbol + that isn't a face name. + + * dired-aux.el (dired-do-copy): Doc fix. + 2006-10-18 Chong Yidong <cyd@stupidchicken.com> * simple.el (line-move-1): During fields during motion to the @@ -9,6 +26,11 @@ inhibit-point-motion-hooks to avoid looping due to intangibile text. +2006-10-16 Richard Stallman <rms@gnu.org> + + * help-fns.el (describe-function-1): Special case optimization + for self-insert-command. + 2006-10-16 Kim F. Storm <storm@cua.dk> * ido.el (ido-reread-directory): Work in `dir' mode too. |