comparison lisp/erc/ChangeLog @ 74484:e9bc018298b2

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>
author Miles Bader <miles@gnu.org>
date Fri, 08 Dec 2006 07:13:33 +0000
parents 47213acc9fb9
children e6a67f8f9808
comparison
equal deleted inserted replaced
74483:00d6850d1b3e 74484:e9bc018298b2
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.
4 (erc-prompt-for-channel-key, erc-ignore-reply-list, erc-send-post-hook) 15 (erc-prompt-for-channel-key, erc-ignore-reply-list, erc-send-post-hook)
5 (erc-active-buffer, erc-join-buffer, erc-frame-alist, erc-with-buffer) 16 (erc-active-buffer, erc-join-buffer, erc-frame-alist, erc-with-buffer)
16 (erc-once-with-server-event-global, erc-debug-irc-protocol) 27 (erc-once-with-server-event-global, erc-debug-irc-protocol)
17 (erc-log-irc-protocol, erc-cmd-LOAD, erc-update-user) 28 (erc-log-irc-protocol, erc-cmd-LOAD, erc-update-user)
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)
24 (erc-display-line-1, erc-display-line): 40 (erc-display-line-1, erc-display-line):
25 * erc-backend.el (005): Fix space/tab mixup in docstrings. 41 * erc-backend.el (005): Fix space/tab mixup in docstrings.
83 was not respected. 99 was not respected.
84 (erc-format-my-nick): Use `erc-my-nick-face'. This should help 100 (erc-format-my-nick): Use `erc-my-nick-face'. This should help
85 make it easier to find messages you sent in conversations when 101 make it easier to find messages you sent in conversations when
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.
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.
88 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
92 parenthesis. Thanks to Stephan Stahl for the report. 113 parenthesis. Thanks to Stephan Stahl for the report.