diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 |