diff options
author | Michael Olson <mwolson@gnu.org> | 2007-10-29 01:00:33 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-10-29 01:00:33 +0000 |
commit | b6675b2d62e7962cd924051f5d30d2cd7deede66 (patch) | |
tree | 58b6ae7414eadc169f812711c40dd4e1f6c113fc /lisp/erc/ChangeLog | |
parent | 08446d5eeb448b3473daa4e209ccf71ceef496b5 (diff) | |
download | emacs-b6675b2d62e7962cd924051f5d30d2cd7deede66.tar.gz |
Sync from upstream ERC
Diffstat (limited to 'lisp/erc/ChangeLog')
-rw-r--r-- | lisp/erc/ChangeLog | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 09882be34b8..da03b833f51 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,12 @@ +2007-10-29 Michael Olson <mwolson@gnu.org> + + * erc-ibuffer.el (erc-modified-channels-alist): Use + eval-when-compile, and explain why we are doing this.. + + * erc-track.el: Make sure that the state of erc-track-minor-mode + is not preserved when using desktop.el. Thanks to Levin for the + report. + 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu> * erc-ibuffer.el (erc-modified-channels-alist): Pacify @@ -8,7 +17,27 @@ * erc-track.el (erc-modified-channels-update): Use mapc rather than mapcar. -2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change) +2007-10-12 Diane Murray <disumu@x3y2z1.net> + + * erc.el (erc-join-channel): Prompt for channel key if C-u or + another prefix-arg was typed. + + * NEWS: Noted this change. + +2007-10-07 Michael Olson <mwolson@gnu.org> + + * erc.el (erc-cmd-ME'S): New command that handles the case where + someone types "/me's". It concatenates the text " 's" to the + beginning of the input and then sends the result like a normal + "/me" command. + (erc-command-regexp): Permit single-quote character. + +2007-09-30 Aidan Kehoe <kehoea@parhasard.net> (tiny change) + + * erc-log.el (erc-save-buffer-in-logs): Prevent spurious warnings + when looking at a log file and concurrently saving to it. + +2007-09-18 Exal de Jesus Garcia Carrillo <exal@gnu.org> (tiny change) * erc.texi (Special-Features): Fix small typo. |