]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog
f3d54782897521a0ca944a47ac51513fb5827ce8
[gnu-emacs] / lisp / erc / ChangeLog
1 2013-02-13 Aidan Gauland <aidalgol@no8wireless.co.nz>
2
3 * erc-match.el (erc-match-message): Fix last commit.
4
5 2013-02-12 Aidan Gauland <aidalgol@no8wireless.co.nz>
6
7 * erc-match.el (erc-match-message):
8 Don't truncate action messages. (Bug#13689)
9
10 2013-02-09 Eli Zaretskii <eliz@gnu.org>
11
12 * erc-dcc.el (erc-dcc-get-file): Don't reference buffer-file-type.
13
14 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
15
16 * erc-dcc.el (erc-dcc-send-file): Use point-min-marker.
17 (erc-dcc-chat-setup): Use point-max-marker.
18
19 2013-01-04 Glenn Morris <rgm@gnu.org>
20
21 * erc-backend.el (312): Fix typo. (Bug#13235)
22
23 2012-11-30 Glenn Morris <rgm@gnu.org>
24
25 * erc.el (erc-accidental-paste-threshold-seconds): Add :version.
26
27 2012-11-30 Eric Hanchrow <eric.hanchrow@gmail.com>
28
29 * erc.el (erc-last-input-time): New variable.
30 (erc-accidental-paste-threshold-seconds): New option to avoid
31 sending accidentally-pasted text to the server (Bug#11592).
32 (erc-send-current-line): Use it.
33
34 2012-11-30 Chong Yidong <cyd@gnu.org>
35
36 * erc.el (erc-lurker-cleanup, erc-lurker-p): Use float-time.
37
38 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * erc-backend.el: Fix last change that missed calls to `second'
41 (bug#12970).
42
43 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 Use cl-lib instead of cl, and interactive-p => called-interactively-p.
46 * erc-track.el, erc-networks.el, erc-netsplit.el, erc-dcc.el:
47 * erc-backend.el: Use cl-lib, nth, pcase, and called-interactively-p
48 instead of cl.
49 * erc-speedbar.el, erc-services.el, erc-pcomplete.el, erc-notify.el:
50 * erc-match.el, erc-log.el, erc-join.el, erc-ezbounce.el:
51 * erc-capab.el: Don't require cl since we don't use it.
52 * erc.el: Use cl-lib, nth, pcase, and called-interactively-p i.s.o cl.
53 (erc-lurker-ignore-chars, erc-common-server-suffixes):
54 Move before first use.
55
56 2012-11-16 Glenn Morris <rgm@gnu.org>
57
58 * erc.el (erc-modules): Add "notifications". Tweak "hecomplete" doc.
59
60 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * erc-backend.el: Only require `erc' during compilation (bug#12740).
63
64 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * erc-backend.el: Require `erc' instead of autoloading its macros
67 (bug#12669).
68
69 2012-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * erc.el (erc-log): Make it into a defsubst.
72 (erc-with-server-buffer, define-erc-module, erc-with-buffer)
73 (erc-with-all-buffers-of-server): Use `declare'.
74 * erc-backend.el (erc-log): Adjust autoload accordingly.
75
76 2012-10-07 Deniz Dogan <deniz@dogan.se>
77
78 * erc-log.el (erc-generate-log-file-name-function):
79 Clarify tags for various choices. (Bug#11186)
80
81 2012-10-07 Glenn Morris <rgm@gnu.org>
82
83 * erc-button.el (erc-button-alist): Remove "finger". (Bug#4443)
84
85 2012-10-07 Antoine Levitt <antoine.levitt@gmail.com>
86
87 * erc-stamp.el (erc-format-timestamp): Don't apply intangible
88 property to invisible stamps. (Bug#11706)
89
90 2012-10-07 Glenn Morris <rgm@gnu.org>
91
92 * erc-backend.el (NICK): Handle pre-existing buffers. (Bug#12002)
93
94 2012-10-06 Glenn Morris <rgm@gnu.org>
95
96 * erc.el (erc-lurker):
97 * erc-desktop-notifications.el (erc-notifications):
98 Add missing group :version tags.
99
100 2012-10-04 Julien Danjou <julien@danjou.info>
101
102 * erc-desktop-notifications.el: Rename from erc-notifications to
103 avoid clash with 8+3 filename format and erc-notify.el.
104
105 2012-09-25 Chong Yidong <cyd@gnu.org>
106
107 * erc.el (erc-send-command): Use define-obsolete-function-alias.
108
109 2012-09-17 Chong Yidong <cyd@gnu.org>
110
111 * erc-page.el (erc-page-function):
112 * erc-stamp.el (erc-stamp): Doc fix.
113
114 2012-08-21 Josh Feinstein <jlf@foxtail.org>
115
116 * erc-join.el (erc-autojoin-timing): Fix defcustom type.
117
118 2012-08-21 Julien Danjou <julien@danjou.info>
119
120 * erc-match.el (erc-match-message):
121 Use `erc-match-exclude-server-buffer' not
122 `erc-track-exclude-server-buffer'.
123
124 2012-08-20 Josh Feinstein <jlf@foxtail.org>
125
126 * erc.el (erc-display-message): Abstract message hiding decision
127 to new function erc-hide-current-message-p.
128 (erc-lurker): New customization group.
129 (erc-lurker-state, erc-lurker-trim-nicks, erc-lurker-ignore-chars)
130 (erc-lurker-hide-list, erc-lurker-cleanup-interval)
131 (erc-lurker-threshold-time): New variables.
132 (erc-lurker-maybe-trim, erc-lurker-initialize, erc-lurker-cleanup)
133 (erc-hide-current-message-p, erc-canonicalize-server-name)
134 (erc-lurker-update-status, erc-lurker-p): New functions.
135 Together they maintain state about which users have spoken in the last
136 erc-lurker-threshold-time, with all other users being considered
137 lurkers whose messages of types in erc-lurker-hide-list will not
138 be displayed by erc-display-message.
139
140 2012-08-06 Julien Danjou <julien@danjou.info>
141
142 * erc-match.el (erc-match-exclude-server-buffer)
143 (erc-match-message): Add new option to exclude server buffer from
144 matching.
145
146 2012-07-21 Julien Danjou <julien@danjou.info>
147
148 * erc-notifications.el: New file.
149
150 2012-06-15 Julien Danjou <julien@danjou.info>
151
152 * erc.el (erc-open): Use `auth-source' for password retrieval when
153 possible.
154
155 2012-06-12 Chong Yidong <cyd@gnu.org>
156
157 * erc-dcc.el (erc-dcc-chat-filter-functions): Rename from
158 erc-dcc-chat-filter-hook, since this is an abnormal hook.
159
160 2012-06-08 Chong Yidong <cyd@gnu.org>
161
162 * erc.el (erc-direct-msg-face, erc-header-line, erc-input-face)
163 (erc-command-indicator-face, erc-notice-face, erc-action-face)
164 (erc-error-face, erc-my-nick-face, erc-nick-default-face)
165 (erc-nick-msg-face): Use new-style face specs, and avoid :bold.
166
167 * erc-button.el (erc-button):
168 * erc-goodies.el (erc-bold-face, erc-inverse-face)
169 (erc-underline-face, fg:erc-color-*):
170 * erc-match.el (erc-current-nick-face, erc-dangerous-host-face)
171 (erc-pal-face, erc-fool-face, erc-keyword-face):
172 * erc-stamp.el (erc-timestamp-face): Likewise.
173
174 2012-06-02 Chong Yidong <cyd@gnu.org>
175
176 * erc-track.el (erc-track, erc-track-faces-priority-list)
177 (erc-track-faces-normal-list, erc-track-find-face)
178 (erc-track-modified-channels): Fix modeline -> mode line in docs.
179
180 2012-05-14 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
181
182 * erc-dcc.el (erc-dcc-handle-ctcp-send): Fix a regression
183 introduced on 2011-11-28 when fixing quoted filenames matching,
184 the regex group was not corrected.
185
186 2012-05-13 Teemu Likonen <tlikonen@iki.fi>
187
188 * erc-backend.el (erc-server-timestamp-format): New variable to
189 allow specifying the timestamp format (bug#10779).
190
191 2012-04-11 Vivek Dasmohapatra <vivek@etla.org>
192
193 * erc-services.el (erc-nickserv-passwords): Don't display the
194 password (bug#4459).
195
196 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
197
198 * erc-join.el (erc-server-join-channel): New function to look up
199 the channel password via auth-source.
200 (erc-autojoin-channels): Use it.
201 (erc-autojoin-after-ident): Ditto.
202 (erc-autojoin-channels-alist): Mention auth-source.
203
204 2012-04-10 Deniz Dogan <deniz@dogan.se>
205
206 * erc.el (erc-display-prompt): Adds the field text property to the
207 ERC prompt. This allows users to use `kill-whole-line' to kill
208 all text back to the prompt given that it's on a single line
209 (bug#10841).
210
211 2012-04-09 Chong Yidong <cyd@gnu.org>
212
213 * erc.el (erc-cmd-SET): Call custom-variable-p instead of
214 user-variable-p.
215
216 2012-02-08 Glenn Morris <rgm@gnu.org>
217
218 * erc-backend.el (erc-coding-system-precedence):
219 * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
220 Add missing :version settings.
221
222 2012-01-06 Glenn Morris <rgm@gnu.org>
223
224 * erc.el (erc-tls): Add autoload cookie. (Bug#10333)
225
226 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
227
228 * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
229 rather than window-scroll-functions. Fixes a bug with word-wrap on
230 a tty. (Bug#9246)
231
232 2011-11-28 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
233
234 * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
235 match quoted filenames with spaces inside.
236 (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
237 added processing of escaped quotes and backslashes if filename
238 itself was in quotes.
239
240 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
241
242 * erc-log.el (erc-logging-enabled): Fix typo.
243
244 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
245
246 * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
247
248 2011-10-20 Chong Yidong <cyd@gnu.org>
249
250 * erc.el (define-erc-module): Fix autogenerated docstring to
251 reflect Emacs 24 minor mode changes.
252
253 * erc-fill.el (erc-fill-mode):
254 * erc-track.el (erc-track-minor-mode): Doc fix.
255
256 2011-09-23 Antoine Levitt <antoine.levitt@gmail.com>
257
258 * erc-button.el (erc-button-next-function): Scoping fix
259 (Bug#9487).
260
261 2011-07-04 Vivek Dasmohapatra <vivek@etla.org>
262
263 * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
264 when reconnecting (bug#5563).
265
266 2011-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
267
268 * erc.el (erc-ssl): Made into a synonym for erc-tls, which
269 provides a superset of the same functionality.
270 (erc-open-ssl-stream): Remove.
271 (erc-open-tls-stream): Use `open-network-stream' instead of
272 `open-tls-stream' directly to be able to use the built-in TLS
273 support.
274
275 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
278 data as non-exclusive if it's using the default-completion-function.
279 (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
280 (pcomplete-erc-setup): Use new name.
281
282 2011-05-03 Debarshi Ray <rishi@gnu.org> (tiny change)
283
284 * erc-backend.el (671): New response handler.
285 * erc.el (english): Add 671 to catalog.
286
287 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
290 suffix that's added by pcomplete-termination-string anyway.
291 (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
292 it's not needed any more.
293
294 2011-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * erc.el (erc-mode-map): Use completion-at-point.
297 (erc-mode): Tell completion-at-point to obey erc-complete-functions.
298 (erc-complete-word-at-point): New function.
299 (erc-complete-word): Make it obsolete.
300 * erc-pcomplete.el (erc-pcompletions-at-point): New function.
301 (pcomplete): Use it.
302 * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
303 (erc-dcc-chat-mode): Tell completion-at-point to obey
304 erc-complete-functions.
305 * erc-button.el (erc-button-next-function): New function extracted from
306 erc-button-next.
307 (button, erc-button-next): Use it.
308
309 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
310
311 * erc-hecomplete.el: Move to ../obsolete.
312
313 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
314
315 * Version 23.3 released.
316
317 2011-03-04 Julien Danjou <julien@danjou.info>
318
319 * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
320
321 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * erc-list.el (erc-list-menu-mode-map): Move initialization
324 into declaration.
325
326 2011-02-07 Julien Danjou <julien@danjou.info>
327
328 * erc-track.el (erc-window-configuration-change): New function.
329 This will allow to track buffer visibility when a command is
330 finished to executed. Idea stolen from rcirc.
331 (track): Put erc-window-configuration-change in
332 window-configuration-change-hook.
333 (erc-modified-channels-update): Remove
334 erc-modified-channels-update from post-command-hook after update.
335
336 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
337
338 * erc-track.el (track): Don't reset erc-modified-channels-object
339 each time erc-track-mode is activated.
340
341 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * erc.el (erc-mode):
344 * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
345
346 2010-11-11 Glenn Morris <rgm@gnu.org>
347
348 * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
349
350 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
351
352 * erc-backend.el (erc-coding-system-precedence): New variable.
353 (erc-decode-string-from-target): Use it.
354
355 2010-10-24 Julien Danjou <julien@danjou.info>
356
357 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
358
359 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
360 before setting it as current buffer.
361
362 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
363
364 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
365
366 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
367
368 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
369
370 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
371
372 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
373 (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
374 New functions.
375 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
376
377 2010-08-08 Fran Litterio <flitterio@gmail.com>
378
379 * erc-backend.el (erc-server-filter-function):
380 Call erc-log-irc-protocol.
381
382 * erc.el (erc-toggle-debug-irc-protocol):
383 Bind erc-toggle-debug-irc-protocol to t.
384
385 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
386
387 * Version 23.2 released.
388
389 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
390
391 * Branch for 23.2.
392
393 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
394
395 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
396
397 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
398
399 * erc-backend.el (erc-session-connector): New var.
400 (erc-server-reconnect): Use it to reconnect via old
401 connector (Bug#4958).
402
403 * erc.el (erc-determine-parameters):
404 Save erc-server-connect-function to erc-session-connector.
405
406 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * erc.el (erc-display-line-1, erc-process-away):
409 * erc-truncate.el (erc-truncate-buffer-to-size):
410 Use with-current-buffer.
411
412 2009-10-24 Glenn Morris <rgm@gnu.org>
413
414 * erc-dcc.el (pcomplete-erc-all-nicks):
415 * erc-notify.el (pcomplete-erc-all-nicks):
416 Autoload it, to silence compiler.
417
418 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
419 remove-duplicates with erc-delete-dups.
420
421 2009-09-27 Johan Bockgård <bojohan@gnu.org>
422
423 * erc-button.el (erc-button-keymap): Bind `follow-link'.
424
425 2009-09-26 Johan Bockgård <bojohan@gnu.org>
426
427 * erc-button.el (erc-button-add-button): Only call
428 `widget-convert-button' in XEmacs. For Emacs (at least), it
429 doesn't seem to have any purpose except creating lots of overlays,
430 slowing everything down.
431
432 2009-09-19 Glenn Morris <rgm@gnu.org>
433
434 * erc-lang.el (line): Define for compiler.
435
436 2009-07-22 Kevin Ryde <user42@zip.com.au>
437
438 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
439
440 2009-03-13 D. Goel <deego3@gmail.com>
441
442 * erc-backend.el: In (multiple-value-bind/setq .. ls),
443 ls-> (values-list ls) throughout.
444 * erc.el: Ditto.
445
446 2009-01-18 Michael Olson <mwolson@gnu.org>
447
448 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
449
450 2009-01-16 Glenn Morris <rgm@gnu.org>
451
452 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
453
454 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
455 behind fboundp test.
456
457 2009-01-09 Glenn Morris <rgm@gnu.org>
458
459 * erc.el (erc-input-message): Replace last-command-char with
460 last-command-event.
461
462 2009-01-08 Glenn Morris <rgm@gnu.org>
463
464 * erc.el (tabbar--local-hlf): Silence compiler.
465
466 2009-01-03 Michael Olson <mwolson@gnu.org>
467
468 * erc.el (erc-user-input): Do not include text properties when
469 returning user input.
470
471
472 See ChangeLog.08 for earlier changes.
473
474 Copyright (C) 2009-2013 Free Software Foundation, Inc.
475
476 This file is part of GNU Emacs.
477
478 GNU Emacs is free software: you can redistribute it and/or modify
479 it under the terms of the GNU General Public License as published by
480 the Free Software Foundation, either version 3 of the License, or
481 (at your option) any later version.
482
483 GNU Emacs is distributed in the hope that it will be useful,
484 but WITHOUT ANY WARRANTY; without even the implied warranty of
485 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
486 GNU General Public License for more details.
487
488 You should have received a copy of the GNU General Public License
489 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
490
491 ;; Local Variables:
492 ;; coding: utf-8
493 ;; add-log-time-zone-rule: t
494 ;; End:
495