# HG changeset patch # User Richard M. Stallman # Date 1178340604 0 # Node ID e01f2a11a9bb95951247ccac37443d2e8c43a967 # Parent 2abad7431284dec895acd79d3a35389ada22f29f *** empty log message *** diff -r 2abad7431284 -r e01f2a11a9bb lisp/ChangeLog --- a/lisp/ChangeLog Sat May 05 04:49:51 2007 +0000 +++ b/lisp/ChangeLog Sat May 05 04:50:04 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-03 Ryan Yeske + + * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted + disconnections. + 2007-05-01 Romain Francoise * dired-x.el: Revert 2007-04-06 change. @@ -11,6 +16,12 @@ * find-dired.el (find-dired-filter): Propertize all text down to eob. +2007-04-29 Davis Herring + + * calendar/timeclock.el (timeclock-in): Fix non-interactive + workday specifications. + (timeclock-log): Don't kill the log buffer if it already existed. + 2007-04-29 Richard Stallman * international/mule.el (auto-coding-alist): Add pdf => no-conversion. diff -r 2abad7431284 -r e01f2a11a9bb lispref/ChangeLog --- a/lispref/ChangeLog Sat May 05 04:49:51 2007 +0000 +++ b/lispref/ChangeLog Sat May 05 04:50:04 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-05 Richard Stallman + + * processes.texi (Accepting Output): accept-process-output + uses microseconds, not milliseconds. But that arg is obsolete. + 2007-05-04 Karl Berry * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22. diff -r 2abad7431284 -r e01f2a11a9bb src/ChangeLog --- a/src/ChangeLog Sat May 05 04:49:51 2007 +0000 +++ b/src/ChangeLog Sat May 05 04:50:04 2007 +0000 @@ -1,3 +1,10 @@ +2007-05-03 Per Cederqvist + + * 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. + 2007-05-01 YAMAMOTO Mitsuharu * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.