Merge from trunk.
[bpt/emacs.git] / lisp / erc / ChangeLog
1 2012-01-06 Glenn Morris <rgm@gnu.org>
2
3 * erc.el (erc-tls): Add autoload cookie. (Bug#10333)
4
5 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
6
7 * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
8 rather than window-scroll-functions. Fixes a bug with word-wrap on
9 a tty. (Bug#9246)
10
11 2011-11-28 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
12
13 * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
14 match quoted filenames with spaces inside.
15 (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
16 added processing of escaped quotes and backslashes if filename
17 itself was in quotes.
18
19 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
20
21 * erc-log.el (erc-logging-enabled): Fix typo.
22
23 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
24
25 * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
26
27 2011-10-20 Chong Yidong <cyd@gnu.org>
28
29 * erc.el (define-erc-module): Fix autogenerated docstring to
30 reflect Emacs 24 minor mode changes.
31
32 * erc-fill.el (erc-fill-mode):
33 * erc-track.el (erc-track-minor-mode): Doc fix.
34
35 2011-09-23 Antoine Levitt <antoine.levitt@gmail.com>
36
37 * erc-button.el (erc-button-next-function): Scoping fix
38 (Bug#9487).
39
40 2011-07-04 Vivek Dasmohapatra <vivek@etla.org>
41
42 * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
43 when reconnecting (bug#5563).
44
45 2011-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
46
47 * erc.el (erc-ssl): Made into a synonym for erc-tls, which
48 provides a superset of the same functionality.
49 (erc-open-ssl-stream): Removed.
50 (erc-open-tls-stream): Use `open-network-stream' instead of
51 `open-tls-stream' directly to be able to use the built-in TLS
52 support.
53
54 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
57 data as non-exclusive if it's using the default-completion-function.
58 (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
59 (pcomplete-erc-setup): Use new name.
60
61 2011-05-03 Debarshi Ray <rishi@gnu.org> (tiny change)
62
63 * erc-backend.el (671): New response handler.
64 * erc.el (english): Add 671 to catalog.
65
66 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
69 suffix that's added by pcomplete-termination-string anyway.
70 (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
71 it's not needed any more.
72
73 2011-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * erc.el (erc-mode-map): Use completion-at-point.
76 (erc-mode): Tell completion-at-point to obey erc-complete-functions.
77 (erc-complete-word-at-point): New function.
78 (erc-complete-word): Make it obsolete.
79 * erc-pcomplete.el (erc-pcompletions-at-point): New function.
80 (pcomplete): Use it.
81 * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
82 (erc-dcc-chat-mode): Tell completion-at-point to obey
83 erc-complete-functions.
84 * erc-button.el (erc-button-next-function): New function extracted from
85 erc-button-next.
86 (button, erc-button-next): Use it.
87
88 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
89
90 * Version 23.3 released.
91
92 2011-03-04 Julien Danjou <julien@danjou.info>
93
94 * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
95
96 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * erc-list.el (erc-list-menu-mode-map): Move initialization
99 into declaration.
100
101 2011-02-07 Julien Danjou <julien@danjou.info>
102
103 * erc-track.el (erc-window-configuration-change): New function.
104 This will allow to track buffer visibility when a command is
105 finished to executed. Idea stolen from rcirc.
106 (track): Put erc-window-configuration-change in
107 window-configuration-change-hook.
108 (erc-modified-channels-update): Remove
109 erc-modified-channels-update from post-command-hook after update.
110
111 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
112
113 * erc-track.el (track): Don't reset erc-modified-channels-object
114 each time erc-track-mode is activated.
115
116 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * erc.el (erc-mode):
119 * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
120
121 2010-11-11 Glenn Morris <rgm@gnu.org>
122
123 * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
124
125 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
126
127 * erc-backend.el (erc-coding-system-precedence): New variable.
128 (erc-decode-string-from-target): Use it.
129
130 2010-10-24 Julien Danjou <julien@danjou.info>
131
132 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
133
134 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
135 before setting it as current buffer.
136
137 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
138
139 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
140
141 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
142
143 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
144
145 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
146
147 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
148 (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
149 New functions.
150 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
151
152 2010-08-08 Fran Litterio <flitterio@gmail.com>
153
154 * erc-backend.el (erc-server-filter-function):
155 Call erc-log-irc-protocol.
156
157 * erc.el (erc-toggle-debug-irc-protocol):
158 Bind erc-toggle-debug-irc-protocol to t.
159
160 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
161
162 * Version 23.2 released.
163
164 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
165
166 * Branch for 23.2.
167
168 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
169
170 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
171
172 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
173
174 * erc-backend.el (erc-session-connector): New var.
175 (erc-server-reconnect): Use it to reconnect via old
176 connector (Bug#4958).
177
178 * erc.el (erc-determine-parameters):
179 Save erc-server-connect-function to erc-session-connector.
180
181 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
182
183 * erc.el (erc-display-line-1, erc-process-away):
184 * erc-truncate.el (erc-truncate-buffer-to-size):
185 Use with-current-buffer.
186
187 2009-10-24 Glenn Morris <rgm@gnu.org>
188
189 * erc-dcc.el (pcomplete-erc-all-nicks):
190 * erc-notify.el (pcomplete-erc-all-nicks):
191 Autoload it, to silence compiler.
192
193 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
194 remove-duplicates with erc-delete-dups.
195
196 2009-09-27 Johan Bockgård <bojohan@gnu.org>
197
198 * erc-button.el (erc-button-keymap): Bind `follow-link'.
199
200 2009-09-26 Johan Bockgård <bojohan@gnu.org>
201
202 * erc-button.el (erc-button-add-button): Only call
203 `widget-convert-button' in XEmacs. For Emacs (at least), it
204 doesn't seem to have any purpose except creating lots of overlays,
205 slowing everything down.
206
207 2009-09-19 Glenn Morris <rgm@gnu.org>
208
209 * erc-lang.el (line): Define for compiler.
210
211 2009-07-22 Kevin Ryde <user42@zip.com.au>
212
213 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
214
215 2009-03-13 D. Goel <deego3@gmail.com>
216
217 * erc-backend.el: In (multiple-value-bind/setq .. ls),
218 ls-> (values-list ls) throughout.
219 * erc.el: Ditto.
220
221 2009-01-18 Michael Olson <mwolson@gnu.org>
222
223 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
224
225 2009-01-16 Glenn Morris <rgm@gnu.org>
226
227 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
228
229 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
230 behind fboundp test.
231
232 2009-01-09 Glenn Morris <rgm@gnu.org>
233
234 * erc.el (erc-input-message): Replace last-command-char with
235 last-command-event.
236
237 2009-01-08 Glenn Morris <rgm@gnu.org>
238
239 * erc.el (tabbar--local-hlf): Silence compiler.
240
241 2009-01-03 Michael Olson <mwolson@gnu.org>
242
243 * erc.el (erc-user-input): Do not include text properties when
244 returning user input.
245
246
247 See ChangeLog.08 for earlier changes.
248
249 Copyright (C) 2009-2012 Free Software Foundation, Inc.
250
251 This file is part of GNU Emacs.
252
253 GNU Emacs is free software: you can redistribute it and/or modify
254 it under the terms of the GNU General Public License as published by
255 the Free Software Foundation, either version 3 of the License, or
256 (at your option) any later version.
257
258 GNU Emacs is distributed in the hope that it will be useful,
259 but WITHOUT ANY WARRANTY; without even the implied warranty of
260 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
261 GNU General Public License for more details.
262
263 You should have received a copy of the GNU General Public License
264 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
265
266 ;; Local Variables:
267 ;; coding: utf-8
268 ;; add-log-time-zone-rule: t
269 ;; End:
270