]> code.delx.au - gnu-emacs/commitdiff
; * etc/NEWS: Mention 2 newly introduced variables.
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Jan 2016 18:03:38 +0000 (20:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 5 Jan 2016 18:03:38 +0000 (20:03 +0200)
etc/NEWS

index d23c7fa8aaea8633155cee7d22596196b7bf1232..38b0d95654fbc81ffaa68b7cbbfe538c469e09ea 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,6 +28,24 @@ otherwise leave it unmarked.
 ** 'configure' detects the kqueue file notification library on *BSD
 and Mac OS X machines.
 
+\f
+* Changes in Emacs 25.2
+
+** It is possible to disable attempted recovery on fatal signals
+
+Two new variables allow to disable attempts to recover from stack
+overflow and to avoid automatic auto-save when Emacs is delivered a
+fatal signal.  `attempt-stack-overflow-recovery', if set to `nil',
+will disable attempts to recover from C stack overflows; Emacs will
+then crash as with any other fatal signal.
+`attempt-orderly-shutdown-on-fatal-signal', if set to `nil', will
+disable attempts to auto-save the session and shut down in an orderly
+fashion when Emacs receives a fatal signal; instead, Emacs will
+terminate immediately.  Both variables are non-`nil' by default.
+These variables are for users who would like to avoid the small
+probability of data corruption due to techniques Emacs uses to recover
+in these situations.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 25.2