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 755e710c079..41771c92e93 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-10-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-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. |