aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-01 11:46:01 +0200
committerEli Zaretskii2012-10-01 11:46:01 +0200
commit4cdfbb8976eaff3cd5c36b9e2b3489483482e305 (patch)
tree1e8489caa68bf8444d9f899e9aa47e7e3f480dce /src/ChangeLog
parentf0e5f2255f62cf59eaf84e642ada10f64b1fc9d1 (diff)
downloademacs-4cdfbb8976eaff3cd5c36b9e2b3489483482e305.tar.gz
emacs-4cdfbb8976eaff3cd5c36b9e2b3489483482e305.zip
Improve 'alarm' implementation on MS-Windows.
src/w32proc.c (alarm) [HAVE_SETITIMER]: Be more conformant to the expected return results. [!HAVE_SETITIMER]: Behave as the previous version that didn't support timers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cfa80ed8899..d972f754549 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,10 @@
7 (getitimer, setitimer): If disable_itimers is non-zero, return an 7 (getitimer, setitimer): If disable_itimers is non-zero, return an
8 error indication without doing anything. Reported by Fabrice 8 error indication without doing anything. Reported by Fabrice
9 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544. 9 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
10 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
11 return results.
12 [!HAVE_SETITIMER]: Behave as the previous version that didn't
13 support timers.
10 14
11 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to 15 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
12 term_ntproc after all the other bookkeeping, to get timers working 16 term_ntproc after all the other bookkeeping, to get timers working