diff lisp/ChangeLog @ 80866:bfd32b1a7afd

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 9-10) - Update from CVS 2007-05-06 Richard Stallman <rms@gnu.org> * lisp/emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix. 2007-05-03 Ryan Yeske <rcyeske@gmail.com> * lisp/net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted disconnections. 2007-05-06 Richard Stallman <rms@gnu.org> * lispref/processes.texi (Accepting Output): Revert most of previous change. 2007-05-05 Richard Stallman <rms@gnu.org> * lispref/processes.texi (Accepting Output): accept-process-output uses microseconds, not milliseconds. But that arg is obsolete. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-734
author Miles Bader <miles@gnu.org>
date Mon, 07 May 2007 01:09:35 +0000
parents b8d11546ac61 2256012fcd2a
children d972fbe6be98
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 06 20:27:47 2007 +0000
+++ b/lisp/ChangeLog	Mon May 07 01:09:35 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-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
@@ -21,6 +25,11 @@
 	was geometric).  All uses changed.
 	(timeclock-generate-report): Support prefix argument.
 
+2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
+
+	* net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
+	disconnections.
+
 2007-05-01  Romain Francoise  <romain@orebokech.com>
 
 	* dired-x.el: Revert 2007-04-06 change.