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