*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 May 2007 18:10:44 +0000 (18:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 May 2007 18:10:44 +0000 (18:10 +0000)
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index f15cc41..ff30935 100644 (file)
@@ -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
index 94178bd..9941422 100644 (file)
@@ -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
index a7caf64..f497197 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-05  Francesco Potort\e,Al\e(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.
index 3167162..31115be 100644 (file)
@@ -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\e,Av\e(Bw.
 
 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>