diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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. |
| 166 | This requires Emacs to be linked with libselinux at build time. | 169 | This 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. | ||
| 752 | Instead, 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. |
| 750 | Also the debugger can now "continue" from an error, which means it will jump | 759 | Also the debugger can now "continue" from an error, which means it will jump |
| 751 | to the error handler as if the debugger had not been invoked instead of | 760 | to the error handler as if the debugger had not been invoked instead of |