Auto-commit of generated files.
[bpt/emacs.git] / lisp / erc / ChangeLog
CommitLineData
c4077254
GM
12012-02-08 Glenn Morris <rgm@gnu.org>
2
3 * erc-backend.el (erc-coding-system-precedence):
4 * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
5 Add missing :version settings.
6
5063dddc
GM
72012-01-06 Glenn Morris <rgm@gnu.org>
8
9 * erc.el (erc-tls): Add autoload cookie. (Bug#10333)
10
7c2b8880
AL
112011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
12
13 * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
14 rather than window-scroll-functions. Fixes a bug with word-wrap on
15 a tty. (Bug#9246)
16
3c2727e8
JD
172011-11-28 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
18
19 * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
20 match quoted filenames with spaces inside.
21 (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
22 added processing of escaped quotes and backslashes if filename
23 itself was in quotes.
24
cd1181db
JB
252011-11-20 Juanma Barranquero <lekktu@gmail.com>
26
27 * erc-log.el (erc-logging-enabled): Fix typo.
28
0b381c7e
JB
292011-11-14 Juanma Barranquero <lekktu@gmail.com>
30
31 * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
32
ac6c8639
CY
332011-10-20 Chong Yidong <cyd@gnu.org>
34
35 * erc.el (define-erc-module): Fix autogenerated docstring to
36 reflect Emacs 24 minor mode changes.
37
38 * erc-fill.el (erc-fill-mode):
39 * erc-track.el (erc-track-minor-mode): Doc fix.
40
953ea722
AL
412011-09-23 Antoine Levitt <antoine.levitt@gmail.com>
42
43 * erc-button.el (erc-button-next-function): Scoping fix
44 (Bug#9487).
45
c1e57b47
VD
462011-07-04 Vivek Dasmohapatra <vivek@etla.org>
47
48 * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
49 when reconnecting (bug#5563).
50
c4db078b
LMI
512011-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
52
53 * erc.el (erc-ssl): Made into a synonym for erc-tls, which
54 provides a superset of the same functionality.
55 (erc-open-ssl-stream): Removed.
56 (erc-open-tls-stream): Use `open-network-stream' instead of
57 `open-tls-stream' directly to be able to use the built-in TLS
58 support.
59
0ff8e1ba
SM
602011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
63 data as non-exclusive if it's using the default-completion-function.
64 (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
65 (pcomplete-erc-setup): Use new name.
66
e438da88 672011-05-03 Debarshi Ray <rishi@gnu.org> (tiny change)
f927985e
JD
68
69 * erc-backend.el (671): New response handler.
70 * erc.el (english): Add 671 to catalog.
71
38b3645a
SM
722011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
75 suffix that's added by pcomplete-termination-string anyway.
76 (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
77 it's not needed any more.
78
d4aa710a
SM
792011-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * erc.el (erc-mode-map): Use completion-at-point.
82 (erc-mode): Tell completion-at-point to obey erc-complete-functions.
83 (erc-complete-word-at-point): New function.
84 (erc-complete-word): Make it obsolete.
85 * erc-pcomplete.el (erc-pcompletions-at-point): New function.
86 (pcomplete): Use it.
87 * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
88 (erc-dcc-chat-mode): Tell completion-at-point to obey
89 erc-complete-functions.
90 * erc-button.el (erc-button-next-function): New function extracted from
91 erc-button-next.
92 (button, erc-button-next): Use it.
93
f8ca9162
GM
942011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * erc-hecomplete.el: Move to ../obsolete.
97
33383987
JB
982011-03-07 Chong Yidong <cyd@stupidchicken.com>
99
100 * Version 23.3 released.
101
35fee6ce
JD
1022011-03-04 Julien Danjou <julien@danjou.info>
103
104 * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
105
b016851c
SM
1062011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * erc-list.el (erc-list-menu-mode-map): Move initialization
109 into declaration.
110
69b2604f
JD
1112011-02-07 Julien Danjou <julien@danjou.info>
112
113 * erc-track.el (erc-window-configuration-change): New function.
114 This will allow to track buffer visibility when a command is
115 finished to executed. Idea stolen from rcirc.
116 (track): Put erc-window-configuration-change in
117 window-configuration-change-hook.
118 (erc-modified-channels-update): Remove
119 erc-modified-channels-update from post-command-hook after update.
120
3e46acf7
AL
1212011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
122
123 * erc-track.el (track): Don't reset erc-modified-channels-object
124 each time erc-track-mode is activated.
125
4d789d84
SM
1262011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * erc.el (erc-mode):
129 * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
130
77d6bce8
GM
1312010-11-11 Glenn Morris <rgm@gnu.org>
132
133 * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
134
5c0c0f77
LMI
1352010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
136
137 * erc-backend.el (erc-coding-system-precedence): New variable.
138 (erc-decode-string-from-target): Use it.
139
5793a7bc 1402010-10-24 Julien Danjou <julien@danjou.info>
6bb55f7c 141
7de0e003
JD
142 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
143
6bb55f7c
JD
144 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
145 before setting it as current buffer.
146
220d91b8 1472010-10-14 Juanma Barranquero <lekktu@gmail.com>
c0943d3d
JB
148
149 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
150
60254125
DN
1512010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
152
153 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
154
8a8d54cd
VD
1552010-08-14 Vivek Dasmohapatra <vivek@etla.org>
156
157 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
4d789d84
SM
158 (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
159 New functions.
8a8d54cd
VD
160 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
161
5997e340
FL
1622010-08-08 Fran Litterio <flitterio@gmail.com>
163
4d789d84
SM
164 * erc-backend.el (erc-server-filter-function):
165 Call erc-log-irc-protocol.
5997e340 166
4d789d84
SM
167 * erc.el (erc-toggle-debug-irc-protocol):
168 Bind erc-toggle-debug-irc-protocol to t.
5997e340 169
61a808e8
CY
1702010-05-07 Chong Yidong <cyd@stupidchicken.com>
171
172 * Version 23.2 released.
173
288f9fc0
CY
1742010-03-10 Chong Yidong <cyd@stupidchicken.com>
175
176 * Branch for 23.2.
177
5cb9f674
CY
1782010-02-07 Vivek Dasmohapatra <vivek@etla.org>
179
180 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
181
361bbf57
CY
1822010-01-25 Vivek Dasmohapatra <vivek@etla.org>
183
184 * erc-backend.el (erc-session-connector): New var.
185 (erc-server-reconnect): Use it to reconnect via old
186 connector (Bug#4958).
187
0235128c
SM
188 * erc.el (erc-determine-parameters):
189 Save erc-server-connect-function to erc-session-connector.
361bbf57 190
937e6a56
SM
1912009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * erc.el (erc-display-line-1, erc-process-away):
194 * erc-truncate.el (erc-truncate-buffer-to-size):
195 Use with-current-buffer.
196
1dee7c23
GM
1972009-10-24 Glenn Morris <rgm@gnu.org>
198
199 * erc-dcc.el (pcomplete-erc-all-nicks):
200 * erc-notify.el (pcomplete-erc-all-nicks):
201 Autoload it, to silence compiler.
202
203 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
204 remove-duplicates with erc-delete-dups.
205
081bd373
JB
2062009-09-27 Johan Bockgård <bojohan@gnu.org>
207
208 * erc-button.el (erc-button-keymap): Bind `follow-link'.
209
9c7b2dd3
JB
2102009-09-26 Johan Bockgård <bojohan@gnu.org>
211
212 * erc-button.el (erc-button-add-button): Only call
5ce6e4f4 213 `widget-convert-button' in XEmacs. For Emacs (at least), it
9c7b2dd3
JB
214 doesn't seem to have any purpose except creating lots of overlays,
215 slowing everything down.
216
a9c83b2f
GM
2172009-09-19 Glenn Morris <rgm@gnu.org>
218
219 * erc-lang.el (line): Define for compiler.
220
fbf370dc
GM
2212009-07-22 Kevin Ryde <user42@zip.com.au>
222
223 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
224
7db26af0
DG
2252009-03-13 D. Goel <deego3@gmail.com>
226
7db26af0 227 * erc-backend.el: In (multiple-value-bind/setq .. ls),
5a5edff7 228 ls-> (values-list ls) throughout.
7db26af0
DG
229 * erc.el: Ditto.
230
624509d2
MO
2312009-01-18 Michael Olson <mwolson@gnu.org>
232
233 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
234
7d8345da
GM
2352009-01-16 Glenn Morris <rgm@gnu.org>
236
64bd06a8
GM
237 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
238
7d8345da
GM
239 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
240 behind fboundp test.
241
51bc9aff
GM
2422009-01-09 Glenn Morris <rgm@gnu.org>
243
244 * erc.el (erc-input-message): Replace last-command-char with
245 last-command-event.
246
c5a345cb
GM
2472009-01-08 Glenn Morris <rgm@gnu.org>
248
249 * erc.el (tabbar--local-hlf): Silence compiler.
250
bd710149
MO
2512009-01-03 Michael Olson <mwolson@gnu.org>
252
253 * erc.el (erc-user-input): Do not include text properties when
254 returning user input.
255
e230cd7a 256
ae4c27d2 257See ChangeLog.08 for earlier changes.
e230cd7a 258
acaf905b 259 Copyright (C) 2009-2012 Free Software Foundation, Inc.
5b87ad55
GM
260
261 This file is part of GNU Emacs.
262
4ee57b2a 263 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 264 it under the terms of the GNU General Public License as published by
4ee57b2a
GM
265 the Free Software Foundation, either version 3 of the License, or
266 (at your option) any later version.
5b87ad55
GM
267
268 GNU Emacs is distributed in the hope that it will be useful,
269 but WITHOUT ANY WARRANTY; without even the implied warranty of
270 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
271 GNU General Public License for more details.
272
273 You should have received a copy of the GNU General Public License
4ee57b2a 274 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
597993cf 275
19750a72
MB
276;; Local Variables:
277;; coding: utf-8
33462dfa 278;; add-log-time-zone-rule: t
19750a72 279;; End:
b4be6121 280