]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog
# NEWS copyedits
[gnu-emacs] / lisp / erc / ChangeLog
1 2015-02-13 Glenn Morris <rgm@gnu.org>
2
3 * erc.el (erc-rename-buffers): Doc fix. Add :version.
4
5 2015-01-14 Dima Kogan <dima@secretsauce.net>
6
7 * erc-backend.el (define-erc-response-handler): Give hook-name
8 default value of nil and add-to-list (bug#19363).
9
10 2014-11-10 Kelvin White <kwhite@gnu.org>
11
12 * erc-stamp.el (erc-timestamp-intangible): Change version tag to 24.5.
13
14 2014-11-09 Ivan Shmakov <ivan@siamics.net>
15
16 * erc-track.el (erc-modified-channels-display): Update mode line
17 more frequently (bug#18510).
18
19 2014-11-09 Kelvin White <kwhite@gnu.org>
20
21 * erc.el (erc-initialize-log-marker): Only initialize
22 erc-last-saved-position if not already a marker.
23
24 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * erc.el (erc-channel-receive-names): Silence compiler warning.
27 (erc-format-@nick, erc-update-modes): Idem.
28
29 2014-11-09 Kelvin White <kwhite@gnu.org>
30
31 * erc.el (erc-rename-buffers): Use defcustom instead of defvar for
32 buffer renaming configuration option.
33
34 2014-11-09 Paul Eggert <eggert@cs.ucla.edu>
35
36 * erc.el (erc-nick-at-point): Fix format-string typo (Bug#17755).
37
38 2014-11-09 Kelvin White <kwhite@gnu.org>
39
40 * erc.el (erc-rename-buffer-p): When set to t buffers will be
41 renamed to the current irc network.
42 (erc-format-target-and/or-network): Use `erc-rename-buffer-p' when
43 renaming buffers.
44
45 * erc-ring.el (erc-input-ring-setup): Fixes Bug #18599
46
47 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * erc-track.el (erc-modified-channels-display): Update all mode lines
50 if needed (bug#18510). Remove call to erc-modified-channels-object
51 where we ignored the return value.
52 (erc-modified-channels-update): Don't force-mode-line-update here
53 any more.
54
55 2014-11-09 Kelvin White <kwhite@gnu.org>
56
57 * erc.el (erc-format-nick): Fix code regression - Bug #18551
58
59 2014-11-09 Kelvin White <kwhite@gnu.org>
60
61 * erc.el: Follow Emacs version instead of tracking it seperately.
62 (erc-quit/part-reason-default) : Clean up quit/part message
63 functions by abstracting repetitive code, change version string.
64 (erc-quit-reason-various, erc-quit-reason-normal, erc-quit-reason-zippy)
65 (erc-part-reason-normal, erc-part-reason-zippy, erc-part-reason-various)
66 (erc-cmd-SV, erc-ctcp-query-VERSION, erc-version, erc-version-string):
67 Change version string.
68
69 2014-11-09 Kelvin White <kwhite@gnu.org>
70
71 * erc.el (erc-send-input): Disable display commands in current buffer
72 (erc-format-target-and/or-network): Fix cases when buffer name is set
73
74 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * erc-stamp.el (erc-timestamp-intangible): Disable by default because
77 `intangible' is evil.
78
79 2014-11-09 Kelvin White <kwhite@gnu.org>
80
81 * erc.el (erc-channel-receive-names): Fix variable names
82 (erc-format-target-and/or-network): Rename server-buffers to
83 network name if possible
84
85 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * erc.el (erc-channel-receive-names): Reduce redundancy.
88
89 2014-11-09 Kelvin White <kwhite@gnu.org>
90
91 * erc-backend.el: Handle user modes in relevant server responses
92 * erc.el: Better user mode support.
93 (erc-channel-user): Add members for new modes.
94 (erc-channel-member-halfop-p, erc-channel-user-admin-p)
95 (erc-channel-user-owner-p): Use new struct members.
96 (erc-format-nick, erc-format-@nick): Display user modes as nick prefix.
97 (erc-nick-prefix-face, erc-my-nick-prefix-face): Add new faces
98 (erc-get-user-mode-prefix): Return symbol for mode prefix.
99 (erc-update-channel-member, erc-update-current-channel-member)
100 (erc-channel-receive-names): Update channel users.
101 (erc-nick-at-point): Return correct user info.
102
103 2014-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * erc.el (erc-send-input): Bind `str' dynamically (bug#18936).
106
107 2014-10-20 Glenn Morris <rgm@gnu.org>
108
109 * Version 24.4 released.
110
111 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * erc-track.el (erc-modified-channels-display): Update all mode lines
114 if needed (bug#18510). Remove call to erc-modified-channels-object
115 where we ignored the return value.
116 (erc-modified-channels-update): Don't force-mode-line-update here any more.
117
118 2014-02-25 Julien Danjou <julien@danjou.info>
119
120 * erc-networks.el (erc-determine-network): Check that NETWORK as a
121 value, some servers set it to nothing.
122
123 2014-01-31 Glenn Morris <rgm@gnu.org>
124
125 * erc.el (erc-accidental-paste-threshold-seconds): Doc tweak.
126
127 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
128
129 * erc.el (erc): Link to info manual.
130
131 2013-12-28 Glenn Morris <rgm@gnu.org>
132
133 * erc-log.el (erc-log-file-coding-system): Specify custom type.
134
135 2013-11-25 Glenn Morris <rgm@gnu.org>
136
137 * erc-button.el (erc-nick-popup): Make `nick' available in the
138 eval environment. (Bug#15969)
139
140 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * erc-pcomplete.el (erc-pcomplete): Set this-command.
143
144 2013-09-21 Glenn Morris <rgm@gnu.org>
145
146 * erc.el (erc-invite-only-mode, erc-toggle-channel-mode):
147 Remove unused local variable `erc-force-send'.
148
149 2013-09-19 Glenn Morris <rgm@gnu.org>
150
151 * erc-button.el (erc-button-click-button, erc-button-press-button):
152 * erc-list.el (erc-list-handle-322):
153 Mark unused arguments.
154
155 * erc.el (erc-open-server-buffer-p): Actually use the `buffer' arg.
156 * erc-backend.el (erc-server-process-alive): Take optional `buffer' arg.
157
158 2013-09-18 Glenn Morris <rgm@gnu.org>
159
160 * erc-button.el (erc-button-add-buttons): Remove unused local vars.
161
162 2013-09-14 Vivek Dasmohapatra <vivek@etla.org>
163
164 * erc.el (erc-update-mode-line-buffer):
165 Handle absent topic. (Bug#15377)
166
167 2013-09-13 Glenn Morris <rgm@gnu.org>
168
169 * erc-desktop-notifications.el (dbus-debug): Declare.
170
171 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * erc.el: Use lexical-binding.
174 (erc-user-full-name): Minor CSE simplification.
175 (erc-mode-map): Assume command-remapping is available.
176 (erc-once-with-server-event): Replace `forms' arg with a function arg.
177 (erc-once-with-server-event-global): Remove.
178 (erc-ison-p): Adjust to change in erc-once-with-server-event.
179 (erc-get-buffer-create): Remove arg `proc'.
180 (iswitchb-make-buflist-hook): Declare.
181 (erc-setup-buffer): Use pcase; avoid ((lambda ..) ..).
182 (read-passwd): Assume it exists.
183 (erc-display-line, erc-cmd-IDLE): Avoid add-to-list, adjust to change
184 in erc-once-with-server-event.
185 (erc-cmd-JOIN, erc-set-channel-limit, erc-set-channel-key)
186 (erc-add-query): Minor CSE simplification.
187 (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Adjust to change
188 in erc-once-with-server-event.
189 (erc-echo-notice-in-user-and-target-buffers): Avoid add-to-list.
190 * erc-track.el: Use lexical-binding.
191 (erc-make-mode-line-buffer-name): Use closures instead of `(lambda...).
192 (erc-faces-in): Avoid add-to-list.
193 * erc-notify.el: Use lexical-binding.
194 (erc-notify-timer): Adjust to change in erc-once-with-server-event.
195 (erc-notify-QUIT): Use a closure instead of `(lambda...).
196 * erc-list.el: Use lexical-binding.
197 (erc-list-install-322-handler, erc-cmd-LIST): Adjust to change in
198 erc-once-with-server-event.
199 * erc-button.el: Use lexical-binding.
200 (erc-button-next-function): Use a closure instead of `(lambda...).
201
202 2013-05-30 Glenn Morris <rgm@gnu.org>
203
204 * erc-backend.el: Require erc at run-time too.
205
206 2013-05-21 Glenn Morris <rgm@gnu.org>
207
208 * erc-log.el (erc-network-name): Declare.
209
210 * erc-notify.el (pcomplete--here): Declare.
211 (pcomplete/erc-mode/NOTIFY): Require pcomplete.
212
213 * erc.el (erc-quit-reason-various-alist)
214 (erc-part-reason-various-alist): Don't mention zippy.
215 (erc-quit-reason, erc-part-reason): Remove zippy options.
216 (erc-quit-reason-zippy, erc-part-reason-zippy): Make obsolete.
217 If yow is not defined, fall back to -normal versions.
218
219 2013-05-15 Glenn Morris <rgm@gnu.org>
220
221 * erc-list.el (erc-list):
222 * erc-menu.el (erc-menu):
223 * erc-ring.el (erc-ring): Define custom groups, for define-erc-module.
224
225 * erc-list.el: Provide a feature.
226
227 2013-05-09 Glenn Morris <rgm@gnu.org>
228
229 * erc-desktop-notifications.el (erc-notifications-icon):
230 Fix custom type.
231
232 2013-02-13 Aidan Gauland <aidalgol@no8wireless.co.nz>
233
234 * erc-match.el (erc-match-message): Fix last commit.
235
236 2013-02-12 Aidan Gauland <aidalgol@no8wireless.co.nz>
237
238 * erc-match.el (erc-match-message):
239 Don't truncate action messages. (Bug#13689)
240
241 2013-02-09 Eli Zaretskii <eliz@gnu.org>
242
243 * erc-dcc.el (erc-dcc-get-file): Don't reference buffer-file-type.
244
245 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
246
247 * erc-dcc.el (erc-dcc-send-file): Use point-min-marker.
248 (erc-dcc-chat-setup): Use point-max-marker.
249
250 2013-01-04 Glenn Morris <rgm@gnu.org>
251
252 * erc-backend.el (312): Fix typo. (Bug#13235)
253
254 2012-11-30 Glenn Morris <rgm@gnu.org>
255
256 * erc.el (erc-accidental-paste-threshold-seconds): Add :version.
257
258 2012-11-30 Eric Hanchrow <eric.hanchrow@gmail.com>
259
260 * erc.el (erc-last-input-time): New variable.
261 (erc-accidental-paste-threshold-seconds): New option to avoid
262 sending accidentally-pasted text to the server (Bug#11592).
263 (erc-send-current-line): Use it.
264
265 2012-11-30 Chong Yidong <cyd@gnu.org>
266
267 * erc.el (erc-lurker-cleanup, erc-lurker-p): Use float-time.
268
269 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * erc-backend.el: Fix last change that missed calls to `second'
272 (bug#12970).
273
274 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 Use cl-lib instead of cl, and interactive-p => called-interactively-p.
277 * erc-track.el, erc-networks.el, erc-netsplit.el, erc-dcc.el:
278 * erc-backend.el: Use cl-lib, nth, pcase, and called-interactively-p
279 instead of cl.
280 * erc-speedbar.el, erc-services.el, erc-pcomplete.el, erc-notify.el:
281 * erc-match.el, erc-log.el, erc-join.el, erc-ezbounce.el:
282 * erc-capab.el: Don't require cl since we don't use it.
283 * erc.el: Use cl-lib, nth, pcase, and called-interactively-p i.s.o cl.
284 (erc-lurker-ignore-chars, erc-common-server-suffixes):
285 Move before first use.
286
287 2012-11-16 Glenn Morris <rgm@gnu.org>
288
289 * erc.el (erc-modules): Add "notifications". Tweak "hecomplete" doc.
290
291 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * erc-backend.el: Only require `erc' during compilation (bug#12740).
294
295 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * erc-backend.el: Require `erc' instead of autoloading its macros
298 (bug#12669).
299
300 2012-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * erc.el (erc-log): Make it into a defsubst.
303 (erc-with-server-buffer, define-erc-module, erc-with-buffer)
304 (erc-with-all-buffers-of-server): Use `declare'.
305 * erc-backend.el (erc-log): Adjust autoload accordingly.
306
307 2012-10-07 Deniz Dogan <deniz@dogan.se>
308
309 * erc-log.el (erc-generate-log-file-name-function):
310 Clarify tags for various choices. (Bug#11186)
311
312 2012-10-07 Glenn Morris <rgm@gnu.org>
313
314 * erc-button.el (erc-button-alist): Remove "finger". (Bug#4443)
315
316 2012-10-07 Antoine Levitt <antoine.levitt@gmail.com>
317
318 * erc-stamp.el (erc-format-timestamp): Don't apply intangible
319 property to invisible stamps. (Bug#11706)
320
321 2012-10-07 Glenn Morris <rgm@gnu.org>
322
323 * erc-backend.el (NICK): Handle pre-existing buffers. (Bug#12002)
324
325 2012-10-06 Glenn Morris <rgm@gnu.org>
326
327 * erc.el (erc-lurker):
328 * erc-desktop-notifications.el (erc-notifications):
329 Add missing group :version tags.
330
331 2012-10-04 Julien Danjou <julien@danjou.info>
332
333 * erc-desktop-notifications.el: Rename from erc-notifications.el to
334 avoid clash with 8+3 filename format and erc-notify.el.
335
336 2012-09-25 Chong Yidong <cyd@gnu.org>
337
338 * erc.el (erc-send-command): Use define-obsolete-function-alias.
339
340 2012-09-17 Chong Yidong <cyd@gnu.org>
341
342 * erc-page.el (erc-page-function):
343 * erc-stamp.el (erc-stamp): Doc fix.
344
345 2012-08-21 Josh Feinstein <jlf@foxtail.org>
346
347 * erc-join.el (erc-autojoin-timing): Fix defcustom type.
348
349 2012-08-21 Julien Danjou <julien@danjou.info>
350
351 * erc-match.el (erc-match-message):
352 Use `erc-match-exclude-server-buffer' not
353 `erc-track-exclude-server-buffer'.
354
355 2012-08-20 Josh Feinstein <jlf@foxtail.org>
356
357 * erc.el (erc-display-message): Abstract message hiding decision
358 to new function erc-hide-current-message-p.
359 (erc-lurker): New customization group.
360 (erc-lurker-state, erc-lurker-trim-nicks, erc-lurker-ignore-chars)
361 (erc-lurker-hide-list, erc-lurker-cleanup-interval)
362 (erc-lurker-threshold-time): New variables.
363 (erc-lurker-maybe-trim, erc-lurker-initialize, erc-lurker-cleanup)
364 (erc-hide-current-message-p, erc-canonicalize-server-name)
365 (erc-lurker-update-status, erc-lurker-p): New functions.
366 Together they maintain state about which users have spoken in the last
367 erc-lurker-threshold-time, with all other users being considered
368 lurkers whose messages of types in erc-lurker-hide-list will not
369 be displayed by erc-display-message.
370
371 2012-08-06 Julien Danjou <julien@danjou.info>
372
373 * erc-match.el (erc-match-exclude-server-buffer)
374 (erc-match-message): Add new option to exclude server buffer from
375 matching.
376
377 2012-07-21 Julien Danjou <julien@danjou.info>
378
379 * erc-notifications.el: New file.
380
381 2012-06-15 Julien Danjou <julien@danjou.info>
382
383 * erc.el (erc-open): Use `auth-source' for password retrieval when
384 possible.
385
386 2012-06-12 Chong Yidong <cyd@gnu.org>
387
388 * erc-dcc.el (erc-dcc-chat-filter-functions): Rename from
389 erc-dcc-chat-filter-hook, since this is an abnormal hook.
390
391 2012-06-08 Chong Yidong <cyd@gnu.org>
392
393 * erc.el (erc-direct-msg-face, erc-header-line, erc-input-face)
394 (erc-command-indicator-face, erc-notice-face, erc-action-face)
395 (erc-error-face, erc-my-nick-face, erc-nick-default-face)
396 (erc-nick-msg-face): Use new-style face specs, and avoid :bold.
397
398 * erc-button.el (erc-button):
399 * erc-goodies.el (erc-bold-face, erc-inverse-face)
400 (erc-underline-face, fg:erc-color-*):
401 * erc-match.el (erc-current-nick-face, erc-dangerous-host-face)
402 (erc-pal-face, erc-fool-face, erc-keyword-face):
403 * erc-stamp.el (erc-timestamp-face): Likewise.
404
405 2012-06-02 Chong Yidong <cyd@gnu.org>
406
407 * erc-track.el (erc-track, erc-track-faces-priority-list)
408 (erc-track-faces-normal-list, erc-track-find-face)
409 (erc-track-modified-channels): Fix modeline -> mode line in docs.
410
411 2012-05-14 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
412
413 * erc-dcc.el (erc-dcc-handle-ctcp-send): Fix a regression
414 introduced on 2011-11-28 when fixing quoted filenames matching,
415 the regex group was not corrected.
416
417 2012-05-13 Teemu Likonen <tlikonen@iki.fi>
418
419 * erc-backend.el (erc-server-timestamp-format): New variable to
420 allow specifying the timestamp format (bug#10779).
421
422 2012-04-11 Vivek Dasmohapatra <vivek@etla.org>
423
424 * erc-services.el (erc-nickserv-passwords): Don't display the
425 password (bug#4459).
426
427 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
428
429 * erc-join.el (erc-server-join-channel): New function to look up
430 the channel password via auth-source.
431 (erc-autojoin-channels): Use it.
432 (erc-autojoin-after-ident): Ditto.
433 (erc-autojoin-channels-alist): Mention auth-source.
434
435 2012-04-10 Deniz Dogan <deniz@dogan.se>
436
437 * erc.el (erc-display-prompt): Adds the field text property to the
438 ERC prompt. This allows users to use `kill-whole-line' to kill
439 all text back to the prompt given that it's on a single line
440 (bug#10841).
441
442 2012-04-09 Chong Yidong <cyd@gnu.org>
443
444 * erc.el (erc-cmd-SET): Call custom-variable-p instead of
445 user-variable-p.
446
447 2012-02-08 Glenn Morris <rgm@gnu.org>
448
449 * erc-backend.el (erc-coding-system-precedence):
450 * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
451 Add missing :version settings.
452
453 2012-01-06 Glenn Morris <rgm@gnu.org>
454
455 * erc.el (erc-tls): Add autoload cookie. (Bug#10333)
456
457 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
458
459 * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
460 rather than window-scroll-functions. Fixes a bug with word-wrap on
461 a tty. (Bug#9246)
462
463 2011-11-28 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
464
465 * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
466 match quoted filenames with spaces inside.
467 (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
468 added processing of escaped quotes and backslashes if filename
469 itself was in quotes.
470
471 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
472
473 * erc-log.el (erc-logging-enabled): Fix typo.
474
475 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
476
477 * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
478
479 2011-10-20 Chong Yidong <cyd@gnu.org>
480
481 * erc.el (define-erc-module): Fix autogenerated docstring to
482 reflect Emacs 24 minor mode changes.
483
484 * erc-fill.el (erc-fill-mode):
485 * erc-track.el (erc-track-minor-mode): Doc fix.
486
487 2011-09-23 Antoine Levitt <antoine.levitt@gmail.com>
488
489 * erc-button.el (erc-button-next-function): Scoping fix
490 (Bug#9487).
491
492 2011-07-04 Vivek Dasmohapatra <vivek@etla.org>
493
494 * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
495 when reconnecting (bug#5563).
496
497 2011-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
498
499 * erc.el (erc-ssl): Made into a synonym for erc-tls, which
500 provides a superset of the same functionality.
501 (erc-open-ssl-stream): Remove.
502 (erc-open-tls-stream): Use `open-network-stream' instead of
503 `open-tls-stream' directly to be able to use the built-in TLS
504 support.
505
506 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
509 data as non-exclusive if it's using the default-completion-function.
510 (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
511 (pcomplete-erc-setup): Use new name.
512
513 2011-05-03 Debarshi Ray <rishi@gnu.org> (tiny change)
514
515 * erc-backend.el (671): New response handler.
516 * erc.el (english): Add 671 to catalog.
517
518 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
521 suffix that's added by pcomplete-termination-string anyway.
522 (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
523 it's not needed any more.
524
525 2011-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * erc.el (erc-mode-map): Use completion-at-point.
528 (erc-mode): Tell completion-at-point to obey erc-complete-functions.
529 (erc-complete-word-at-point): New function.
530 (erc-complete-word): Make it obsolete.
531 * erc-pcomplete.el (erc-pcompletions-at-point): New function.
532 (pcomplete): Use it.
533 * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
534 (erc-dcc-chat-mode): Tell completion-at-point to obey
535 erc-complete-functions.
536 * erc-button.el (erc-button-next-function): New function extracted from
537 erc-button-next.
538 (button, erc-button-next): Use it.
539
540 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * erc-hecomplete.el: Move to ../obsolete.
543
544 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
545
546 * Version 23.3 released.
547
548 2011-03-04 Julien Danjou <julien@danjou.info>
549
550 * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
551
552 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * erc-list.el (erc-list-menu-mode-map): Move initialization
555 into declaration.
556
557 2011-02-07 Julien Danjou <julien@danjou.info>
558
559 * erc-track.el (erc-window-configuration-change): New function.
560 This will allow to track buffer visibility when a command is
561 finished to executed. Idea stolen from rcirc.
562 (track): Put erc-window-configuration-change in
563 window-configuration-change-hook.
564 (erc-modified-channels-update): Remove
565 erc-modified-channels-update from post-command-hook after update.
566
567 2011-02-01 Sam Steingold <sds@gnu.org>
568
569 * erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
570
571 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
572
573 * erc-track.el (track): Don't reset erc-modified-channels-object
574 each time erc-track-mode is activated.
575
576 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * erc.el (erc-mode):
579 * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
580
581 2010-11-11 Glenn Morris <rgm@gnu.org>
582
583 * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
584
585 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
586
587 * erc-backend.el (erc-coding-system-precedence): New variable.
588 (erc-decode-string-from-target): Use it.
589
590 2010-10-24 Julien Danjou <julien@danjou.info>
591
592 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
593
594 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
595 before setting it as current buffer.
596
597 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
598
599 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
600
601 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
602
603 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
604
605 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
606
607 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
608 (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
609 New functions.
610 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
611
612 2010-08-08 Fran Litterio <flitterio@gmail.com>
613
614 * erc-backend.el (erc-server-filter-function):
615 Call erc-log-irc-protocol.
616
617 * erc.el (erc-toggle-debug-irc-protocol):
618 Bind erc-toggle-debug-irc-protocol to t.
619
620 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
621
622 * Version 23.2 released.
623
624 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
625
626 * Branch for 23.2.
627
628 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
629
630 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
631
632 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
633
634 * erc-backend.el (erc-session-connector): New var.
635 (erc-server-reconnect): Use it to reconnect via old
636 connector (Bug#4958).
637
638 * erc.el (erc-determine-parameters):
639 Save erc-server-connect-function to erc-session-connector.
640
641 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * erc.el (erc-display-line-1, erc-process-away):
644 * erc-truncate.el (erc-truncate-buffer-to-size):
645 Use with-current-buffer.
646
647 2009-10-24 Glenn Morris <rgm@gnu.org>
648
649 * erc-dcc.el (pcomplete-erc-all-nicks):
650 * erc-notify.el (pcomplete-erc-all-nicks):
651 Autoload it, to silence compiler.
652
653 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
654 remove-duplicates with erc-delete-dups.
655
656 2009-09-27 Johan Bockgård <bojohan@gnu.org>
657
658 * erc-button.el (erc-button-keymap): Bind `follow-link'.
659
660 2009-09-26 Johan Bockgård <bojohan@gnu.org>
661
662 * erc-button.el (erc-button-add-button): Only call
663 `widget-convert-button' in XEmacs. For Emacs (at least), it
664 doesn't seem to have any purpose except creating lots of overlays,
665 slowing everything down.
666
667 2009-09-19 Glenn Morris <rgm@gnu.org>
668
669 * erc-lang.el (line): Define for compiler.
670
671 2009-07-22 Kevin Ryde <user42@zip.com.au>
672
673 * erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
674
675 2009-03-13 D. Goel <deego3@gmail.com>
676
677 * erc-backend.el: In (multiple-value-bind/setq .. ls),
678 ls-> (values-list ls) throughout.
679 * erc.el: Ditto.
680
681 2009-01-18 Michael Olson <mwolson@gnu.org>
682
683 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
684
685 2009-01-16 Glenn Morris <rgm@gnu.org>
686
687 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
688
689 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
690 behind fboundp test.
691
692 2009-01-09 Glenn Morris <rgm@gnu.org>
693
694 * erc.el (erc-input-message): Replace last-command-char with
695 last-command-event.
696
697 2009-01-08 Glenn Morris <rgm@gnu.org>
698
699 * erc.el (tabbar--local-hlf): Silence compiler.
700
701 2009-01-03 Michael Olson <mwolson@gnu.org>
702
703 * erc.el (erc-user-input): Do not include text properties when
704 returning user input.
705
706
707 See ChangeLog.08 for earlier changes.
708
709 Copyright (C) 2009-2015 Free Software Foundation, Inc.
710
711 This file is part of GNU Emacs.
712
713 GNU Emacs is free software: you can redistribute it and/or modify
714 it under the terms of the GNU General Public License as published by
715 the Free Software Foundation, either version 3 of the License, or
716 (at your option) any later version.
717
718 GNU Emacs is distributed in the hope that it will be useful,
719 but WITHOUT ANY WARRANTY; without even the implied warranty of
720 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
721 GNU General Public License for more details.
722
723 You should have received a copy of the GNU General Public License
724 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
725
726 ;; Local Variables:
727 ;; coding: utf-8
728 ;; add-log-time-zone-rule: t
729 ;; End: