aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d23c7fa8aae..38b0d95654f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,24 @@ otherwise leave it unmarked.
29and Mac OS X machines. 29and Mac OS X machines.
30 30
31 31
32* Changes in Emacs 25.2
33
34** It is possible to disable attempted recovery on fatal signals
35
36Two new variables allow to disable attempts to recover from stack
37overflow and to avoid automatic auto-save when Emacs is delivered a
38fatal signal. `attempt-stack-overflow-recovery', if set to `nil',
39will disable attempts to recover from C stack overflows; Emacs will
40then crash as with any other fatal signal.
41`attempt-orderly-shutdown-on-fatal-signal', if set to `nil', will
42disable attempts to auto-save the session and shut down in an orderly
43fashion when Emacs receives a fatal signal; instead, Emacs will
44terminate immediately. Both variables are non-`nil' by default.
45These variables are for users who would like to avoid the small
46probability of data corruption due to techniques Emacs uses to recover
47in these situations.
48
49
32* Changes in Specialized Modes and Packages in Emacs 25.2 50* Changes in Specialized Modes and Packages in Emacs 25.2
33 51
34** File Notifications 52** File Notifications