comparison lisp/erc/ChangeLog @ 85743:763be5e829a7

Sync from upstream ERC
author Michael Olson <mwolson@gnu.org>
date Mon, 29 Oct 2007 01:00:33 +0000
parents 437a25964d35
children e811bd6ee020
comparison
equal deleted inserted replaced
85742:4a5d6cd41d5f 85743:763be5e829a7
1 2007-10-29 Michael Olson <mwolson@gnu.org>
2
3 * erc-ibuffer.el (erc-modified-channels-alist): Use
4 eval-when-compile, and explain why we are doing this..
5
6 * erc-track.el: Make sure that the state of erc-track-minor-mode
7 is not preserved when using desktop.el. Thanks to Levin for the
8 report.
9
1 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu> 10 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2 11
3 * erc-ibuffer.el (erc-modified-channels-alist): Pacify 12 * erc-ibuffer.el (erc-modified-channels-alist): Pacify
4 byte-compiler. 13 byte-compiler.
5 14
6 2007-10-13 Glenn Morris <rgm@gnu.org> 15 2007-10-13 Glenn Morris <rgm@gnu.org>
7 16
8 * erc-track.el (erc-modified-channels-update): Use mapc rather 17 * erc-track.el (erc-modified-channels-update): Use mapc rather
9 than mapcar. 18 than mapcar.
10 19
11 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change) 20 2007-10-12 Diane Murray <disumu@x3y2z1.net>
21
22 * erc.el (erc-join-channel): Prompt for channel key if C-u or
23 another prefix-arg was typed.
24
25 * NEWS: Noted this change.
26
27 2007-10-07 Michael Olson <mwolson@gnu.org>
28
29 * erc.el (erc-cmd-ME'S): New command that handles the case where
30 someone types "/me's". It concatenates the text " 's" to the
31 beginning of the input and then sends the result like a normal
32 "/me" command.
33 (erc-command-regexp): Permit single-quote character.
34
35 2007-09-30 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
36
37 * erc-log.el (erc-save-buffer-in-logs): Prevent spurious warnings
38 when looking at a log file and concurrently saving to it.
39
40 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gnu.org> (tiny change)
12 41
13 * erc.texi (Special-Features): Fix small typo. 42 * erc.texi (Special-Features): Fix small typo.
14 43
15 2007-09-16 Michael Olson <mwolson@gnu.org> 44 2007-09-16 Michael Olson <mwolson@gnu.org>
16 45