diff options
| author | Barry O'Reilly | 2013-10-18 00:27:34 -0400 |
|---|---|---|
| committer | Barry O'Reilly | 2013-10-18 00:27:34 -0400 |
| commit | ef566920352fea106b283bcfeba1e61f3969f541 (patch) | |
| tree | 36744e23acb0c8efc1be773e79f90d11bf06bc39 /src/ChangeLog | |
| parent | 29df8a0b10233b25319c1710753a08f2ffd5d310 (diff) | |
| download | emacs-ef566920352fea106b283bcfeba1e61f3969f541.tar.gz emacs-ef566920352fea106b283bcfeba1e61f3969f541.zip | |
Don't run timers in input-pending-p. Its new check-timers param
provides the prior behavior..
* src/keyboard.c (Finput_pending_p): Accept optional check-timers
param.
* lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
as before.
* test/automated/timer-tests.el: New file. Tests that (sit-for 0)
allows another timer to run.
Fixes: debbugs:15045
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a0df4425844..0dae87bd69a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> | ||
| 2 | |||
| 3 | Don't run timers in input-pending-p. Its new check-timers param | ||
| 4 | provides the prior behavior. (Bug#15045). | ||
| 5 | * src/keyboard.c (Finput_pending_p): Accept optional check-timers | ||
| 6 | param. | ||
| 7 | |||
| 1 | 2013-10-17 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-10-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Make some functions static in non-Microsoft builds. | 10 | Make some functions static in non-Microsoft builds. |