aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.2410
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/NEWS.24 b/etc/NEWS.24
index 8207a8ca59a..60c2b4dfc66 100644
--- a/etc/NEWS.24
+++ b/etc/NEWS.24
@@ -3604,10 +3604,12 @@ advertised at the time.)
3604 3604
3605** Debugger changes 3605** Debugger changes
3606 3606
3607*** New macro `condition-case-unless-debug' (this was actually added in 3607*** New macro `condition-case-unless-debug'.
3608Emacs 23.1 as condition-case-no-debug, but not advertised) 3608(This was actually added in Emacs 23.1 as condition-case-no-debug, but
3609not advertised)
3609 3610
3610*** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised. 3611*** The macro `with-demoted-errors'.
3612It was also added in Emacs 23.1, but not advertised.
3611 3613
3612*** Variable `stack-trace-on-error' removed. 3614*** Variable `stack-trace-on-error' removed.
3613 3615
@@ -3691,6 +3693,8 @@ argument is supplied (see Trash changes, above).
3691 3693
3692*** New file predicates: `file-equal-p', `file-in-directory-p'. 3694*** New file predicates: `file-equal-p', `file-in-directory-p'.
3693 3695
3696*** New function `file-size-human-readable'.
3697
3694** Tool-bars can display separators. 3698** Tool-bars can display separators.
3695Tool-bar separators are handled like menu separators in menu-bar maps, 3699Tool-bar separators are handled like menu separators in menu-bar maps,
3696i.e. via menu entries of the form `(menu-item "--")'. 3700i.e. via menu entries of the form `(menu-item "--")'.