** 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.
+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
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.