changeset 75478:8a6a77c5f063

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Jan 2007 07:20:47 +0000
parents afd36ac582f5
children 20e63814712b
files admin/FOR-RELEASE lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 4 files changed, 39 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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  <rms@gnu.org>
+
+	* 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  <rms@gnu.org>
 
 	* obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
--- 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  <rms@gnu.org>
+
+	* 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  <rudalics@gmx.at>
 
 	* backups.texi (Reverting): Use "buffer" instead of "file"
--- 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  <rms@gnu.org>
+
+	* minibuf.c (Ftry_completion, Fall_completions)
+	(Fcompleting_read, Ftest_completion):
+	Rename arg ALIST or TABLE to COLLECTION.
+
 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
 
 	* unexhp9k800.c: Remove due to lack of legal papers.