Mercurial > emacs
changeset 73419:8ae73e613065
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 18 Oct 2006 11:12:59 +0000 |
parents | 6018dbb5896c |
children | fdbf03ef04dc |
files | admin/FOR-RELEASE lisp/ChangeLog |
diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 <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.