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