From: Richard M. Stallman Date: Sun, 28 Jan 2007 07:20:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.94~561 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9380425737b3f16ed4766b7b696776d83d62691;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 7618c0b864a..a03ea3c83db 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -80,7 +80,7 @@ through the custom mechanism. ** 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 42302ff9d38..5e5e22ce4da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index bb944e2879a..2d73fe08a96 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 917377a10f5..dd133046747 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.