aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a7ec965e3d6..969b1cdcf5f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -162,6 +162,9 @@ cannot be encoded by the `terminal-coding-system'.
162 162
163** On graphical displays, the mode-line no longer ends in dashes. 163** On graphical displays, the mode-line no longer ends in dashes.
164 164
165** On Nextstep/OSX, the menu bar can be hidden by customizing
166 ns-auto-hide-menu-bar.
167
165** Basic SELinux support has been added. 168** Basic SELinux support has been added.
166This requires Emacs to be linked with libselinux at build time. 169This requires Emacs to be linked with libselinux at build time.
167 170
@@ -745,7 +748,13 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
745 748
746* Lisp changes in Emacs 24.1 749* Lisp changes in Emacs 24.1
747 750
751** pre/post-command-hook are not reset to nil upon error.
752Instead, the offending function is removed.
753
754** New low-level function run-hook-wrapped.
755
748** byte-compile-disable-print-circle is obsolete. 756** byte-compile-disable-print-circle is obsolete.
757** deferred-action-list and deferred-action-function are obsolete.
749** Removed the stack-trace-on-error variable. 758** Removed the stack-trace-on-error variable.
750Also the debugger can now "continue" from an error, which means it will jump 759Also the debugger can now "continue" from an error, which means it will jump
751to the error handler as if the debugger had not been invoked instead of 760to the error handler as if the debugger had not been invoked instead of