aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLeo Liu2012-02-10 23:59:29 +0800
committerLeo Liu2012-02-10 23:59:29 +0800
commit1be3ca5ad7173a1b1e2ca4065185c207a41883c9 (patch)
tree210644035309e3487fc729a5dd2bd2deda0bbbe2 /etc
parent25dec3650947892e638be48220024a7d1b1d8be8 (diff)
downloademacs-1be3ca5ad7173a1b1e2ca4065185c207a41883c9.tar.gz
emacs-1be3ca5ad7173a1b1e2ca4065185c207a41883c9.zip
Rename condition-case-no-debug to condition-case-unless-debug
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS6
2 files changed, 9 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 93258d8c06c..1f1190b19d9 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12012-02-10 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Change condition-case-no-debug to
4 condition-case-unless-debug and split the entry in two.
5
12012-02-08 Alex Ott <alexott@gmail.com> 62012-02-08 Alex Ott <alexott@gmail.com>
2 7
3 * tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL. 8 * tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL.
diff --git a/etc/NEWS b/etc/NEWS
index df35fee46b9..944dd9b7a70 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1305,8 +1305,10 @@ set of "wrapping" filters, similar to around advice.
1305advertised at the time.) 1305advertised at the time.)
1306 1306
1307+++ 1307+++
1308** The macros `condition-case-no-debug' and `with-demoted-errors' were 1308** New macro `condition-case-unless-debug' (this was actually added in
1309added in Emacs 23.1, but not advertised. 1309Emacs 23.1 as condition-case-no-debug, but not advertised)
1310
1311** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised.
1310 1312
1311+++ 1313+++
1312** The new function `server-eval-at' allows evaluation of Lisp forms on 1314** The new function `server-eval-at' allows evaluation of Lisp forms on