# HG changeset patch # User Richard M. Stallman # Date 1169968847 0 # Node ID 8a6a77c5f0632ebe9750c16b2b86ce1ee30a5775 # Parent afd36ac582f5308878728c7adc4c00f7a61dcad5 *** empty log message *** diff -r afd36ac582f5 -r 8a6a77c5f063 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sun Jan 28 07:20:41 2007 +0000 +++ b/admin/FOR-RELEASE Sun Jan 28 07:20:47 2007 +0000 @@ -80,7 +80,7 @@ ** jka-compr fails when default-directory is nonexistent. -** Tramp fails when default-directory is nonexistent. +** Binding print-circle to nil in compilation for certain files. * DOCUMENTATION diff -r afd36ac582f5 -r 8a6a77c5f063 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jan 28 07:20:41 2007 +0000 +++ b/lisp/ChangeLog Sun Jan 28 07:20:47 2007 +0000 @@ -1,3 +1,26 @@ +2007-01-28 Richard Stallman + + * textmodes/fill.el (fill-paragraph-function): Doc fix. + (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion. + + * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here. + + * image.el (image-type-header-regexps): Make GIF regex more specific. + + * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'. + Don't check `backspace'. + (tutorial--find-changed-keys): Look up bindings in a temp buffer + in Fundamental mode. + + * startup.el (fancy-splash-text, normal-splash-screen): + Mention C-g. + + * simple.el (eval-expression): Don't use eval-last-sexp-print-value + when inserting in buffer. + + * vc-arch.el (vc-arch-file-id): Move with-current-buffer + inside the if. + 2007-01-27 Richard Stallman * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do". diff -r afd36ac582f5 -r 8a6a77c5f063 lispref/ChangeLog --- a/lispref/ChangeLog Sun Jan 28 07:20:41 2007 +0000 +++ b/lispref/ChangeLog Sun Jan 28 07:20:47 2007 +0000 @@ -1,3 +1,12 @@ +2007-01-28 Richard Stallman + + * tips.texi (Coding Conventions): Clarify the tip about macros + that define a function or a variable. + + * files.texi (File Attributes): UID and GID can be floats. + (Magic File Names): Explain why deferring all operations to + the standard handler does not work. + 2007-01-23 Martin Rudalics * backups.texi (Reverting): Use "buffer" instead of "file" diff -r afd36ac582f5 -r 8a6a77c5f063 src/ChangeLog --- a/src/ChangeLog Sun Jan 28 07:20:41 2007 +0000 +++ b/src/ChangeLog Sun Jan 28 07:20:47 2007 +0000 @@ -1,3 +1,9 @@ +2007-01-28 Richard Stallman + + * minibuf.c (Ftry_completion, Fall_completions) + (Fcompleting_read, Ftest_completion): + Rename arg ALIST or TABLE to COLLECTION. + 2007-01-27 Chong Yidong * unexhp9k800.c: Remove due to lack of legal papers.