diff options
| -rw-r--r-- | lisp/erc/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/erc/erc-match.el | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 929df097790..b7f40c39411 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-11-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * erc.el (erc-open): | ||
| 4 | * erc-backend.el (define-erc-response-handler): | ||
| 5 | * erc-log.el (log): | ||
| 6 | * erc-match.el (erc-log-matches): Fix typos in docstrings. | ||
| 7 | |||
| 1 | 2007-11-01 Michael Olson <mwolson@gnu.org> | 8 | 2007-11-01 Michael Olson <mwolson@gnu.org> |
| 2 | 9 | ||
| 3 | * erc-compat.el (erc-set-write-file-functions): New compatibility | 10 | * erc-compat.el (erc-set-write-file-functions): New compatibility |
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index c147b6566f8..a4752588ebd 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el | |||
| @@ -530,11 +530,11 @@ Use this defun with `erc-insert-modify-hook'." | |||
| 530 | 530 | ||
| 531 | (defun erc-log-matches (match-type nickuserhost message) | 531 | (defun erc-log-matches (match-type nickuserhost message) |
| 532 | "Log matches in a separate buffer, determined by MATCH-TYPE. | 532 | "Log matches in a separate buffer, determined by MATCH-TYPE. |
| 533 | The behaviour of this function is controlled by the variables | 533 | The behavior of this function is controlled by the variables |
| 534 | `erc-log-matches-types-alist' and `erc-log-matches-flag'. Specify the | 534 | `erc-log-matches-types-alist' and `erc-log-matches-flag'. |
| 535 | match types which should be logged in the former, and | 535 | Specify the match types which should be logged in the former, |
| 536 | deactivate/activate match logging in the latter. See | 536 | and deactivate/activate match logging in the latter. |
| 537 | `erc-log-match-format'." | 537 | See `erc-log-match-format'." |
| 538 | (let ((match-buffer-name (cdr (assq match-type | 538 | (let ((match-buffer-name (cdr (assq match-type |
| 539 | erc-log-matches-types-alist))) | 539 | erc-log-matches-types-alist))) |
| 540 | (nick (nth 0 (erc-parse-user nickuserhost)))) | 540 | (nick (nth 0 (erc-parse-user nickuserhost)))) |