| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| * | add-timeout doc fix | Lars Ingebrigtsen | 2016-05-01 | 1 | -0/+2 |
* | | Turn on lexical-binding in some more libs | Mark Oteiza | 2016-10-31 | 1 | -1/+1 |
* | | add-timeout doc fix | Lars Ingebrigtsen | 2016-04-30 | 1 | -0/+2 |
|/ |
|
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | '.' -> `.' in doc string | Paul Eggert | 2015-09-20 | 1 | -1/+1 |
* | Improve documentation of 'run-at-time' | Eli Zaretskii | 2015-09-20 | 1 | -10/+11 |
* | * lisp/emacs-lisp/timer.el (run-at-time): Docstring formatting | Artur Malabarba | 2015-09-19 | 1 | -12/+19 |
* | Backslash cleanup in Elisp source files | Paul Eggert | 2015-09-17 | 1 | -1/+1 |
* | Go back to grave quoting in source-code docstrings etc. | Paul Eggert | 2015-09-07 | 1 | -1/+1 |
* | More-conservative ‘format’ quote restyling | Paul Eggert | 2015-08-23 | 1 | -1/+2 |
* | Use curved quotes in core elisp diagnostics | Paul Eggert | 2015-08-16 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Improve time stamp handling, and be more consistent about it. | Paul Eggert | 2014-11-16 | 1 | -9/+7 |
* | * lisp/emacs-lisp/timer.el (timer-event-handler): Fix last change. | Stefan Monnier | 2014-05-18 | 1 | -1/+1 |
* | * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled. | Stefan Monnier | 2014-05-18 | 1 | -36/+44 |
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * lisp/emacs-lisp/timer.el (timer--time-setter): New function. | Stefan Monnier | 2013-08-12 | 1 | -17/+16 |
* | lisp/emacs-lisp/timer.el (timer--time): Define setter with gv-define-setter. | Juanma Barranquero | 2013-08-10 | 1 | -17/+16 |
* | Doc string fix for "nanoseconds". | Paul Eggert | 2013-05-16 | 1 | -2/+2 |
* | * src/keyboard.c (timer_start_idle): Call internal-timer-start-idle instead | Stefan Monnier | 2013-04-10 | 1 | -69/+82 |
* | * lisp/emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled | Stefan Monnier | 2013-04-07 | 1 | -2/+6 |
* | * 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 |