Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (timer-event-handler): Reactivate timer first, | Richard M. Stallman | 1997-08-28 | 1 | -5/+7 |
| | | | | then run the handler function. | ||||
* | (timer-event-handler): Take timer as arg directly. | Richard M. Stallman | 1997-05-09 | 1 | -12/+5 |
| | | | | Don't bind a key in special-event-map. | ||||
* | (timer-until): Fix syntax error. | Karl Heuer | 1997-04-14 | 1 | -1/+1 |
| | |||||
* | New function. | Richard M. Stallman | 1997-04-14 | 1 | -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. Stallman | 1996-12-10 | 1 | -2/+3 |
| | |||||
* | (cancel-function-timers): Add autoload. | Richard M. Stallman | 1996-10-08 | 1 | -0/+1 |
| | |||||
* | (cancel-timer): Add autoload cookie. | Richard M. Stallman | 1996-10-07 | 1 | -0/+2 |
| | |||||
* | (timer-next-integral-multiple-of-time): New function. | Paul Eggert | 1996-09-03 | 1 | -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 Eggert | 1996-09-03 | 1 | -1/+1 |
| | |||||
* | (run-at-time): Allow floating REPEAT values. | Richard M. Stallman | 1996-04-04 | 1 | -1/+1 |
| | |||||
* | (timer-event-handler): Save copies of events too. | Richard M. Stallman | 1996-04-02 | 1 | -1/+1 |
| | |||||
* | (timer-event-handler): Inhibit quitting. | Richard M. Stallman | 1996-03-27 | 1 | -1/+10 |
| | | | | Record the last few events. | ||||
* | (timer-set-time): Don't set usecs to nil. | Richard M. Stallman | 1996-03-24 | 1 | -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. Stallman | 1996-02-28 | 1 | -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. Stallman | 1996-02-26 | 1 | -1/+1 |
| | |||||
* | (run-with-idle-timer): New function. | Karl Heuer | 1996-02-21 | 1 | -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 McGrath | 1996-02-07 | 1 | -1/+2 |
| | |||||
* | (run-at-time): Handle numbers as relative times in seconds, as the original | Roland McGrath | 1996-02-07 | 1 | -0/+4 |
| | | | | code did. | ||||
* | (run-with-timer): Set repetition interval. | Richard M. Stallman | 1996-02-02 | 1 | -1/+1 |
| | |||||
* | Initial revision | Richard M. Stallman | 1996-01-31 | 1 | -0/+334 |