aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-11-17 11:01:09 -0800
committerGlenn Morris2012-11-17 11:01:09 -0800
commit5248293f30d012d43b7487ca3ba7f432de17e741 (patch)
tree0a33e41f6edfee20ded5ec6ed1ab0f7900912205
parent9fa3ccd98a740d51556ea0b94cb42cda6349159a (diff)
downloademacs-5248293f30d012d43b7487ca3ba7f432de17e741.tar.gz
emacs-5248293f30d012d43b7487ca3ba7f432de17e741.zip
Relocate NEWS entry to correct section
-rw-r--r--etc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a03c2e2f638..6fc0783936c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -61,6 +61,11 @@ and redirect them to your own function instead of `fset'.
61 61
62* Changes in Emacs 24.4 on non-free operating systems 62* Changes in Emacs 24.4 on non-free operating systems
63 63
64+++
65** The "generate a backtrace on fatal error" feature now works on MS Windows.
66The backtrace is written to the 'emacs_backtrace.txt' file in the
67directory where Emacs was running.
68
64 69
65* Installation Changes in Emacs 24.3 70* Installation Changes in Emacs 24.3
66 71
@@ -210,9 +215,7 @@ This minor mode replaces `toggle-read-only', which is now obsolete.
210** Emacs now generates backtraces on fatal errors. 215** Emacs now generates backtraces on fatal errors.
211On encountering a fatal error, Emacs now outputs a textual description 216On encountering a fatal error, Emacs now outputs a textual description
212of the fatal signal, and a short backtrace on platforms like glibc 217of the fatal signal, and a short backtrace on platforms like glibc
213that support backtraces, and also on MS-Windows. On Windows, the 218that support backtraces.
214backtrace is also written to the 'emacs_backtrace.txt' file in the
215directory where Emacs was running.
216 219
217--- 220---
218** If your Emacs was built from a bzr checkout, the new variable 221** If your Emacs was built from a bzr checkout, the new variable