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