diff options
| author | Stefan Monnier | 2013-04-17 20:12:33 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-04-17 20:12:33 -0400 |
| commit | d36ed1c8e7a88757890edb629b7da73be05a9ae2 (patch) | |
| tree | 8c607eda3023a41cd0e5d0529e5b7f71a5d78dda /etc | |
| parent | 04754d3612ea2f09440604c571814e0795511fa3 (diff) | |
| download | emacs-d36ed1c8e7a88757890edb629b7da73be05a9ae2.tar.gz emacs-d36ed1c8e7a88757890edb629b7da73be05a9ae2.zip | |
* lisp/subr.el (with-wrapper-hook): Declare obsolete.
* lisp/simple.el (filter-buffer-substring-function): New hook.
(filter-buffer-substring): Use it.
(filter-buffer-substring-functions): Mark obsolete.
* lisp/minibuffer.el (completion-in-region-function): New hook.
(completion-in-region): Use it.
(completion-in-region-functions): Mark obsolete.
* lisp/mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
* lisp/abbrev.el (abbrev-expand-function): New hook.
(expand-abbrev): Use it.
(abbrev-expand-functions): Mark obsolete.
* lisp/emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
and :filter-return.
* lisp/org/org-agenda.el (org-agenda-mode):
* lisp/org/org-indent.el (org-indent-mode): Use the `local' arg of
add-hook/remove-hook.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -329,6 +329,13 @@ file using `set-file-extended-attributes'. | |||
| 329 | *** `field-complete' | 329 | *** `field-complete' |
| 330 | *** `minibuffer-completion-contents' | 330 | *** `minibuffer-completion-contents' |
| 331 | 331 | ||
| 332 | ** `with-wrapper-hook' is obsoleted by `add-function'. | ||
| 333 | The few hooks that used with-wrapper-hook are replaced as follows: | ||
| 334 | *** `abbrev-expand-function' obsoletes `abbrev-expand-functions'. | ||
| 335 | *** `completion-in-region-function' obsoletes `completion-in-region-functions'. | ||
| 336 | *** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'. | ||
| 337 | |||
| 338 | |||
| 332 | ** `get-upcase-table' is obsoleted by the new `case-table-get-table'. | 339 | ** `get-upcase-table' is obsoleted by the new `case-table-get-table'. |
| 333 | 340 | ||
| 334 | ** Support for filesystem notifications. | 341 | ** Support for filesystem notifications. |