Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update copyright years. | Glenn Morris | 2006-12-07 | 1 | -1/+1 | |
| | ||||||
* | (timer-max-repeats): Doc fix. | Richard M. Stallman | 2006-09-24 | 1 | -1/+5 | |
| | ||||||
* | (timer-create, timer-activate): Doc fixes. | Richard M. Stallman | 2006-09-08 | 1 | -8/+20 | |
| | | | | | | (cancel-timer-internal): Add doc string. (cancel-function-timers): Doc fix. (with-timeout-handler, timer-event-last*): Add doc strings. | |||||
* | * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer): | Chong Yidong | 2006-08-24 | 1 | -6/+15 | |
| | | | | | | | | | | | | Accept internal time format for SECS arg. (timer-relative-time): Doc fix. * jit-lock.el: "Stealth fontification by requeuing timers" patch, adapted from Martin Rudalics. (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars. (jit-lock-mode): Create jit-lock-stealth-repeat-timer. (jit-lock-stealth-fontify): Reschedule as a idle timer instead of using sit-for. | |||||
* | (run-with-idle-timer): Pass t to timer-activate-when-idle, so timer | Richard M. Stallman | 2006-08-20 | 1 | -1/+3 | |
| | | | | can run before Emacs becomes non-idle again. | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 | |
| | ||||||
* | (timer-activate, timer-activate-when-idle): New arg REUSE-CELL. | Richard M. Stallman | 2005-10-29 | 1 | -13/+41 | |
| | | | | | | (cancel-timer-internal): New function. (timer-event-handler): Use cancel-timer-internal, and pass the cell it returns to timer-activate... | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 | |
| | ||||||
* | (with-timeout-timers): New variable. | Richard M. Stallman | 2005-07-10 | 1 | -1/+31 | |
| | | | | | (with-timeout): Bind that variable to record timers. (with-timeout-suspend, with-timeout-unsuspend): New functions. | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 | |
| | ||||||
* | (with-timeout): Improve argument/docstring consistency. | Juanma Barranquero | 2005-07-04 | 1 | -4/+3 | |
| | ||||||
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -1/+1 | |
| | | | | Change development version from 21.3.50 to 22.0.50. | |||||
* | (timer-event-handler): Fix last change. | Kim F. Storm | 2004-05-16 | 1 | -1/+1 | |
| | ||||||
* | (timer-activate): Add optional arg triggered-p. | Kim F. Storm | 2004-05-14 | 1 | -5/+8 | |
| | | | | | | Use it to set triggered-p element of timer. (timer-event-handler): Set triggered-p element non-nil while running the timer function. | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 | |
| | ||||||
* | Moved from lisp/. | Juanma Barranquero | 2003-05-30 | 1 | -0/+479 | |