aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-02 16:00:45 +0200
committerEli Zaretskii2012-11-02 16:00:45 +0200
commit1005b4b98a43c4aea2ac8f01a5743b6b38bdd964 (patch)
tree15933dd02566ab8cad6fd4e299612b41bbe188e0 /src/ChangeLog
parentb9e9df47f2886bb4b6b67aea8eeb0b015258a063 (diff)
downloademacs-1005b4b98a43c4aea2ac8f01a5743b6b38bdd964.tar.gz
emacs-1005b4b98a43c4aea2ac8f01a5743b6b38bdd964.zip
Implement backtrace output for fatal errors on MS-Windows.
src/w32fns.c (CaptureStackBackTrace_proc): New typedef. (BACKTRACE_LIMIT_MAX): New macro. (w32_backtrace): New function. (emacs_abort): Use w32_backtrace when the user chooses not to attach a debugger. Update the text of the abort dialog.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12012-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
12012-11-02 Dmitry Antipov <dmantipov@yandex.ru> 102012-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.