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