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