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