1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

; Fix NEWS.24

* etc/NEWS.24: Minor retroactive wording changes and additions to
fix the version shown by Help commands.  (Bug#38844)
This commit is contained in:
Eli Zaretskii 2020-01-01 18:30:58 +02:00
parent bb9402e6e9
commit 42f66aa502

View File

@ -3604,10 +3604,12 @@ advertised at the time.)
** Debugger changes
*** New macro `condition-case-unless-debug' (this was actually added in
Emacs 23.1 as condition-case-no-debug, but not advertised)
*** New macro `condition-case-unless-debug'.
(This was actually added in Emacs 23.1 as condition-case-no-debug, but
not advertised)
*** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised.
*** The macro `with-demoted-errors'.
It was also added in Emacs 23.1, but not advertised.
*** Variable `stack-trace-on-error' removed.
@ -3691,6 +3693,8 @@ argument is supplied (see Trash changes, above).
*** New file predicates: `file-equal-p', `file-in-directory-p'.
*** New function `file-size-human-readable'.
** Tool-bars can display separators.
Tool-bar separators are handled like menu separators in menu-bar maps,
i.e. via menu entries of the form `(menu-item "--")'.