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 | -41/+152 |
| | |||||
* | (run-after-delay): Add autoload cookie. | Richard M. Stallman | 1996-01-29 | 1 | -4/+6 |
| | | | | Delete USECS arg. Let REPEAT be a float. | ||||
* | Sun Jan 28 20:55:10 1996 Richard M. Stallman <rms@mole.gnu.ai.mit.edu> | Richard M. Stallman | 1996-01-29 | 1 | -146/+184 |
| | | | | | | | | | | | | | * 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. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (timer-process-filter): No need for save-match-data. | Richard M. Stallman | 1994-11-22 | 1 | -29/+28 |
| | |||||
* | (timer-process-filter): Use save-match-data. | Richard M. Stallman | 1994-11-17 | 1 | -28/+29 |
| | |||||
* | Finish installing previous change. | Richard M. Stallman | 1994-10-21 | 1 | -1/+9 |
| | |||||
* | (timer-error, timer-abnormal-termination, | Richard M. Stallman | 1994-10-21 | 1 | -14/+31 |
| | | | | | | timer-filter-error): New error conditions. (timer-process-filter, timer-process-sentinel): Signal an error, don't just print a message. | ||||
* | (run-at-time): If REPEAT is 0, don't repeat. | Richard M. Stallman | 1994-06-24 | 1 | -1/+3 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (timer-kill-emacs-hook): New function. | Richard M. Stallman | 1994-04-06 | 1 | -0/+11 |
| | | | | (kill-emacs-hook): Add the new hook. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| | |||||
* | (run-at-time): Pass args to start-process in right order. | Richard M. Stallman | 1993-05-31 | 1 | -2/+3 |
| | |||||
* | (cancel-function-timers): Renamed from spurious duplicate | Richard M. Stallman | 1993-05-29 | 1 | -2/+2 |
| | | | | definition of cancel-timer. | ||||
* | * timer.el (timer-program): New defconst. | Jim Blandy | 1993-04-01 | 1 | -2/+10 |
| | | | | | | (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. | ||||
* | Added or corrected Commentary section | Eric S. Raymond | 1993-03-22 | 1 | -0/+6 |
| | |||||
* | (run-at-time): Allow an integer as TIME. | Richard M. Stallman | 1993-03-09 | 1 | -9/+24 |
| | | | | (cancel-timer): New function. | ||||
* | * timer.el (run-at-time): Doc fix. | Jim Blandy | 1993-03-02 | 1 | -1/+13 |
| | |||||
* | Use process-send-string instead of send-string. | Michael I. Bushnell | 1993-01-08 | 1 | -1/+1 |
| | |||||
* | (run-at-time): Use a pipe to talk to the timer process. | Roland McGrath | 1993-01-08 | 1 | -2/+3 |
| | |||||
* | Doc fix. | Christopher Zaborsky | 1992-11-10 | 1 | -1/+1 |
| | |||||
* | (timer-process-sentinel): Don't set timer-scratch. | Richard M. Stallman | 1992-09-28 | 1 | -1/+2 |
| | |||||
* | Doc fix. | Richard M. Stallman | 1992-09-26 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Jim Blandy | 1992-08-19 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -1/+6 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-03-16 | 1 | -0/+1 |
| | |||||
* | Initial revision | root | 1990-01-20 | 1 | -0/+92 |