| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/jit-lock.el (jit-lock-debug-mode): New minor mode. | Stefan Monnier | 2013-01-12 | 1 | -2/+2 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-10-05 | 1 | -1/+1 |
|\ |
|
| * | * lisp/emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577) | Glenn Morris | 2012-10-04 | 1 | -1/+1 |
* | | Spelling fixes. | Paul Eggert | 2012-10-04 | 1 | -1/+1 |
* | | Use declare forms, where possible, to mark obsolete functions. | Chong Yidong | 2012-09-25 | 1 | -3/+2 |
* | | Fix bugs #12447 and #12326 with infloop causes by idle timers, update docs. | Eli Zaretskii | 2012-09-22 | 1 | -3/+12 |
* | | Use a more backwards-compatible timer format. | Paul Eggert | 2012-09-13 | 1 | -3/+3 |
* | | Adapt the MS-DOS build to the latest changes. | Eli Zaretskii | 2012-06-30 | 1 | -1/+1 |
* | | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -36/+51 |
* | | Provide generalized variables in core Elisp. | Stefan Monnier | 2012-06-22 | 1 | -20/+20 |
* | | Reduce use of cl in lisp/emacs-lisp/. | Stefan Monnier | 2012-06-10 | 1 | -24/+24 |
* | | Convert more defvars to defcustoms. | Chong Yidong | 2012-05-04 | 1 | -2/+4 |
* | | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -1/+1 |
|/ |
|
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | * lisp/emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer | Stefan Monnier | 2011-10-13 | 1 | -21/+20 |
* | * emacs-lisp/timer.el (timer--time-less-p): Use time-less-p. | Paul Eggert | 2011-07-03 | 1 | -8/+1 |
* | * emacs-lisp/timer.el (timer-until): Use time-subtract and float-time. | Paul Eggert | 2011-07-03 | 1 | -4/+1 |
* | * emacs-lisp/timer.el (timer-relative-time): Use time-add. | Paul Eggert | 2011-06-30 | 1 | -21/+6 |
* | Doc fixes for timer.el (Bug#8793). | Chong Yidong | 2011-06-04 | 1 | -20/+20 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Support for systems without floats was removed a decade ago. | Glenn Morris | 2010-10-21 | 1 | -26/+14 |
* | | Use `declare' in defmacros. | Stefan Monnier | 2010-08-30 | 1 | -2/+1 |
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
* | | * lisp/emacs-lisp/timer.el (timer-event-handler): Protect against timers | Stefan Monnier | 2010-08-02 | 1 | -1/+5 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * progmodes/grep.el (grep-regexp-alist): | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
* | Comment. | Glenn Morris | 2009-09-02 | 1 | -3/+3 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | * calendar/diary-lib.el (diary-cyclic): Doc fix. | Juanma Barranquero | 2008-11-30 | 1 | -3/+3 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (timer): Define as a defstruct, so we can name the fields, to make the | Stefan Monnier | 2008-04-03 | 1 | -118/+94 |
* | * faces.el (xw-defined-colors): | Dan Nicolaescu | 2008-03-14 | 1 | -9/+2 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | | Remove directory part from filenames in function declarations. | Glenn Morris | 2007-12-06 | 1 | -1/+1 |
* | | * progmodes/idlw-help.el: Require browse-url unconditionally, it | Dan Nicolaescu | 2007-11-20 | 1 | -0/+3 |
|/ |
|
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (run-at-time): Doc fix. | Glenn Morris | 2007-03-31 | 1 | -6/+11 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | 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 |
* | * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer): | Chong Yidong | 2006-08-24 | 1 | -6/+15 |
* | (run-with-idle-timer): Pass t to timer-activate-when-idle, so timer | Richard M. Stallman | 2006-08-20 | 1 | -1/+3 |
* | 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 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |