diff options
| author | Miles Bader | 2006-12-08 07:13:33 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-12-08 07:13:33 +0000 |
| commit | cb0a26d3c3db1b816b57219e4830d5c2bc479bbf (patch) | |
| tree | 01bdc7b19dba01290ea49f499f04024d714cf80d /lisp/erc/ChangeLog | |
| parent | addc252e942e740e4d7603949c7f5594f4d07e47 (diff) | |
| download | emacs-cb0a26d3c3db1b816b57219e4830d5c2bc479bbf.tar.gz emacs-cb0a26d3c3db1b816b57219e4830d5c2bc479bbf.zip | |
Update from erc--emacs--22
Highlights:
- Remove contributions from someone who has not assigned changes yet.
- Merge in a couple of bug-fixes from the main branch.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-546
Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index dfb6fc7afe8..8e2a23d261a 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-12-08 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * erc.el: Re-evaluate contributions from a contributor, and found | ||
| 4 | them under 15 lines of non-obvious code, so it is safe to remove | ||
| 5 | the copyright notice. | ||
| 6 | (erc-modules): Remove list module. | ||
| 7 | |||
| 8 | * erc-list.el: Remove, since a contributor who has not completed | ||
| 9 | their assignment has contributed significantly more than 15 lines | ||
| 10 | of code to this file. | ||
| 11 | |||
| 1 | 2006-11-28 Juanma Barranquero <lekktu@gmail.com> | 12 | 2006-11-28 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 13 | ||
| 3 | * erc.el (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Simplify. | 14 | * erc.el (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Simplify. |
| @@ -18,6 +29,11 @@ | |||
| 18 | (erc-update-current-channel-member, erc-load-script): | 29 | (erc-update-current-channel-member, erc-load-script): |
| 19 | (erc-mode-line-away-status-format): Doc fixes. | 30 | (erc-mode-line-away-status-format): Doc fixes. |
| 20 | 31 | ||
| 32 | 2006-11-20 Andrea Russo <rastandy@inventati.org> | ||
| 33 | |||
| 34 | * erc-dcc.el (erc-dcc-chat-setup): Initialize `erc-input-marker' | ||
| 35 | before calling `erc-display-prompt'. | ||
| 36 | |||
| 21 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> | 37 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> |
| 22 | 38 | ||
| 23 | * erc.el (erc-after-connect, erc-open-ssl-stream) | 39 | * erc.el (erc-after-connect, erc-open-ssl-stream) |
| @@ -86,6 +102,11 @@ | |||
| 86 | `erc-show-my-nick' is non-nil. | 102 | `erc-show-my-nick' is non-nil. |
| 87 | (erc-compute-server): Doc fix. | 103 | (erc-compute-server): Doc fix. |
| 88 | 104 | ||
| 105 | 2006-10-01 John J Foerch <jjfoerch@earthlink.net> | ||
| 106 | |||
| 107 | * erc-stamp.el (erc-insert-timestamp-right): Exclude the newline | ||
| 108 | from the erc-timestamp field. | ||
| 109 | |||
| 89 | 2006-09-11 Michael Olson <mwolson@gnu.org> | 110 | 2006-09-11 Michael Olson <mwolson@gnu.org> |
| 90 | 111 | ||
| 91 | * erc-nicklist.el (erc-nicklist-insert-contents): Add missing | 112 | * erc-nicklist.el (erc-nicklist-insert-contents): Add missing |