annotate lisp/erc/ChangeLog @ 87687:aef7ff97a0c2

ERC: Sync changes from upstream.
author Michael Olson <mwolson@gnu.org>
date Thu, 10 Jan 2008 03:51:14 +0000
parents 107ccd98fa12
children b8f89dd3680d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
87567
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
1 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
2
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
3 * erc-ibuffer.el (erc-channel-modes):
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
4 Pass mode-name through format-mode-line
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
5
87687
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
6 2007-12-16 Diane Murray <disumu@x3y2z1.net>
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
7
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
8 * erc-services.el (erc-nickserv-alist): Removed autodetect regexp,
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
9 added identified regexp for OFTC.
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
10 (erc-nickserv-identification-autodetect): Make sure success-regex
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
11 is non-nil.
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
12 (erc-nickserv-identify-autodetect): Make sure identify-regex is
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
13 non-nil. Doc fix.
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
14
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
15 2007-12-13 Diane Murray <disumu@x3y2z1.net>
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
16
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
17 * erc-backend.el (PRIVMSG, QUIT, TOPIC, WALLOPS, 376, 004, 221)
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
18 (312, 315, 319, 330, 331, 333, 367, 368, 391, 405, 406, 412)
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
19 (421, 432, 433, 437, 442, 461, 474, 477, 482, 431): Doc fix.
aef7ff97a0c2 ERC: Sync changes from upstream.
Michael Olson <mwolson@gnu.org>
parents: 87649
diff changeset
20
87202
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
21 2007-12-09 Michael Olson <mwolson@gnu.org>
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
22
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
23 * erc-services.el (erc-nickserv-alist): Fix regexps for GRnet.
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
24
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
25 2007-12-09 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
26
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
27 * erc-backend.el, erc.el:
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
28 Parse 275 (secure connection) responses.
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
29
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
30 * erc-services.el: Add identification hooks for GRnet, the Greek
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
31 IRC network <http://www.irc.gr>.
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
32
87170
e50a2e215441 * erc-stamp.el (erc-echo-timestamp):
David Kastrup <dak@gnu.org>
parents: 87134
diff changeset
33 2007-12-08 David Kastrup <dak@gnu.org>
e50a2e215441 * erc-stamp.el (erc-echo-timestamp):
David Kastrup <dak@gnu.org>
parents: 87134
diff changeset
34
e50a2e215441 * erc-stamp.el (erc-echo-timestamp):
David Kastrup <dak@gnu.org>
parents: 87134
diff changeset
35 * erc-stamp.el (erc-echo-timestamp):
e50a2e215441 * erc-stamp.el (erc-echo-timestamp):
David Kastrup <dak@gnu.org>
parents: 87134
diff changeset
36 * erc-lang.el (language):
e50a2e215441 * erc-stamp.el (erc-echo-timestamp):
David Kastrup <dak@gnu.org>
parents: 87134
diff changeset
37 * erc-backend.el (erc-server-connect): Fix buggy call to `message'.
e50a2e215441 * erc-stamp.el (erc-echo-timestamp):
David Kastrup <dak@gnu.org>
parents: 87134
diff changeset
38
87202
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
39 2007-12-07 Edward O'Connor <ted@oconnor.cx>
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
40
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
41 * erc-services.el: Provide a hook that runs when nickserv confirms
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
42 that the user has successfully identified.
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
43 (services, erc-nickserv-identify-mode): Add and remove
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
44 erc-nickserv-identification-autodetect from
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
45 erc-server-NOTICE-functions.
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
46 (erc-nickserv-alist): Add SUCCESS-REGEXP to each entry.
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
47 (erc-nickserv-alist-identified-regexp)
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
48 (erc-nickserv-identification-autodetect): New functions.
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
49 (erc-nickserv-identified-hook): New hook.
60375ad7809c Sync from ERC upstream
Michael Olson <mwolson@gnu.org>
parents: 87170
diff changeset
50
87134
23c6fc4561ea Fix buggy call to `error'.
Deepak Goel <deego@gnufans.org>
parents: 86899
diff changeset
51 2007-12-06 D. Goel <deego3@gmail.com>
23c6fc4561ea Fix buggy call to `error'.
Deepak Goel <deego@gnufans.org>
parents: 86899
diff changeset
52
23c6fc4561ea Fix buggy call to `error'.
Deepak Goel <deego@gnufans.org>
parents: 86899
diff changeset
53 * erc-match.el (erc-add-entry-to-list): Fix buggy call to `error'.
23c6fc4561ea Fix buggy call to `error'.
Deepak Goel <deego@gnufans.org>
parents: 86899
diff changeset
54
86894
3cb53b6ea3c6 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86851
diff changeset
55 2007-12-01 Glenn Morris <rgm@gnu.org>
3cb53b6ea3c6 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86851
diff changeset
56
3cb53b6ea3c6 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86851
diff changeset
57 * erc-backend.el (erc-server-send-ping): Move after definition of
3cb53b6ea3c6 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86851
diff changeset
58 erc-server-send.
3cb53b6ea3c6 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86851
diff changeset
59
86899
f1248d7ebab9 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86897
diff changeset
60 * erc.el (iswitchb-temp-buflist, iswitchb-read-buffer)
f1248d7ebab9 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86897
diff changeset
61 (erc-controls-strip): Declare for compiler.
86897
f56ba34e2596 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86894
diff changeset
62 (erc-iswitchb): Don't require iswitchb when compiling. Test
f56ba34e2596 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86894
diff changeset
63 iswitchb-mode is bound.
f56ba34e2596 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 86894
diff changeset
64
86851
321f32eb4bf5 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 86837
diff changeset
65 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
321f32eb4bf5 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 86837
diff changeset
66
321f32eb4bf5 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 86837
diff changeset
67 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
321f32eb4bf5 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 86837
diff changeset
68 Declare as functions.
321f32eb4bf5 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 86837
diff changeset
69
86837
b68d861f04a3 ERC: Add (tiny change) to ChangeLog entry.
Michael Olson <mwolson@gnu.org>
parents: 86836
diff changeset
70 2007-11-29 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
86836
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
71
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
72 * erc-backend.el, erc.el:
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
73 Parse 307 (nick has identified) responses.
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
74
79415
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
75 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
76
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
77 * erc.el (erc-open):
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
78 * erc-backend.el (define-erc-response-handler):
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
79 * erc-log.el (log):
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
80 * erc-match.el (erc-log-matches): Fix typos in docstrings.
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
81
86836
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
82 2007-11-11 Michael Olson <mwolson@gnu.org>
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
83
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
84 * erc-autoaway.el (erc-autoaway-possibly-set-away):
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
85 * erc-netsplit.el (erc-netsplit-timer):
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
86 * erc-notify.el (erc-notify-timer):
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
87 * erc-track.el (erc-user-is-active): Only run if we have
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
88 successfully established a connection to the server and have
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
89 logged in. I suspect that sending messages too soon may make some
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
90 IRC servers not respond well, particularly when the network
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
91 connection is iffy or subject to traffic-shaping.
11b4896b439a Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 86111
diff changeset
92
85845
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
93 2007-11-01 Michael Olson <mwolson@gnu.org>
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
94
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
95 * erc-compat.el (erc-set-write-file-functions): New compatibility
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
96 function to set the write hooks appropriately.
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
97
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
98 * erc-log.el (erc-log-setup-logging): Use
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
99 erc-set-write-file-functions. This fixes a byte-compiler warning.
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
100
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
101 * erc-stamp.el: Silence byte-compiler warning about
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
102 erc-fill-column.
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
103
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
104 * erc.el (erc-with-all-buffers-of-server): Bind the result of
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
105 mapcar to a variable in order to silence a byte-compiler warning.
e95712050fdc Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents: 85771
diff changeset
106
85743
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
107 2007-10-29 Michael Olson <mwolson@gnu.org>
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
108
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
109 * erc-ibuffer.el (erc-modified-channels-alist): Use
85744
e811bd6ee020 Fix typo in lisp/erc/ChangeLog
Michael Olson <mwolson@gnu.org>
parents: 85743
diff changeset
110 eval-when-compile, and explain why we are doing this.
85743
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
111
85650
437a25964d35 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85234
diff changeset
112 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
437a25964d35 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85234
diff changeset
113
437a25964d35 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85234
diff changeset
114 * erc-ibuffer.el (erc-modified-channels-alist): Pacify
437a25964d35 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85234
diff changeset
115 byte-compiler.
437a25964d35 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85234
diff changeset
116
85234
c30f450d3159 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 84641
diff changeset
117 2007-10-13 Glenn Morris <rgm@gnu.org>
c30f450d3159 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 84641
diff changeset
118
c30f450d3159 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 84641
diff changeset
119 * erc-track.el (erc-modified-channels-update): Use mapc rather
c30f450d3159 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 84641
diff changeset
120 than mapcar.
c30f450d3159 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 84641
diff changeset
121
85743
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
122 2007-10-12 Diane Murray <disumu@x3y2z1.net>
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
123
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
124 * erc.el (erc-join-channel): Prompt for channel key if C-u or
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
125 another prefix-arg was typed.
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
126
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
127 * NEWS: Noted this change.
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
128
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
129 2007-10-07 Michael Olson <mwolson@gnu.org>
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
130
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
131 * erc.el (erc-cmd-ME'S): New command that handles the case where
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
132 someone types "/me's". It concatenates the text " 's" to the
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
133 beginning of the input and then sends the result like a normal
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
134 "/me" command.
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
135 (erc-command-regexp): Permit single-quote character.
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
136
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
137 2007-09-30 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
138
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
139 * erc-log.el (erc-save-buffer-in-logs): Prevent spurious warnings
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
140 when looking at a log file and concurrently saving to it.
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
141
763be5e829a7 Sync from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 85650
diff changeset
142 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gnu.org> (tiny change)
84636
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
143
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
144 * erc.texi (Special-Features): Fix small typo.
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
145
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
146 2007-09-16 Michael Olson <mwolson@gnu.org>
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
147
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
148 * erc-track.el (erc-track-switch-direction): Mention
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
149 erc-track-faces-priority-list. Thanks to Leo for the suggestion.
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
150
84641
c6643d09c653 Changes from author without assignment are tiny.
Glenn Morris <rgm@gnu.org>
parents: 84636
diff changeset
151 2007-09-11 Exal de Jesus Garcia Carrillo <exal@gnu.org> (tiny change)
84636
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
152
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
153 * erc-sound.el: Fix typo in setting up instructions.
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
154
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
155 2007-09-10 Michael Olson <mwolson@gnu.org>
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
156
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
157 * Makefile (elpa): Copy dir template rather than echoing a few
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
158 lines. The reason for this is that the ELPA package for ERC was
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
159 getting a corrupt dir entry.
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
160
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
161 * dir-template: Template for the ELPA dir file.
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
162
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
163 2007-09-08 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
164
84636
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
165 * erc-log.el (erc-log-filter-function): New option that specifies
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
166 the function to call for filtering text before writing it to a log
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
167 file. Thanks to David O'Toole for the suggestion.
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
168 (erc-save-buffer-in-logs): Use erc-log-filter-function. Make sure
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
169 we carry along the value of coding-system-for-write, because this
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
170 could potentially be shadowed by the temporary buffer.
ffc87ddd4025 Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents: 84388
diff changeset
171
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
172 * erc.el (erc-version-string): Update to 5.3, development version.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
173
84365
189c145c251c *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 82365
diff changeset
174 2007-09-07 Glenn Morris <rgm@gnu.org>
189c145c251c *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 82365
diff changeset
175
189c145c251c *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 82365
diff changeset
176 * erc.el (erc-toggle-debug-irc-protocol): Fix call to
189c145c251c *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 82365
diff changeset
177 erc-view-mode-enter.
189c145c251c *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 82365
diff changeset
178
78475
0f4347da9a51 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78361
diff changeset
179 2007-08-08 Glenn Morris <rgm@gnu.org>
0f4347da9a51 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78361
diff changeset
180
0f4347da9a51 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78361
diff changeset
181 * erc-log.el, erc.el: Replace `iff' in doc-strings and comments.
0f4347da9a51 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78361
diff changeset
182
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
183 2007-09-03 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
184
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
185 * erc.el (erc-default-port): Make this an integer value rather
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
186 than a string. Thanks to Luca Capello for the report.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
187
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
188 2007-08-27 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
189
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
190 * erc.el (erc-cmd-GQUIT): If erc-kill-queries-on-quit is non-nil,
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
191 kill all query buffers after 4 seconds.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
192
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
193 2007-08-16 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
194
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
195 * NEWS: Add ERC 5.3 changes section, and mention jbms' erc-track
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
196 compatibility note.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
197
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
198 * erc-track.el (erc-track-list-changed-hook): Turn this into a
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
199 customizable option.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
200 (erc-track-switch-direction): Add 'importance option.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
201 (erc-modified-channels-display): If erc-track-switch-direction is
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
202 'importance, call erc-track-sort-by-importance.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
203 (erc-track-face-priority): New function that returns a number
87625
f1e7931e86ce *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 87567
diff changeset
204 indicating the position of a face in erc-track-faces-priority-list.
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
205 (erc-track-sort-by-importance): New function that sorts
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
206 erc-modified-channels-list according to erc-track-face-priority.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
207 (erc-track-get-active-buffer): Make 'oldest a rough opposite of
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
208 'importance.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
209
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
210 2007-08-14 Jeremy Maitin-Shepard <jbms@cmu.edu>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
211
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
212 * erc-track.el (erc-track-remove-disconnected-buffers): New
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
213 variable which controls whether buffers associated with a server
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
214 that is disconnected should be removed from
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
215 `erc-modified-channels-alist'. Existing behavior is to
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
216 unconditionally remove such buffers, which is achieved by setting
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
217 `erc-track-removed-disconnected-buffers' to t. When set to t,
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
218 which is the new default value, such buffers remain in the list,
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
219 which I think is often the desired behavior, since the user may
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
220 likely wish to find out about activity that occurred in a channel
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
221 prior to it being disconnected.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
222 (erc-track-list-changed-hook): New hook that is run whenever the
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
223 contents of `erc-modified-channels-alist' changes; it is useful
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
224 for users such as myself that don't use the default mode-line
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
225 notification but instead use a separate mechanism (which is tied
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
226 to my window manager) to provide notification of channel activity.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
227 (erc-track-get-buffer-window): New function that acts as a wrapper
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
228 around `get-buffer-window' that handles the `selected-visible'
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
229 option of `erc-track-visibility'; previously, the value of
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
230 `erc-track-visibility' was passed directly to `get-buffer-window',
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
231 which does not support `selected-visible'; consequently,
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
232 `selected-visible' was not properly supported.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
233 (erc-track-modified-channels): Fix a bug in the logic for removing
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
234 buffers from the list in certain cases.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
235 (erc-track-position-in-mode-line): Add a supported value that
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
236 specifies that the tracking information should not be added to the
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
237 mode line at all. The value of nil is used to indicate that the
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
238 information should not be added at all to the mode line.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
239 (erc-track-add-to-mode-line): Check for position eq to t, rather
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
240 than non-nil.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
241 (erc-buffer-visible): Use erc-track-get-buffer-window.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
242 (erc-modified-channels-update): Take
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
243 erc-track-remove-disconnected-buffers into account.
87625
f1e7931e86ce *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 87567
diff changeset
244 (erc-modified-channels-display): Run `erc-track-list-changed-hook'.
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
245
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
246 * erc.el (erc-reuse-frames): New option that determines whether
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
247 new frames are always created. Defaults to t. This only has an
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
248 effect when erc-join-buffer is set to 'frame.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
249 (erc-setup-buffer): Use it.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
250
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
251 2007-08-14 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
252
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
253 * erc-backend.el (erc-server-reconnect): If the server buffer has
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
254 been killed, use the current buffer instead. If the current
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
255 buffer is not an ERC buffer, give an error. This fixes a bug when
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
256 /reconnect is run from a channel buffer whose server buffer has
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
257 been deleted. Thanks to jbms for the report.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
258 (erc-process-sentinel-1): Take server buffer as an argument, so
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
259 that we can make sure that it is current.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
260 (erc-process-sentinel): Pass buffer to erc-process-sentinel-1.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
261 (erc-process-sentinel-2): New function split from
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
262 erc-process-sentinel-1. If server buffer is deleted during a
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
263 reconnect attempt, stop trying to reconnect. Fix bug where
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
264 reconnect was not happening when erc-server-reconnect-attempts was
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
265 t. Call erc-server-reconnect-p only once each time. If we are
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
266 instructed to try connecting indefinitely, tell the user that they
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
267 can stop this by killing the server buffer. Call the process
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
268 sentinel by means of run-at-time, so that there is time to kill
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
269 the buffer if need be; this also removes the need for a while
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
270 loop. Refuse to reconnect again if erc-server-reconnect-timeout
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
271 is not an number.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
272
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
273 * erc.el (erc-command-no-process-p): Fix bug: the return value of
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
274 erc-extract-command-from-line is a list rather than a single
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
275 symbol. Thanks to jbms for the report.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
276 (erc-cmd-RECONNECT): Use simpler logic, and use buffer-live-p
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
277 rather than bufferp.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
278 (erc-send-current-line, erc-display-command, erc-display-msg):
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
279 Handle case where erc-server-process is nil, so that /reconnect
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
280 works.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
281
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
282 2007-08-12 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
283
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
284 * erc-identd.el (erc-identd-filter): Instead of sending an EOF
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
285 character, which now confuses freenode, stop the server process,
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
286 so that no new connections are accepted, and kill the current
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
287 client process.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
288
78361
7e2db32bd968 Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents: 78291
diff changeset
289 2007-07-30 Michael Olson <mwolson@gnu.org>
7e2db32bd968 Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents: 78291
diff changeset
290
7e2db32bd968 Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents: 78291
diff changeset
291 * erc-nicklist.el: Remove from the Emacs source tree. This file
7e2db32bd968 Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents: 78291
diff changeset
292 is not release quality, and relies heavily on a module which
7e2db32bd968 Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents: 78291
diff changeset
293 cannot be distributed with ERC due to licensing reasons.
7e2db32bd968 Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents: 78291
diff changeset
294
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
295 2007-07-29 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
296
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
297 * erc-list.el: Relicense to GPLv3. Since the file was already
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
298 licensed under version 2 or later, it turns out that we do not
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
299 need the permission of all of the authors in order to proceed.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
300
78291
18e050b50572 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78219
diff changeset
301 2007-07-25 Glenn Morris <rgm@gnu.org>
18e050b50572 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78219
diff changeset
302
18e050b50572 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78219
diff changeset
303 * Relicense all FSF files to GPLv3 or later.
18e050b50572 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78219
diff changeset
304
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
305 2007-07-13 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
306
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
307 * erc-goodies.el (erc-get-bg-color-face, erc-get-fg-color-face):
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
308 Use erc-error rather than message and beep.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
309
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
310 * erc-sound.el: Indentation fix.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
311
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
312 * erc.el (erc-command-no-process-p): New function that determines
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
313 if its argument is an ERC command that can be run when the server
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
314 process is not alive.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
315 (erc-cmd-SET, erc-cmd-CLEAR, erc-cmd-COUNTRY, erc-cmd-HELP)
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
316 (erc-cmd-LASTLOG, erc-cmd-QUIT, erc-cmd-GQUIT)
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
317 (erc-cmd-RECONNECT, erc-cmd-SERVER): Denote that these commands
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
318 can be run even when the server process is not alive.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
319 (erc-send-current-line): Call erc-command-no-process-p if the
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
320 server process is not alive, to determine if we have a command
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
321 that can be run anyway. Thanks to Tom Tromey for the bug report.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
322 (erc-error): New function that either displays a message or throws
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
323 an error, depending on whether debug-on-error is non-nil.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
324 (erc-cmd-SERVER, erc-send-current-line): Use it.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
325
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
326 2007-07-10 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
327
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
328 * Relicense all FSF-assigned code to GPLv3.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
329
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
330 2007-06-25 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
331
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
332 * erc.texi (Options): Fix typo.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
333 (Getting Help and Reporting Bugs): Update webpage URL. Make Gmane
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
334 part more readable.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
335
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
336 2007-06-20 Michael Olson <mwolson@gnu.org>
77958
9fb9a0400a74 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 77937
diff changeset
337
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
338 * erc-stamp.el (erc-timestamp-format-left): New option that
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
339 specifies the left timestamp to use for
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
340 erc-insert-timestamp-left-and-right.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
341 (erc-timestamp-format-right): New option that specifies the right
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
342 timestamp to use for erc-insert-timestamp-left-and-right.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
343 (erc-insert-timestamp-function): Change default to
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
344 erc-insert-timestamp-left-and-right.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
345 (erc-insert-away-timestamp-function): Ditto.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
346 (erc-timestamp-last-inserted-left)
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
347 (erc-timestamp-last-inserted-right): New variables to keep track
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
348 of data for erc-insert-timestamp-left-and-right.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
349 (erc-insert-timestamp-left-and-right): New function that places
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
350 timestamps on both the left and right sides of the screen, but
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
351 only if each timestamp has changed since it was last computed.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
352 Thanks to offby1 for urging me to merge this.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
353
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
354 * erc.el (erc-open-ssl-stream): Display informative error when
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
355 ssl.el not found.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
356 (erc-tls): New function to connect using tls.el.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
357 (erc-open-tls-stream): New function to initiate tls connection.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
358 Display informative error when tls.el not found.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
359
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
360 2007-06-19 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
361
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
362 * erc-log.el: Update header with accurate instructions.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
363
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
364 2007-06-17 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
365
87625
f1e7931e86ce *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 87567
diff changeset
366 * erc-pkg.el: Update description to match what is currently in ELPA.
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
367
81396
8b961315968d *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 81198
diff changeset
368 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
77958
9fb9a0400a74 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 77937
diff changeset
369
81396
8b961315968d *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 81198
diff changeset
370 * erc-goodies.el (erc-scroll-to-bottom): Remove redundant check.
77958
9fb9a0400a74 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 77937
diff changeset
371
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
372 2007-06-13 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
373
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
374 * erc-compat.el (erc-with-selected-window): New compatibility
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
375 macro that implements `with-selected-window'.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
376
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
377 * erc-goodies.el (erc-scroll-to-bottom): Use it. This fixes a bug
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
378 with buffer ordering where ERC buffers would move to the top.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
379 Thanks to Ivan Kanis for the patch.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
380
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
381 2007-06-10 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
382
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
383 * erc-log.el (erc-logging-enabled): Fix a bug that occurred when
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
384 `erc-log-channels-directory' had the name of a function.
77958
9fb9a0400a74 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 77937
diff changeset
385
77937
8ea1a00db779 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 76856
diff changeset
386 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8ea1a00db779 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 76856
diff changeset
387
81198
bbd353a53e3d *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 77937
diff changeset
388 * erc.el (erc-show-channel-key-p, erc-startup-file-list):
bbd353a53e3d *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 77937
diff changeset
389 Fix typo in docstring.
77937
8ea1a00db779 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 76856
diff changeset
390
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
391 2007-06-03 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
392
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
393 * erc-compat.el (erc-view-mode-enter): Make this its own function,
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
394 in order to document what we do, and provide sane fallback
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
395 behavior.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
396
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
397 * erc.el (erc-toggle-debug-irc-protocol): Don't pass any arguments
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
398 to erc-view-mode-enter, since we don't do anything special with
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
399 the exit function. This fixes a bug with Emacs 21 and Emacs 22.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
400 Thanks to Leo for noticing.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
401
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
402 2007-05-30 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
403
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
404 * erc-compat.el (erc-user-emacs-directory): New variable that
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
405 determines where to find user-specific Emacs settings. For Emacs,
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
406 this is usually ~/.emacs.d, and for XEmacs this is usually
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
407 ~/.xemacs.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
408
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
409 * erc.el (erc-startup-file-list): Use erc-user-emacs-directory.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
410
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
411 2007-05-28 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
412
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
413 * erc-button.el (erc-button-url-regexp): Recognize parentheses as
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
414 part of URLs. Thanks to Lawrence Mitchell for the fix.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
415
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
416 2007-05-26 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
417
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
418 * erc.texi (Modules): Fix references to completion modules.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
419
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
420 2007-05-21 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
421
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
422 * Makefile (SOURCE): Remove erc-pkg.el.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
423 (debclean): New rule to clean old Debian packages of ERC.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
424 (debprepare): Don't modify the released tarball, but copy it as
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
425 the .orig.tar.gz file.
87625
f1e7931e86ce *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 87567
diff changeset
426 (debrelease, debrevision): Remove.
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
427 (debinstall): New target that copies the generated Debian file to
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
428 a distro-specific location.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
429 (deb): New rule that chains together the stages in building a
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
430 Debian package.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
431 (EXTRAS): Add erc-nicklist.el, since it is not release-quality.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
432 (extras): Copy images directory.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
433
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
434 * erc-nicklist.el (erc-nicklist-icons-directory): Use
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
435 locate-library to find the "images" directory. This should be
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
436 more failsafe. Thanks to Tom Tromey for the idea.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
437
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
438 2007-05-19 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
439
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
440 * Makefile (ELPA): New variable that contains the location of my
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
441 local ELPA repository.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
442 (elpa): New rule that makes an ELPA package for ERC.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
443
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
444 2007-04-19 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
445
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
446 * erc.el (erc-parse-prefix): New function that retrieves the
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
447 PREFIX server parameter from the current server and returns an
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
448 alist of prefix type to prefix character.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
449 (erc-channel-receive-names): Use `erc-parse-prefix' to determine
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
450 whether the first character of a nick is a prefix character or
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
451 not. This should fix a bug reported by bromine about needing to
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
452 type "%" first to complete nicks of people who are "hops" on
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
453 Slashnet. This should also support for very exotic IRC server
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
454 setups, if any exist.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
455 (erc-update-current-channel-member): Indentation.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
456
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
457 2007-04-15 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
458
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
459 * erc-log.el (erc-generate-log-file-name-function): Docfix.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
460 Mention how to deal with the case for putting log files in
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
461 different directories. Change a customization type from `symbol'
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
462 to `function'.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
463 (erc-log-channels-directory): Allow this to contain a function
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
464 name, which is called with the same args as in
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
465 `erc-generate-log-file-name-function'. Thanks to andrewy for the
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
466 report and use case.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
467 (erc-current-logfile): Detect if `erc-log-channels-directory' is a
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
468 function and call it with arguments if so.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
469
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
470 2007-04-12 Michael Olson <mwolson@gnu.org>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
471
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
472 * erc-backend.el (define-erc-response-handler): Mention that hook
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
473 processing stops when the function returns non-nil. This should
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
474 help avoid a nasty "gotcha" when making custom functions. Thanks
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
475 to John Sullivan for the report.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
476
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
477 2007-04-08 Diane Murray <disumu@x3y2z1.net>
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
478
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
479 * erc-nicklist.el (erc-nicklist-voiced-position): Fixed
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
480 customization mismatch.
77937
8ea1a00db779 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 76856
diff changeset
481
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
482 2007-04-01 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
483
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
484 * erc.el (erc-version-string): Release ERC 5.2.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
485
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
486 * erc-auto.in, erc-chess.el, erc-list.el, erc-speak.el:
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
487 * erc-viper.el: Update copyright notices.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
488
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
489 * erc.texi: Make Emacs Lisp source code in this document
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
490 essentially public domain. Update version to 5.2.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
491 (Obtaining ERC): Mention extras tarball.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
492 (Releases): Mention local GNU mirror.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
493 (Sample Configuration): Remove notice.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
494
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
495 * FOR-RELEASE (5.3): Add item for erc-nicklist.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
496 Mark NEWS as done. Mark extras tarball as done.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
497
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
498 * Makefile (VERSION): Increment to 5.2.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
499 (TESTING): Remove.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
500 (EXTRAS): New variable containing the contents of our "Emacs 22
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
501 extras" tarball.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
502 (SOURCE): Remove $(TESTING).
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
503 (MISC): Add COPYING and ChangeLog.06. Fix ChangeLog.NNNN ->
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
504 ChangeLog.NN.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
505 (release): Use $(SNAPDIR) instead of erc-$(VERSION).
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
506 (extras): New rule which implements the building of the extras
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
507 tarball.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
508 (upload-extras): New rule to upload the extras tarball. It's
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
509 yucky to replicate upload, but oh well.
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
510 (DISTRIBUTOR): New variable used to differentiate between building
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
511 packages for Ubuntu and Debian.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
512 (debrelease, debrevision): Use it.
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
513 (debbuild): Run linda in addition to lintian.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
514
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
515 * NEWS: Mention extras tarball. Note which files have been
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
516 renamed. Note that erc-list is enabled by default, except in
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
517 Emacs 22.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
518
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
519 * README.extras: New file which serves as a README for the extras
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
520 tarball.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
521
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
522 2007-03-31 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
523
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
524 * NEWS: Update for the 5.2 release.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
525
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
526 * FOR-RELEASE: Finish up 5.2 manual item. Add documentation item
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
527 for 5.3.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
528
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
529 * erc.texi (Sample Session): Flesh out. Mention #erc.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
530 (Modules): Defer to 5.3 release.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
531 (Advanced Usage): Move Sample Configuration chapter ahead of
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
532 unfinished chapters.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
533 (Sample Configuration): Write.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
534 (Options): Mention how to see available ERC options. Defer to 5.3
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
535 release.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
536 (Tips and Tricks): Remove, since it seems better to just include
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
537 tips and tricks in the sample configuration, commented out.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
538
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
539 * erc-bbdb.el (erc-bbdb-search-name-and-create): Make prompt more
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
540 informative about how to skip merging.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
541 (erc-bbdb-insinuate-and-show-entry-1): Move contents of
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
542 erc-bbdb-insinuate-and-show-entry here.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
543 (erc-bbdb-insinuate-and-show-entry): Run
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
544 erc-bbdb-insinuate-and-show-entry-1 "outside" of the calling
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
545 function, so that we can avoid triggering a process-filter error
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
546 if the user hits C-g.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
547
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
548 2007-03-30 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
549
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
550 * FOR-RELEASE: Solve C-c C-SPC keybinding dilemma.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
551
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
552 * erc-autoaway.el (erc-autoaway-idle-method): Use `if' rather than
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
553 `cond' and `set' rather than `set-default'.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
554
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
555 * erc-log.el: Avoid compiler warning by requiring erc-network
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
556 during compilation.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
557 (erc-generate-log-file-name-function): Add tag to each option.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
558 Add erc-generate-log-file-name-network.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
559 (erc-generate-log-file-name-network): New function which generates
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
560 a log file name that uses network name rather than server name,
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
561 when possible.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
562
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
563 * erc-track.el (track): Assimilate track-when-inactive module,
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
564 since there's no need to have two modules in one file -- an option
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
565 will do. Remove track-modified-channels alias. Call
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
566 erc-track-minor-mode-maybe, and tear down the minor mode when
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
567 disabling.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
568 (erc-track-when-inactive): New option which determines whether to
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
569 track visible buffers when inactive. The default is not to do so.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
570 (erc-track-visibility): Mention erc-track-when-inactive.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
571 (erc-buffer-visible): Use erc-track-when-inactive.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
572 (erc-track-enable-keybindings): New option which determines
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
573 whether to enable the global-level tracking keybindings. The
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
574 default is to do so, unless they would override another binding,
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
575 in which case we prompt the user about it.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
576 (erc-track-minor-mode-map): Move global keybindings here.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
577 (erc-track-minor-mode): New minor mode which only enables the
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
578 keybindings and does nothing else.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
579 (erc-track-minor-mode-maybe): New function which starts
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
580 erc-track-minor-mode, but only if it hasn't already been started,
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
581 an ERC buffer exists, and the user OK's it, depending on the value
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
582 of `erc-track-enable-keybindings'.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
583 (erc-track-switch-buffer): Display a message if someone calls this
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
584 without first enabling erc-track-mode.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
585
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
586 2007-03-17 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
587
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
588 * erc.texi (Development): Mention ErcDevelopment page on
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
589 emacswiki.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
590 (Getting Started): Mention ~/.emacs.d/.ercrc.el and the Customize
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
591 interface.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
592 (Sample Session): New section that has a very rough draft for a
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
593 sample ERC session.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
594 (Special Features): New section that explains some of the special
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
595 features of ERC. Taken from ErcFeatures on emacswiki, with
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
596 enhancements.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
597
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
598 2007-03-12 Diane Murray <disumu@x3y2z1.net>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
599
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
600 * erc-autoaway.el (erc-autoaway-idle-method): When setting the new
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
601 value, disable and re-enable `erc-autoaway-mode' only if it was
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
602 already enabled. This fixes a bug where autoaway was enabled just
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
603 by loading the file.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
604
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
605 2007-03-10 Diane Murray <disumu@x3y2z1.net>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
606
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
607 * erc-capab.el: Added more information to the Usage section.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
608 (erc-capab-identify-prefix): Doc fix.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
609 (erc-capab-identify-unidentified): New face.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
610 (290): Removed. Definition moved to erc-backend.el.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
611 (erc-capab-identify-send-messages): Renamed from
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
612 `erc-capab-send-identify-messages'.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
613 (erc-capab-identify-setup): Use it.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
614 (erc-capab-identify-get-unidentified-nickname): Renamed from
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
615 `erc-capab-get-unidentified-nickname'.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
616 (erc-capab-identify-add-prefix): Use it. Use
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
617 `erc-capab-identify-unidentified' as the face.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
618
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
619 * erc-backend.el (290): Moved here from erc-capab.el.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
620
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
621 * erc.el (erc-select): Added an autoload cookie.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
622 (erc-message-type-member, erc-restore-text-properties): Use
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
623 `erc-get-parsed-vector'.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
624 (erc-auto-query): Set the default to 'bury since many new users
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
625 expect private messages from others to be in dedicated query
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
626 buffers, not the server buffer.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
627 (erc-common-server-suffixes): Use "freenode" for freenode.net, not
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
628 "OPN". Added oftc.net.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
629
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
630 * NEWS: Added note about erc-auto-query's new default setting.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
631
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
632 2007-03-03 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
633
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
634 * erc.el (erc-open, erc): Docfixes.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
635
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
636 2007-03-02 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
637
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
638 * FOR-RELEASE: Make section for 5.3 release and move erc-backend
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
639 cleanup there. Awaiting discussion before doing other things.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
640 Add tasks for merging filename changes from the 5.2 release
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
641 branch, and for making a tarball of modules not in Emacs 22. Add
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
642 item to remind me to update NEWS. Mark backtab entry as done.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
643
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
644 * erc-button.el (button): Add call to `erc-button-add-keys'.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
645 (erc-button-keys-added): New variable tracking whether we've added
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
646 the keys yet.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
647 (erc-button-add-keys): New function that adds the <backtab> key to
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
648 erc-mode-map.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
649
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
650 * erc.texi: Change version to 5.2 (pre-release).
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
651
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
652 2007-02-15 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
653
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
654 * CREDITS: Update.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
655
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
656 * erc-backend.el (erc-server-send-ping-interval): Change to use a
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
657 default of 30 seconds. Improve customize interface.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
658 (erc-server-send-ping-timeout): New option that determines when to
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
659 consider a connection stalled and restart it. The default is
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
660 after 120 seconds.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
661 (erc-server-send-ping): Use erc-server-send-ping-timeout instead
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
662 of erc-server-send-ping-interval. If
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
663 erc-server-send-ping-timeout is nil, do not ever kill and restart
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
664 a hung IRC process.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
665
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
666 * erc.el (erc-modules): Include the name of the module in its
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
667 description. This should make it easier for people to find and
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
668 enable a particular module.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
669
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
670 2007-02-15 Vivek Dasmohapatra <vivek@etla.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
671
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
672 * erc.el (erc-cmd-RECONNECT): Kill old process if it is still
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
673 alive.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
674 (erc-message-english-PART): Properly escape "%" characters in
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
675 reason.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
676
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
677 * erc-backend.el (erc-server-reconnecting): New variable that is
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
678 set when the user requests a reconnect, but the old process is
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
679 still alive. This forces the reconnect to work even though the
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
680 process is killed manually during reconnect.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
681 (erc-server-connect): Initialize it.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
682 (erc-server-reconnect-p): Use it.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
683 (erc-process-sentinel-1): Set it to nil after the first reconnect
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
684 attempt.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
685
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
686 2007-02-07 Diane Murray <disumu@x3y2z1.net>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
687
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
688 * erc-menu.el (erc-menu-definition): Fixed so that the separator
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
689 is between "Current channel" and "Pals, fools and other keywords",
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
690 not at the bottom of the "Current channel" submenu.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
691
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
692 2007-01-25 Diane Murray <disumu@x3y2z1.net>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
693
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
694 * erc-networks.el (erc-server-alist): Removed SSL server for now
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
695 since `erc-server-select' doesn't know to use `erc-ssl'.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
696
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
697 * erc-networks.el (erc-server-alist, erc-networks-alist): Added
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
698 definitions for oftc.net.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
699
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
700 * erc-services.el (erc-nickserv-alist): Fixed OFTC message regexp.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
701
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
702 2007-01-22 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
703
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
704 * erc-backend.el (erc-server-error-occurred): New variable that
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
705 indicates when an error has been signaled by the server. This
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
706 should fix an infinite reconnect bug when giving some servers a
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
707 bogus :full-name. Thanks to Angelina Carlton for the report.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
708 (erc-server-connect): Initialize erc-server-error-occurred.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
709 (erc-server-reconnect-p): Use it.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
710 (ERROR): Set it.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
711
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
712 * erc-services.el (erc-nickserv-alist): Alphabetize and add Ars
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
713 and QuakeNet. Standardize look of entries. Fix type mismatch
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
714 error in customize interface.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
715 (erc-nickserv-passwords): Alphabetize and add missing entries from
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
716 erc-nickserv-alist.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
717
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
718 2007-01-21 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
719
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
720 * erc.el (erc-header-line-format): Document how to disable the
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
721 header line, and add a customization type for it. Also, make the
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
722 changes take effect immediately.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
723
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
724 2007-01-19 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
725
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
726 * erc.texi (Modules): Document new menu module. Thanks to Leo
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
727 for noticing.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
728
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
729 2007-01-16 Diane Murray <disumu@x3y2z1.net>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
730
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
731 * erc-stamp.el (erc-insert-timestamp-left): Fixed so that the
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
732 whitespace string filler is hidden correctly when timestamps are
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
733 hidden.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
734 (erc-toggle-timestamps): New function to use instead of
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
735 `erc-show-timestamps' and `erc-hide-timestamps'.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
736
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
737 * erc.el (erc-restore-text-properties): Moved here from
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
738 erc-fill.el since it could be useful in general.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
739
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
740 * erc-fill.el (erc-restore-text-properties): Removed.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
741
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
742 2007-01-13 Michael Olson <mwolson@gnu.org>
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
743
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
744 * erc.el (erc-command-regexp): New variable that is used to match
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
745 a command.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
746 (erc-send-input): Use it. This fixes a bug where paths --
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
747 "/usr/bin/foo", for example -- were being displayed as commands,
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
748 but still sent correctly.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
749 (erc-extract-command-from-line): Use it.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
750
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
751 * erc.texi (Modules): Document erc-capab-identify.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
752
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
753 2007-01-11 Diane Murray <disumu@x3y2z1.net>
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
754
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
755 * erc.el (erc-find-parsed-property): Moved here from erc-track.el
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
756 since it can be useful in general.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
757
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
758 * erc-track.el (erc-find-parsed-property): Removed.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
759
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
760 * erc-capab.el (erc-capab-find-parsed): Removed.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
761 (erc-capab-identify-add-prefix): Use `erc-find-parsed-property'.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
762
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
763 * erc.el (erc-open): Run `erc-before-connect' hook here. This
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
764 makes sure the hook always gets called before a connection is
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
765 made, as some functions, like `erc-handle-irc-url', use `erc-open'
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
766 instead of `erc'.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
767 (erc): Removed `erc-before-connect' hook.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
768
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
769 * erc-menu.el (erc-menu-definition): Put items specific to
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
770 channels in a "Current channel" submenu.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
771
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
772 * erc-backend.el (321, 323): Display channel list in server buffer
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
773 when not using the channel list module.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
774
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
775 * erc.el: Updated copyright years.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
776 (erc-version-string): Set to 5.2 (devel).
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
777 (erc-format-lag-time): Fixed to work when `erc-server-lag' is nil.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
778 (erc-update-mode-line-buffer): Set the header face.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
779
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
780 2007-01-11 Michael Olson <mwolson@gnu.org>
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
781
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
782 * erc-bbdb.el (erc-bbdb-popup-type): Fix customization type and
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
783 documentation.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
784
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
785 * erc-services.el (erc-nickserv-identify-mode): Improve
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
786 documentation for nick-change option and move higher to fix
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
787 compiler warning. Avoid a recursive load error.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
788 (erc-nickserv-alist): Add simple entry for BitlBee, to avoid
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
789 "NickServ is AWAY: User is offline" error. Oddly enough, bitlbee
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
790 was smart enough to recognize that as an authentication request
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
791 and log in regardless, which is why I didn't notice this earlier.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
792 (erc-nickserv-alist-sender, erc-nickserv-alist-regexp)
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
793 (erc-nickserv-alist-nickserv, erc-nickserv-alist-ident-keyword)
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
794 (erc-nickserv-alist-use-nick-p)
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
795 (erc-nickserv-alist-ident-command): New accessors for
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
796 erc-nickserv-alist. Using nth is unwieldy.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
797 (erc-nickserv-identify-autodetect)
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
798 (erc-nickserv-identify-on-connect)
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
799 (erc-nickserv-identify-on-nick-change, erc-nickserv-identify): Use
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
800 the new accessors.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
801
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
802 2007-01-11 Diane Murray <disumu@x3y2z1.net>
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
803
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
804 * NEWS: Added note for `erc-my-nick-face'. Fixed capab-identify
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
805 wording.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
806
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
807 2007-01-10 Diane Murray <disumu@x3y2z1.net>
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
808
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
809 * erc.el (erc-mode-line-format): Added %l to documentation.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
810 (erc-header-line-format): Removed "[IRC]". Use the new %l
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
811 replacement character. Doc fix.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
812 (erc-format-channel-modes): Removed lag code. Removed parentheses
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
813 from mode string.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
814 (erc-format-lag-time): New function.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
815 (erc-update-mode-line-buffer): Use it.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
816
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
817 2007-01-10 Michael Olson <mwolson@gnu.org>
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
818
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
819 * erc.el: Fix typo in url-irc-function instructions.
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
820
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
821 2007-01-09 Michael Olson <mwolson@gnu.org>
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
822
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
823 * erc.el (erc-system-name): New option that determines the system
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
824 name to use when logging in. The default is to figure this out by
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
825 calling `system-name'.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
826 (erc-login): Use it.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
827
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
828 2007-01-07 Michael Olson <mwolson@gnu.org>
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
829
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
830 * erc.el (erc-modules): Add the menu module. This should fix a
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
831 bug with incorrect ERC submenus being displayed.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
832
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
833 * erc-menu.el: Turn this into a module.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
834 (erc-menu-add, erc-menu-remove): New functions that add and remove
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
835 the ERC menu.
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
836
69690
a90c92cb9783 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-179
Miles Bader <miles@gnu.org>
parents: 69034
diff changeset
837
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
838 See ChangeLog.06 for earlier changes.
68451
fc745b05e928 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff changeset
839
79706
5f92874bde07 Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 79415
diff changeset
840 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
841
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
842 This file is part of GNU Emacs.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
843
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
844 GNU Emacs is free software; you can redistribute it and/or modify
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
845 it under the terms of the GNU General Public License as published by
78219
85d67fae9a94 Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents: 77958
diff changeset
846 the Free Software Foundation; either version 3, or (at your option)
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
847 any later version.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
848
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
849 GNU Emacs is distributed in the hope that it will be useful,
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
850 but WITHOUT ANY WARRANTY; without even the implied warranty of
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
851 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
852 GNU General Public License for more details.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
853
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
854 You should have received a copy of the GNU General Public License
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
855 along with GNU Emacs; see the file COPYING. If not, write to the
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
856 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
857 Boston, MA 02110-1301, USA.
68451
fc745b05e928 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff changeset
858
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
859 ;; Local Variables:
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
860 ;; coding: utf-8
73856
594a719b7a7f Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents: 73841
diff changeset
861 ;; add-log-time-zone-rule: t
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
862 ;; End:
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
863
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
864 ;; arch-tag: 3369b6e5-96b1-4b32-96cd-9a905c747496