]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Oct 2006 11:12:59 +0000 (11:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Oct 2006 11:12:59 +0000 (11:12 +0000)
admin/FOR-RELEASE
lisp/ChangeLog

index 68fb5c8d09bfc19df0d6a8fdb2296db36b4c038e..daa079cefbb85ca351b62a266949cc4741d7fac7 100644 (file)
@@ -53,6 +53,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
 
 ** 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.
index 1bd965b677d36482879ea29d2d7e59c3c58b7cd0..ec8bc9368b67430d1e0b1cb87bb1f1e19104893c 100644 (file)
@@ -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.