diff options
| author | Leo Liu | 2014-11-20 02:18:01 +0800 |
|---|---|---|
| committer | Leo Liu | 2014-11-20 02:18:01 +0800 |
| commit | 9c2c15edb5ed90342695a1392b992c75ff9bc4b0 (patch) | |
| tree | 34dc65b143df35f282e0ad4c1436bf9b4c96c5d2 | |
| parent | e25e7693cd6d203a4e6e7cdb86db0f09d6426e24 (diff) | |
| download | emacs-9c2c15edb5ed90342695a1392b992c75ff9bc4b0.tar.gz emacs-9c2c15edb5ed90342695a1392b992c75ff9bc4b0.zip | |
Add NEWS entry for define-advice
* NEWS: Mention new macro define-advice.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ed8c345eef5..d57190fce01 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-11-19 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Mention new macro define-advice. | ||
| 4 | |||
| 1 | 2014-11-17 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-11-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Improve time stamp handling, and be more consistent about it. | 7 | Improve time stamp handling, and be more consistent about it. |
| @@ -65,6 +65,9 @@ have the equivalent of a primary selection. | |||
| 65 | +++ | 65 | +++ |
| 66 | ** terpri gets an optional arg ENSURE to conditionally output a newline. | 66 | ** terpri gets an optional arg ENSURE to conditionally output a newline. |
| 67 | 67 | ||
| 68 | +++ | ||
| 69 | ** New macro `define-advice'. | ||
| 70 | |||
| 68 | ** `insert-register' now leaves point after the inserted text | 71 | ** `insert-register' now leaves point after the inserted text |
| 69 | when called interactively. A prefix argument toggles this behavior. | 72 | when called interactively. A prefix argument toggles this behavior. |
| 70 | 73 | ||