diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lispref/ChangeLog | 4 | ||||
-rw-r--r-- | man/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 6 |
4 files changed, 18 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f15cc415b3b..ff30935012d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 94178bd1181..9941422d366 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 diff --git a/man/ChangeLog b/man/ChangeLog index a7caf64f195..f4971973846 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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. diff --git a/src/ChangeLog b/src/ChangeLog index 3167162d2ab..31115be1de9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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> |