summaryrefslogtreecommitdiff
path: root/lisp/timer.el
Commit message (Collapse)AuthorAgeFilesLines
* (timer-until): Fix syntax error.Karl Heuer1997-04-141-1/+1
|
* New function.Richard M. Stallman1997-04-141-0/+20
| | | | | | (timer-max-repeats): New variable. (timer-event-handler): Avoid rerunning a timer many times if real time has "jumped" forward.
* (timer-next-integral-multiple-of-time): Doc fix.Richard M. Stallman1996-12-101-2/+3
|
* (cancel-function-timers): Add autoload.Richard M. Stallman1996-10-081-0/+1
|
* (cancel-timer): Add autoload cookie.Richard M. Stallman1996-10-071-0/+2
|
* (timer-next-integral-multiple-of-time): New function.Paul Eggert1996-09-031-5/+40
| | | | | (run-at-time): If TIME is t, do the action at the next integral multiple of REPEAT.
* (run-at-time): Doc fix.Paul Eggert1996-09-031-1/+1
|
* (run-at-time): Allow floating REPEAT values.Richard M. Stallman1996-04-041-1/+1
|
* (timer-event-handler): Save copies of events too.Richard M. Stallman1996-04-021-1/+1
|
* (timer-event-handler): Inhibit quitting.Richard M. Stallman1996-03-271-1/+10
| | | | Record the last few events.
* (timer-set-time): Don't set usecs to nil.Richard M. Stallman1996-03-241-3/+10
| | | | | (timer-duration): Return nil if junk at end of string. Handle just a number--treat it as number of seconds.
* (timer-set-time, timer-set-time-with-usecs): Doc fix.Richard M. Stallman1996-02-281-46/+47
| | | | | | | | (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.
* Comment change.Richard M. Stallman1996-02-261-1/+1
|
* (run-with-idle-timer): New function.Karl Heuer1996-02-211-4/+62
| | | | | | | (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.
* (run-at-time): Doc fix.Roland McGrath1996-02-071-1/+2
|
* (run-at-time): Handle numbers as relative times in seconds, as the originalRoland McGrath1996-02-071-0/+4
| | | | code did.
* (run-with-timer): Set repetition interval.Richard M. Stallman1996-02-021-1/+1
|
* Initial revisionRichard M. Stallman1996-01-311-0/+334