diff options
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index a23fa508c46..e0628dbb80a 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * erc.el: Use lexical-binding. | ||
| 4 | (erc-user-full-name): Minor CSE simplification. | ||
| 5 | (erc-mode-map): Assume command-remapping is available. | ||
| 6 | (erc-once-with-server-event): Replace `forms' arg with a function arg. | ||
| 7 | (erc-once-with-server-event-global): Remove. | ||
| 8 | (erc-ison-p): Adjust to change in erc-once-with-server-event. | ||
| 9 | (erc-get-buffer-create): Remove arg `proc'. | ||
| 10 | (iswitchb-make-buflist-hook): Declare. | ||
| 11 | (erc-setup-buffer): Use pcase; avoid ((lambda ..) ..). | ||
| 12 | (read-passwd): Assume it exists. | ||
| 13 | (erc-display-line, erc-cmd-IDLE): Avoid add-to-list, adjust to change | ||
| 14 | in erc-once-with-server-event. | ||
| 15 | (erc-cmd-JOIN, erc-set-channel-limit, erc-set-channel-key) | ||
| 16 | (erc-add-query): Minor CSE simplification. | ||
| 17 | (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Adjust to change | ||
| 18 | in erc-once-with-server-event. | ||
| 19 | (erc-echo-notice-in-user-and-target-buffers): Avoid add-to-list. | ||
| 20 | * erc-track.el: Use lexical-binding. | ||
| 21 | (erc-make-mode-line-buffer-name): Use closures instead of `(lambda...). | ||
| 22 | (erc-faces-in): Avoid add-to-list. | ||
| 23 | * erc-notify.el: Use lexical-binding. | ||
| 24 | (erc-notify-timer): Adjust to change in erc-once-with-server-event. | ||
| 25 | (erc-notify-QUIT): Use a closure instead of `(lambda...). | ||
| 26 | * erc-list.el: Use lexical-binding. | ||
| 27 | (erc-list-install-322-handler, erc-cmd-LIST): Adjust to change in | ||
| 28 | erc-once-with-server-event. | ||
| 29 | * erc-button.el: Use lexical-binding. | ||
| 30 | (erc-button-next-function): Use a closure instead of `(lambda...). | ||
| 31 | |||
| 1 | 2013-05-30 Glenn Morris <rgm@gnu.org> | 32 | 2013-05-30 Glenn Morris <rgm@gnu.org> |
| 2 | 33 | ||
| 3 | * erc-backend.el: Require erc at run-time too. | 34 | * erc-backend.el: Require erc at run-time too. |