]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 May 2007 04:50:04 +0000 (04:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 May 2007 04:50:04 +0000 (04:50 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 4d8f0d81ebfe57c15451340fea2039331ac21802..f15cc415b3b43d2bc4cb5950e8c69bc96516dbac 100644 (file)
@@ -1,3 +1,8 @@
+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.
 
        * find-dired.el (find-dired-filter): Propertize all text down to eob.
 
+2007-04-29  Davis Herring  <herring@lanl.gov>
+
+        * 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  <rms@gnu.org>
 
        * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
index c67b9c218298a1231baba7cc9389698a98a4fdb4..94178bd11811bc6de8d20281fb6ec4cc6e41011c 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-05  Richard Stallman  <rms@gnu.org>
+
+       * processes.texi (Accepting Output): accept-process-output
+       uses microseconds, not milliseconds.  But that arg is obsolete.
+
 2007-05-04  Karl Berry  <karl@tug.org>
 
        * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
index dfd42c0cfc7b5ed61c53e37c35c6eaf6aed21666..70b45ab17715c4f62724723c5e67a79651bd06eb 100644 (file)
@@ -1,3 +1,10 @@
+2007-05-03  Per Cederqvist  <ceder@lysator.liu.se>
+
+       * 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  <mituharu@math.s.chiba-u.ac.jp>
 
        * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.