diff options
| author | Stefan Monnier | 2012-10-15 12:49:57 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-10-15 12:49:57 -0400 |
| commit | 8599b23a90cf10e7308a59dbf9197d8e4c439ee2 (patch) | |
| tree | 59891e6efc6297d834f307dd9891f2d31e821c7d /lisp/erc/ChangeLog | |
| parent | 9520f2f20c77fbb2631511f9c0c8e74c5759d834 (diff) | |
| download | emacs-8599b23a90cf10e7308a59dbf9197d8e4c439ee2.tar.gz emacs-8599b23a90cf10e7308a59dbf9197d8e4c439ee2.zip | |
* lisp/erc/erc.el (erc-log): Make it into a defsubst.
(erc-with-server-buffer, define-erc-module, erc-with-buffer)
(erc-with-all-buffers-of-server): Use `declare'.
* lisp/erc/erc-backend.el (erc-log): Adjust autoload accordingly.
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 8b4df6099bc..343a6655701 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * erc.el (erc-log): Make it into a defsubst. | ||
| 4 | (erc-with-server-buffer, define-erc-module, erc-with-buffer) | ||
| 5 | (erc-with-all-buffers-of-server): Use `declare'. | ||
| 6 | * erc-backend.el (erc-log): Adjust autoload accordingly. | ||
| 7 | |||
| 1 | 2012-10-07 Deniz Dogan <deniz@dogan.se> | 8 | 2012-10-07 Deniz Dogan <deniz@dogan.se> |
| 2 | 9 | ||
| 3 | * erc-log.el (erc-generate-log-file-name-function): | 10 | * erc-log.el (erc-generate-log-file-name-function): |
| @@ -42,8 +49,8 @@ | |||
| 42 | 49 | ||
| 43 | 2012-08-21 Julien Danjou <julien@danjou.info> | 50 | 2012-08-21 Julien Danjou <julien@danjou.info> |
| 44 | 51 | ||
| 45 | * erc-match.el (erc-match-message): Use | 52 | * erc-match.el (erc-match-message): |
| 46 | `erc-match-exclude-server-buffer' not | 53 | Use `erc-match-exclude-server-buffer' not |
| 47 | `erc-track-exclude-server-buffer'. | 54 | `erc-track-exclude-server-buffer'. |
| 48 | 55 | ||
| 49 | 2012-08-20 Josh Feinstein <jlf@foxtail.org> | 56 | 2012-08-20 Josh Feinstein <jlf@foxtail.org> |
| @@ -56,8 +63,8 @@ | |||
| 56 | (erc-lurker-threshold-time): New variables. | 63 | (erc-lurker-threshold-time): New variables. |
| 57 | (erc-lurker-maybe-trim, erc-lurker-initialize, erc-lurker-cleanup) | 64 | (erc-lurker-maybe-trim, erc-lurker-initialize, erc-lurker-cleanup) |
| 58 | (erc-hide-current-message-p, erc-canonicalize-server-name) | 65 | (erc-hide-current-message-p, erc-canonicalize-server-name) |
| 59 | (erc-lurker-update-status, erc-lurker-p): New functions. Together | 66 | (erc-lurker-update-status, erc-lurker-p): New functions. |
| 60 | they maintain state about which users have spoken in the last | 67 | Together they maintain state about which users have spoken in the last |
| 61 | erc-lurker-threshold-time, with all other users being considered | 68 | erc-lurker-threshold-time, with all other users being considered |
| 62 | lurkers whose messages of types in erc-lurker-hide-list will not | 69 | lurkers whose messages of types in erc-lurker-hide-list will not |
| 63 | be displayed by erc-display-message. | 70 | be displayed by erc-display-message. |
| @@ -192,7 +199,7 @@ | |||
| 192 | 199 | ||
| 193 | * erc.el (erc-ssl): Made into a synonym for erc-tls, which | 200 | * erc.el (erc-ssl): Made into a synonym for erc-tls, which |
| 194 | provides a superset of the same functionality. | 201 | provides a superset of the same functionality. |
| 195 | (erc-open-ssl-stream): Removed. | 202 | (erc-open-ssl-stream): Remove. |
| 196 | (erc-open-tls-stream): Use `open-network-stream' instead of | 203 | (erc-open-tls-stream): Use `open-network-stream' instead of |
| 197 | `open-tls-stream' directly to be able to use the built-in TLS | 204 | `open-tls-stream' directly to be able to use the built-in TLS |
| 198 | support. | 205 | support. |