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