# HG changeset patch # User Richard M. Stallman # Date 1161169979 0 # Node ID 8ae73e613065025c033db3d49ac4e2bcf9a2704c # Parent 6018dbb5896c936ba81a0b893c092894470eb9fd *** empty log message *** diff -r 6018dbb5896c -r 8ae73e613065 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Wed Oct 18 11:11:32 2006 +0000 +++ b/admin/FOR-RELEASE Wed Oct 18 11:12:59 2006 +0000 @@ -53,6 +53,8 @@ ** bojohan+mail@dd.chalmers.se, Oct 17: Formatting `interactive' strings. +** amscott1@sedona.ch.intel.com, Oct 17: emacs -g WIDTHxHEIGHT only observed on "odd" frames + * DOCUMENTATION ** Check the Emacs Tutorial. diff -r 6018dbb5896c -r 8ae73e613065 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 18 11:11:32 2006 +0000 +++ b/lisp/ChangeLog Wed Oct 18 11:12:59 2006 +0000 @@ -1,3 +1,20 @@ +2006-10-18 Richard Stallman + + * 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 * 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 + + * help-fns.el (describe-function-1): Special case optimization + for self-insert-command. + 2006-10-16 Kim F. Storm * ido.el (ido-reread-directory): Work in `dir' mode too.