aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-29 13:50:23 +0000
committerGerd Moellmann2000-02-29 13:50:23 +0000
commit50b1039fa7de644b62a1ebe38929bf16ec8e3b93 (patch)
tree739f6256ff9b25da22df266d0e3a2f996ef14599 /src/ChangeLog
parentefdd2d7964060e1fe5041998f9bdb74741118f38 (diff)
downloademacs-50b1039fa7de644b62a1ebe38929bf16ec8e3b93.tar.gz
emacs-50b1039fa7de644b62a1ebe38929bf16ec8e3b93.zip
(start_atimer): Don't abort when timers are stopped.
(append_atimer_lists): New function. (cancel_atimer, stop_other_atimers, run_all_atimers): Handle arbitrary lists of stopped and running atimers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8146d49b2b5..6bc8abc3a40 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12000-02-29 Gerd Moellmann <gerd@gnu.org> 12000-02-29 Gerd Moellmann <gerd@gnu.org>
2 2
3 * atimer.c (start_atimer): Don't abort when timers are stopped.
4 (append_atimer_lists): New function.
5 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
6 arbitrary lists of stopped and running atimers.
7
3 * atimer.c (cancel_atimer): Handle canceling an atimer when 8 * atimer.c (cancel_atimer): Handle canceling an atimer when
4 some timers are stopped. 9 some timers are stopped.
5 10