aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 755e710c079..41771c92e93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-10-08 Paul Eggert <eggert@cs.ucla.edu> 12013-10-08 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix race where emacs aborts when sent SIGTERM (Bug#15534).
4 * keyboard.c (unblock_input_to): Don't process pending signals
5 if a fatal error is in progress.
6
3 * lisp.h (bits_word, BITS_WORD_MAX): New type and macro. 7 * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
4 All uses of 'size_t' and 'SIZE_MAX' changed to use them, when 8 All uses of 'size_t' and 'SIZE_MAX' changed to use them, when
5 they're talking about words in Lisp bool vectors. 9 they're talking about words in Lisp bool vectors.