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 8bc6c1069ad..33fea805898 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | (handle_sigsegv): Check whether we really crash somewhere near | 6 | (handle_sigsegv): Check whether we really crash somewhere near |
| 7 | to stack boundary, and handle fatal signal as usual if not. | 7 | to stack boundary, and handle fatal signal as usual if not. |
| 8 | (init_sigsegv): Adjust accordingly. | 8 | (init_sigsegv): Adjust accordingly. |
| 9 | * keyboard.c (Vtop_level_message): Rename to | ||
| 10 | Vinternal__top_level_message, as suggested by Stefan Monnier in | ||
| 11 | http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00493.html | ||
| 12 | All related users changed. | ||
| 9 | 13 | ||
| 10 | 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru> | 14 | 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru> |
| 11 | 15 | ||