diff options
| author | Leo Liu | 2012-02-10 23:59:29 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-02-10 23:59:29 +0800 |
| commit | 1be3ca5ad7173a1b1e2ca4065185c207a41883c9 (patch) | |
| tree | 210644035309e3487fc729a5dd2bd2deda0bbbe2 /etc | |
| parent | 25dec3650947892e638be48220024a7d1b1d8be8 (diff) | |
| download | emacs-1be3ca5ad7173a1b1e2ca4065185c207a41883c9.tar.gz emacs-1be3ca5ad7173a1b1e2ca4065185c207a41883c9.zip | |
Rename condition-case-no-debug to condition-case-unless-debug
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-02-08 Alex Ott <alexott@gmail.com> | 6 | 2012-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. |
| @@ -1305,8 +1305,10 @@ set of "wrapping" filters, similar to around advice. | |||
| 1305 | advertised at the time.) | 1305 | advertised 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 |
| 1309 | added in Emacs 23.1, but not advertised. | 1309 | Emacs 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 |