Update docstrings and comments to use "init file" terminology.
[emacs.git] / lisp / erc / ChangeLog
blob674a6c97eec1abf253d646c74df529d743f8e87f
1 2012-09-17  Chong Yidong  <cyd@gnu.org>
3         * erc-page.el (erc-page-function): 
5         * erc-stamp.el (erc-stamp): Doc fix.
7 2012-08-21  Josh Feinstein <jlf@foxtail.org>
9         * erc-join.el (erc-autojoin-timing): Fix defcustom type.
11 2012-08-21  Julien Danjou  <julien@danjou.info>
13         * erc-match.el (erc-match-message): Use
14         `erc-match-exclude-server-buffer' not
15         `erc-track-exclude-server-buffer'.
17 2012-08-20  Josh Feinstein <jlf@foxtail.org>
19         * erc.el (erc-display-message): Abstract message hiding decision
20         to new function erc-hide-current-message-p.
21         (erc-lurker): New customization group.
22         (erc-lurker-state, erc-lurker-trim-nicks, erc-lurker-ignore-chars)
23         (erc-lurker-hide-list, erc-lurker-cleanup-interval)
24         (erc-lurker-threshold-time): New variables.
25         (erc-lurker-maybe-trim, erc-lurker-initialize, erc-lurker-cleanup)
26         (erc-hide-current-message-p, erc-canonicalize-server-name)
27         (erc-lurker-update-status, erc-lurker-p): New functions.  Together
28         they maintain state about which users have spoken in the last
29         erc-lurker-threshold-time, with all other users being considered
30         lurkers whose messages of types in erc-lurker-hide-list will not
31         be displayed by erc-display-message.
33 2012-08-06  Julien Danjou  <julien@danjou.info>
35         * erc-match.el (erc-match-exclude-server-buffer)
36         (erc-match-message): Add new option to exclude server buffer from
37         matching.
39 2012-07-21  Julien Danjou  <julien@danjou.info>
41         * erc-notifications.el: New file.
43 2012-06-15  Julien Danjou  <julien@danjou.info>
45         * erc.el (erc-open): Use `auth-source' for password retrieval when
46         possible.
48 2012-06-12  Chong Yidong  <cyd@gnu.org>
50         * erc-dcc.el (erc-dcc-chat-filter-functions): Rename from
51         erc-dcc-chat-filter-hook, since this is an abnormal hook.
53 2012-06-08  Chong Yidong  <cyd@gnu.org>
55         * erc.el (erc-direct-msg-face, erc-header-line, erc-input-face)
56         (erc-command-indicator-face, erc-notice-face, erc-action-face)
57         (erc-error-face, erc-my-nick-face, erc-nick-default-face)
58         (erc-nick-msg-face): Use new-style face specs, and avoid :bold.
60         * erc-button.el (erc-button):
61         * erc-goodies.el (erc-bold-face, erc-inverse-face)
62         (erc-underline-face, fg:erc-color-*):
63         * erc-match.el (erc-current-nick-face, erc-dangerous-host-face)
64         (erc-pal-face, erc-fool-face, erc-keyword-face):
65         * erc-stamp.el (erc-timestamp-face): Likewise.
67 2012-06-02  Chong Yidong  <cyd@gnu.org>
69         * erc-track.el (erc-track, erc-track-faces-priority-list)
70         (erc-track-faces-normal-list, erc-track-find-face)
71         (erc-track-modified-channels): Fix modeline -> mode line in docs.
73 2012-05-14  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
75         * erc-dcc.el (erc-dcc-handle-ctcp-send): Fix a regression
76         introduced on 2011-11-28 when fixing quoted filenames matching,
77         the regex group was not corrected.
79 2012-05-13  Teemu Likonen  <tlikonen@iki.fi>
81         * erc-backend.el (erc-server-timestamp-format): New variable to
82         allow specifying the timestamp format (bug#10779).
84 2012-04-11  Vivek Dasmohapatra  <vivek@etla.org>
86         * erc-services.el (erc-nickserv-passwords): Don't display the
87         password (bug#4459).
89 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91         * erc-join.el (erc-server-join-channel): New function to look up
92         the channel password via auth-source.
93         (erc-autojoin-channels): Use it.
94         (erc-autojoin-after-ident): Ditto.
95         (erc-autojoin-channels-alist): Mention auth-source.
97 2012-04-10  Deniz Dogan  <deniz@dogan.se>  (tiny change)
99         * erc.el (erc-display-prompt): Adds the field text property to the
100         ERC prompt.  This allows users to use `kill-whole-line' to kill
101         all text back to the prompt given that it's on a single line
102         (bug#10841).
104 2012-04-09  Chong Yidong  <cyd@gnu.org>
106         * erc.el (erc-cmd-SET): Call custom-variable-p instead of
107         user-variable-p.
109 2012-02-08  Glenn Morris  <rgm@gnu.org>
111         * erc-backend.el (erc-coding-system-precedence):
112         * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
113         Add missing :version settings.
115 2012-01-06  Glenn Morris  <rgm@gnu.org>
117         * erc.el (erc-tls): Add autoload cookie.  (Bug#10333)
119 2011-12-31  Antoine Levitt  <antoine.levitt@gmail.com>
121         * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
122         rather than window-scroll-functions.  Fixes a bug with word-wrap on
123         a tty.  (Bug#9246)
125 2011-11-28  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
127         * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
128         match quoted filenames with spaces inside.
129         (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
130         added processing of escaped quotes and backslashes if filename
131         itself was in quotes.
133 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
135         * erc-log.el (erc-logging-enabled): Fix typo.
137 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
139         * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
141 2011-10-20  Chong Yidong  <cyd@gnu.org>
143         * erc.el (define-erc-module): Fix autogenerated docstring to
144         reflect Emacs 24 minor mode changes.
146         * erc-fill.el (erc-fill-mode):
147         * erc-track.el (erc-track-minor-mode): Doc fix.
149 2011-09-23  Antoine Levitt  <antoine.levitt@gmail.com>
151         * erc-button.el (erc-button-next-function): Scoping fix
152         (Bug#9487).
154 2011-07-04  Vivek Dasmohapatra  <vivek@etla.org>
156         * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
157         when reconnecting (bug#5563).
159 2011-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161         * erc.el (erc-ssl): Made into a synonym for erc-tls, which
162         provides a superset of the same functionality.
163         (erc-open-ssl-stream): Removed.
164         (erc-open-tls-stream): Use `open-network-stream' instead of
165         `open-tls-stream' directly to be able to use the built-in TLS
166         support.
168 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
170         * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
171         data as non-exclusive if it's using the default-completion-function.
172         (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
173         (pcomplete-erc-setup): Use new name.
175 2011-05-03  Debarshi Ray  <rishi@gnu.org>  (tiny change)
177         * erc-backend.el (671): New response handler.
178         * erc.el (english): Add 671 to catalog.
180 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
183         suffix that's added by pcomplete-termination-string anyway.
184         (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
185         it's not needed any more.
187 2011-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * erc.el (erc-mode-map): Use completion-at-point.
190         (erc-mode): Tell completion-at-point to obey erc-complete-functions.
191         (erc-complete-word-at-point): New function.
192         (erc-complete-word): Make it obsolete.
193         * erc-pcomplete.el (erc-pcompletions-at-point): New function.
194         (pcomplete): Use it.
195         * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
196         (erc-dcc-chat-mode): Tell completion-at-point to obey
197         erc-complete-functions.
198         * erc-button.el (erc-button-next-function): New function extracted from
199         erc-button-next.
200         (button, erc-button-next): Use it.
202 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * erc-hecomplete.el: Move to ../obsolete.
206 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
208         * Version 23.3 released.
210 2011-03-04  Julien Danjou  <julien@danjou.info>
212         * erc-track.el (erc-track-visibility): Fix :type.  (Bug#6369)
214 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
216         * erc-list.el (erc-list-menu-mode-map): Move initialization
217         into declaration.
219 2011-02-07  Julien Danjou  <julien@danjou.info>
221         * erc-track.el (erc-window-configuration-change): New function.
222         This will allow to track buffer visibility when a command is
223         finished to executed.  Idea stolen from rcirc.
224         (track): Put erc-window-configuration-change in
225         window-configuration-change-hook.
226         (erc-modified-channels-update): Remove
227         erc-modified-channels-update from post-command-hook after update.
229 2011-01-31  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
231         * erc-track.el (track): Don't reset erc-modified-channels-object
232         each time erc-track-mode is activated.
234 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * erc.el (erc-mode):
237         * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
239 2010-11-11  Glenn Morris  <rgm@gnu.org>
241         * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
243 2010-11-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245         * erc-backend.el (erc-coding-system-precedence): New variable.
246         (erc-decode-string-from-target): Use it.
248 2010-10-24  Julien Danjou  <julien@danjou.info>
250         * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
252         * erc-backend.el (erc-process-sentinel): Check that buffer is alive
253         before setting it as current buffer.
255 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
257         * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
259 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
261         * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
263 2010-08-14  Vivek Dasmohapatra  <vivek@etla.org>
265         * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
266         (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
267         New functions.
268         (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
270 2010-08-08  Fran Litterio  <flitterio@gmail.com>
272         * erc-backend.el (erc-server-filter-function):
273         Call erc-log-irc-protocol.
275         * erc.el (erc-toggle-debug-irc-protocol):
276         Bind erc-toggle-debug-irc-protocol to t.
278 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
280         * Version 23.2 released.
282 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
284         * Branch for 23.2.
286 2010-02-07  Vivek Dasmohapatra  <vivek@etla.org>
288         * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
290 2010-01-25  Vivek Dasmohapatra  <vivek@etla.org>
292         * erc-backend.el (erc-session-connector): New var.
293         (erc-server-reconnect): Use it to reconnect via old
294         connector (Bug#4958).
296         * erc.el (erc-determine-parameters):
297         Save erc-server-connect-function to erc-session-connector.
299 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * erc.el (erc-display-line-1, erc-process-away):
302         * erc-truncate.el (erc-truncate-buffer-to-size):
303         Use with-current-buffer.
305 2009-10-24  Glenn Morris  <rgm@gnu.org>
307         * erc-dcc.el (pcomplete-erc-all-nicks):
308         * erc-notify.el (pcomplete-erc-all-nicks):
309         Autoload it, to silence compiler.
311         * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
312         remove-duplicates with erc-delete-dups.
314 2009-09-27  Johan Bockgård  <bojohan@gnu.org>
316         * erc-button.el (erc-button-keymap): Bind `follow-link'.
318 2009-09-26  Johan Bockgård  <bojohan@gnu.org>
320         * erc-button.el (erc-button-add-button): Only call
321         `widget-convert-button' in XEmacs.  For Emacs (at least), it
322         doesn't seem to have any purpose except creating lots of overlays,
323         slowing everything down.
325 2009-09-19  Glenn Morris  <rgm@gnu.org>
327         * erc-lang.el (line): Define for compiler.
329 2009-07-22  Kevin Ryde  <user42@zip.com.au>
331         * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
333 2009-03-13  D. Goel  <deego3@gmail.com>
335         * erc-backend.el: In (multiple-value-bind/setq .. ls),
336         ls-> (values-list ls) throughout.
337         * erc.el: Ditto.
339 2009-01-18  Michael Olson  <mwolson@gnu.org>
341         * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
343 2009-01-16  Glenn Morris  <rgm@gnu.org>
345         * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
347         * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
348         behind fboundp test.
350 2009-01-09  Glenn Morris  <rgm@gnu.org>
352         * erc.el (erc-input-message): Replace last-command-char with
353         last-command-event.
355 2009-01-08  Glenn Morris  <rgm@gnu.org>
357         * erc.el (tabbar--local-hlf): Silence compiler.
359 2009-01-03  Michael Olson  <mwolson@gnu.org>
361         * erc.el (erc-user-input): Do not include text properties when
362         returning user input.
365 See ChangeLog.08 for earlier changes.
367         Copyright (C) 2009-2012 Free Software Foundation, Inc.
369   This file is part of GNU Emacs.
371   GNU Emacs is free software: you can redistribute it and/or modify
372   it under the terms of the GNU General Public License as published by
373   the Free Software Foundation, either version 3 of the License, or
374   (at your option) any later version.
376   GNU Emacs is distributed in the hope that it will be useful,
377   but WITHOUT ANY WARRANTY; without even the implied warranty of
378   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
379   GNU General Public License for more details.
381   You should have received a copy of the GNU General Public License
382   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
384 ;; Local Variables:
385 ;; coding: utf-8
386 ;; add-log-time-zone-rule: t
387 ;; End: