changeset 77658:2256012fcd2a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 May 2007 18:10:44 +0000
parents 6215cae6109e
children 5e0f43a8e936 bfd32b1a7afd
files lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog
diffstat 4 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 06 18:10:35 2007 +0000
+++ b/lisp/ChangeLog	Sun May 06 18:10:44 2007 +0000
@@ -1,3 +1,7 @@
+2007-05-06  Richard Stallman  <rms@gnu.org>
+
+	* emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
+
 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
 
 	* net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
--- a/lispref/ChangeLog	Sun May 06 18:10:35 2007 +0000
+++ b/lispref/ChangeLog	Sun May 06 18:10:44 2007 +0000
@@ -1,3 +1,7 @@
+2007-05-06  Richard Stallman  <rms@gnu.org>
+
+	* processes.texi (Accepting Output): Revert most of previous change.
+
 2007-05-05  Richard Stallman  <rms@gnu.org>
 
 	* processes.texi (Accepting Output): accept-process-output
--- a/man/ChangeLog	Sun May 06 18:10:35 2007 +0000
+++ b/man/ChangeLog	Sun May 06 18:10:44 2007 +0000
@@ -1,3 +1,8 @@
+2007-05-05  Francesco Potort,Al(B  <pot@gnu.org>
+
+	* maintaining.texi (Create Tags Table): Add text about the dangers of
+	making symbolic links to tags files.  (Clarified by RMS.)
+
 2007-05-04  Karl Berry  <karl@tug.org>
 
 	* emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
--- a/src/ChangeLog	Sun May 06 18:10:35 2007 +0000
+++ b/src/ChangeLog	Sun May 06 18:10:44 2007 +0000
@@ -1,9 +1,13 @@
+2007-05-06  Richard Stallman  <rms@gnu.org>
+
+	* process.c: Undo May 3 change.
+
 2007-05-03  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
 
 	* process.c (Faccept_process_output): Revert 2006-03-22 change so
 	that the third argument once again is in microseconds (not
 	milliseconds).  This makes it compatible with Emacs 21 and
-	earlier.  Problem found by Henrik Rindlöw.
+	earlier.  Problem found by Henrik Rindl,Av(Bw.
 
 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>