diff options
| author | Phil Sainty | 2019-02-26 23:17:51 +1300 |
|---|---|---|
| committer | Phil Sainty | 2019-02-27 00:12:23 +1300 |
| commit | 594fd343b0368eeed7d40195b23eb2f47170b5b1 (patch) | |
| tree | 8b45ac1047f40a8184296348e87b73fe7ee1ea9c /etc/NEWS | |
| parent | 2f7885a4b3609dec19e4595c6c24f3a21f33c5d6 (diff) | |
| download | emacs-fix/bug-34657-erc-hooks.tar.gz emacs-fix/bug-34657-erc-hooks.zip | |
erc: Rename abnormal hooks to use "-functions" suffix (bug 34657)fix/bug-34657-erc-hooks
* lisp/erc/erc.el (erc-before-connect, erc-after-connect):
Now obsolete aliases. All uses changed.
(erc-before-connect-functions, erc-after-connect-functions):
New names with the standard suffix for abnormal hooks.
* etc/NEWS: Mention the changes.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -682,6 +682,12 @@ This option controls whether and how to use Gnus search groups as | |||
| 682 | *** 'erc-button-google-url' has been renamed 'erc-button-search-url' | 682 | *** 'erc-button-google-url' has been renamed 'erc-button-search-url' |
| 683 | and its value has been changed to Duck Duck Go. | 683 | and its value has been changed to Duck Duck Go. |
| 684 | 684 | ||
| 685 | --- | ||
| 686 | *** Abnormal hooks 'erc-before-connect' and 'erc-after-connect' have | ||
| 687 | been renamed to 'erc-before-connect-functions' and | ||
| 688 | 'erc-after-connect-functions'. The original names have been retained | ||
| 689 | as obsolete aliases. | ||
| 690 | |||
| 685 | ** EUDC | 691 | ** EUDC |
| 686 | 692 | ||
| 687 | *** XEmacs support has been removed. | 693 | *** XEmacs support has been removed. |