diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 25cb1e76fa5..5739b5d9125 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-11-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Implement backtrace output for fatal errors on MS-Windows. | ||
| 4 | * w32fns.c (CaptureStackBackTrace_proc): New typedef. | ||
| 5 | (BACKTRACE_LIMIT_MAX): New macro. | ||
| 6 | (w32_backtrace): New function. | ||
| 7 | (emacs_abort): Use w32_backtrace when the user chooses not to | ||
| 8 | attach a debugger. Update the text of the abort dialog. | ||
| 9 | |||
| 1 | 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | Window-related stuff cleanup here and there. | 12 | Window-related stuff cleanup here and there. |