comparison 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
comparison
equal deleted inserted replaced
80865:6c44ac3ba98f 80866:bfd32b1a7afd
1 2007-05-06 Richard Stallman <rms@gnu.org>
2
3 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4
1 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca> 5 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file 7 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
4 rather than storing their value in the revert-buffer function. 8 rather than storing their value in the revert-buffer function.
5 9
18 Suppress warnings when finding the log. Don't check for a nil 22 Suppress warnings when finding the log. Don't check for a nil
19 project twice. Run hooks after killing the buffer (if applicable). 23 project twice. Run hooks after killing the buffer (if applicable).
20 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never 24 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
21 was geometric). All uses changed. 25 was geometric). All uses changed.
22 (timeclock-generate-report): Support prefix argument. 26 (timeclock-generate-report): Support prefix argument.
27
28 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
29
30 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
31 disconnections.
23 32
24 2007-05-01 Romain Francoise <romain@orebokech.com> 33 2007-05-01 Romain Francoise <romain@orebokech.com>
25 34
26 * dired-x.el: Revert 2007-04-06 change. 35 * dired-x.el: Revert 2007-04-06 change.
27 36