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