summaryrefslogtreecommitdiff
path: root/lisp/timer.el
AgeCommit message (Collapse)Author
2003-05-30Moved to emacs-lisp/.Juanma Barranquero
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-07-18(timer-inc-time): Doc fix.Richard M. Stallman
2002-07-17(timer-set-time-with-usecs): Mark obsolete.Juanma Barranquero
2002-07-16(timer-set-time, timer-set-time-with-usecs): Fix docstring.Juanma Barranquero
2002-07-12(timer-set-time-with-usecs): Fix documentation. Simplify extraction of time ↵Juanma Barranquero
data.
2001-10-05(timer-relative-time): Fix computation for negative `micro'.Gerd Moellmann
2001-07-15Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík
2001-07-06properly mark Attic files as deletedKen Raeburn
2000-08-30(run-with-idle-timer): Undo last change, so that timerAndrew Innes
is not activated immediately if Emacs is already idle. Some existing code relies on this behaviour.
2000-07-24(timer-activate-when-idle): Add optional parameterAndrew Innes
DONT-WAIT. Update docstring. (run-with-idle-timer): Specify extra parameter to timer-activate-when-idle, so that timer will be activated immediately if Emacs is already idle.
2000-07-19(run-with-idle-timer): Doc fix.Richard M. Stallman
1997-08-28(timer-event-handler): Reactivate timer first,Richard M. Stallman
then run the handler function.
1997-05-09(timer-event-handler): Take timer as arg directly.Richard M. Stallman
Don't bind a key in special-event-map.
1997-04-14(timer-until): Fix syntax error.Karl Heuer
1997-04-14New function.Richard M. Stallman
(timer-max-repeats): New variable. (timer-event-handler): Avoid rerunning a timer many times if real time has "jumped" forward.
1996-12-10(timer-next-integral-multiple-of-time): Doc fix.Richard M. Stallman
1996-10-08(cancel-function-timers): Add autoload.Richard M. Stallman
1996-10-07(cancel-timer): Add autoload cookie.Richard M. Stallman
1996-09-03(timer-next-integral-multiple-of-time): New function.Paul Eggert
(run-at-time): If TIME is t, do the action at the next integral multiple of REPEAT.
1996-09-03(run-at-time): Doc fix.Paul Eggert
1996-04-04(run-at-time): Allow floating REPEAT values.Richard M. Stallman
1996-04-02(timer-event-handler): Save copies of events too.Richard M. Stallman
1996-03-27(timer-event-handler): Inhibit quitting.Richard M. Stallman
Record the last few events.
1996-03-24(timer-set-time): Don't set usecs to nil.Richard M. Stallman
(timer-duration): Return nil if junk at end of string. Handle just a number--treat it as number of seconds.
1996-02-28(timer-set-time, timer-set-time-with-usecs): Doc fix.Richard M. Stallman
(run-at-time, with-timeout): Doc fix. (run-with-timer): Just call run-at-time. (timer-set-idle-time): New function. (run-with-idle-timer): Use it to set the idle time. Doc fix. Fix interactive code.
1996-02-26Comment change.Richard M. Stallman
1996-02-21(run-with-idle-timer): New function.Karl Heuer
(timer-create, timerp): Leave a slot for idle-delay. (timer-activate-when-idle): New function. (timer-event-handler): Handle idle-delay timers specially. (cancel-timer, cancel-function-timers): Handle idle-delay timers.
1996-02-07(run-at-time): Doc fix.Roland McGrath
1996-02-07(run-at-time): Handle numbers as relative times in seconds, as the originalRoland McGrath
code did.
1996-02-02(run-with-timer): Set repetition interval.Richard M. Stallman
1996-01-31Initial revisionRichard M. Stallman
1996-01-29(run-after-delay): Add autoload cookie.Richard M. Stallman
Delete USECS arg. Let REPEAT be a float.
1996-01-29Sun Jan 28 20:55:10 1996 Richard M. Stallman <rms@mole.gnu.ai.mit.edu>Richard M. Stallman
* timer.el (timer-inc-time): New function. (run-at-time): Use that. (run-after-delay): New function. * timer.el: Add a usecs slot to each timer. Almost all functions changed. Sun Jan 28 16:47:55 1996 Morten Welinder <terra@diku.dk> * timer.el: Complete rewrite to use built-in timer feature.
1996-01-14Update FSF's address.Erik Naggum
1994-11-22(timer-process-filter): No need for save-match-data.Richard M. Stallman
1994-11-17(timer-process-filter): Use save-match-data.Richard M. Stallman
1994-10-21Finish installing previous change.Richard M. Stallman
1994-10-21(timer-error, timer-abnormal-termination,Richard M. Stallman
timer-filter-error): New error conditions. (timer-process-filter, timer-process-sentinel): Signal an error, don't just print a message.
1994-06-24(run-at-time): If REPEAT is 0, don't repeat.Richard M. Stallman
1994-05-03Update copyright.Karl Heuer
1994-04-06(timer-kill-emacs-hook): New function.Richard M. Stallman
(kill-emacs-hook): Add the new hook.
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy
1993-05-31(run-at-time): Pass args to start-process in right order.Richard M. Stallman
1993-05-29(cancel-function-timers): Renamed from spurious duplicateRichard M. Stallman
definition of cancel-timer.
1993-04-01* timer.el (timer-program): New defconst.Jim Blandy
(run-at-time): Use timer-program as the name of the program the subprocess should run, and search for it in exec-directory, rather than checking the entire exec path.
1993-03-22Added or corrected Commentary sectionEric S. Raymond
1993-03-09(run-at-time): Allow an integer as TIME.Richard M. Stallman
(cancel-timer): New function.
1993-03-02* timer.el (run-at-time): Doc fix.Jim Blandy
1993-01-08Use process-send-string instead of send-string.Michael I. Bushnell