diff options
| author | Stefan Monnier | 2013-04-10 09:31:35 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-04-10 09:31:35 -0400 |
| commit | 78ce603d02dd6f2492fb0178bb148d3d76e4312b (patch) | |
| tree | be868207d62596b1c5f99690de725a31645cd6a9 /src/ChangeLog | |
| parent | 15e54145b44fc4e0e69207d1dc2bfa12f4ed0eb4 (diff) | |
| download | emacs-78ce603d02dd6f2492fb0178bb148d3d76e4312b.tar.gz emacs-78ce603d02dd6f2492fb0178bb148d3d76e4312b.zip | |
* src/keyboard.c (timer_start_idle): Call internal-timer-start-idle instead
of marking the idle timers directly.
* lisp/emacs-lisp/timer.el (timer--check): New function.
(timer--time, timer-set-function, timer-event-handler): Use it.
(timer-set-idle-time): Simplify.
(timer--activate): CSE.
(timer-event-handler): Give more info in error message.
(internal-timer-start-idle): New function, moved from C.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 402792b5460..6fdf601fa95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (timer_start_idle): Call internal-timer-start-idle instead | ||
| 4 | of marking the idle timers directly. | ||
| 5 | |||
| 1 | 2013-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-04-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hash | 8 | * minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hash |