Let C-h f do autoloading, and report if a function was previously autoloaded.
[emacs.git] / lisp / erc / ChangeLog
blobf84df4c7b89391ac070f5789f9bd5403f2aca579
1 2012-06-15  Julien Danjou  <julien@danjou.info>
3         * erc.el (erc-open): Use `auth-source' for password retrieval when
4         possible.
6 2012-06-12  Chong Yidong  <cyd@gnu.org>
8         * erc-dcc.el (erc-dcc-chat-filter-functions): Rename from
9         erc-dcc-chat-filter-hook, since this is an abnormal hook.
11 2012-06-08  Chong Yidong  <cyd@gnu.org>
13         * erc.el (erc-direct-msg-face, erc-header-line, erc-input-face)
14         (erc-command-indicator-face, erc-notice-face, erc-action-face)
15         (erc-error-face, erc-my-nick-face, erc-nick-default-face)
16         (erc-nick-msg-face): Use new-style face specs, and avoid :bold.
18         * erc-button.el (erc-button):
19         * erc-goodies.el (erc-bold-face, erc-inverse-face)
20         (erc-underline-face, fg:erc-color-*):
21         * erc-match.el (erc-current-nick-face, erc-dangerous-host-face)
22         (erc-pal-face, erc-fool-face, erc-keyword-face):
23         * erc-stamp.el (erc-timestamp-face): Likewise.
25 2012-06-02  Chong Yidong  <cyd@gnu.org>
27         * erc-track.el (erc-track, erc-track-faces-priority-list)
28         (erc-track-faces-normal-list, erc-track-find-face)
29         (erc-track-modified-channels): Fix modeline -> mode line in docs.
31 2012-05-14  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
33         * erc-dcc.el (erc-dcc-handle-ctcp-send): Fix a regression
34         introduced on 2011-11-28 when fixing quoted filenames matching,
35         the regex group was not corrected.
37 2012-05-13  Teemu Likonen  <tlikonen@iki.fi>
39         * erc-backend.el (erc-server-timestamp-format): New variable to
40         allow specifying the timestamp format (bug#10779).
42 2012-04-11  Vivek Dasmohapatra  <vivek@etla.org>
44         * erc-services.el (erc-nickserv-passwords): Don't display the
45         password (bug#4459).
47 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49         * erc-join.el (erc-server-join-channel): New function to look up
50         the channel password via auth-source.
51         (erc-autojoin-channels): Use it.
52         (erc-autojoin-after-ident): Ditto.
53         (erc-autojoin-channels-alist): Mention auth-source.
55 2012-04-10  Deniz Dogan  <deniz@dogan.se>  (tiny change)
57         * erc.el (erc-display-prompt): Adds the field text property to the
58         ERC prompt.  This allows users to use `kill-whole-line' to kill
59         all text back to the prompt given that it's on a single line
60         (bug#10841).
62 2012-04-09  Chong Yidong  <cyd@gnu.org>
64         * erc.el (erc-cmd-SET): Call custom-variable-p instead of
65         user-variable-p.
67 2012-02-08  Glenn Morris  <rgm@gnu.org>
69         * erc-backend.el (erc-coding-system-precedence):
70         * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
71         Add missing :version settings.
73 2012-01-06  Glenn Morris  <rgm@gnu.org>
75         * erc.el (erc-tls): Add autoload cookie.  (Bug#10333)
77 2011-12-31  Antoine Levitt  <antoine.levitt@gmail.com>
79         * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
80         rather than window-scroll-functions.  Fixes a bug with word-wrap on
81         a tty.  (Bug#9246)
83 2011-11-28  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
85         * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
86         match quoted filenames with spaces inside.
87         (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
88         added processing of escaped quotes and backslashes if filename
89         itself was in quotes.
91 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
93         * erc-log.el (erc-logging-enabled): Fix typo.
95 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
97         * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
99 2011-10-20  Chong Yidong  <cyd@gnu.org>
101         * erc.el (define-erc-module): Fix autogenerated docstring to
102         reflect Emacs 24 minor mode changes.
104         * erc-fill.el (erc-fill-mode):
105         * erc-track.el (erc-track-minor-mode): Doc fix.
107 2011-09-23  Antoine Levitt  <antoine.levitt@gmail.com>
109         * erc-button.el (erc-button-next-function): Scoping fix
110         (Bug#9487).
112 2011-07-04  Vivek Dasmohapatra  <vivek@etla.org>
114         * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
115         when reconnecting (bug#5563).
117 2011-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119         * erc.el (erc-ssl): Made into a synonym for erc-tls, which
120         provides a superset of the same functionality.
121         (erc-open-ssl-stream): Removed.
122         (erc-open-tls-stream): Use `open-network-stream' instead of
123         `open-tls-stream' directly to be able to use the built-in TLS
124         support.
126 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
129         data as non-exclusive if it's using the default-completion-function.
130         (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
131         (pcomplete-erc-setup): Use new name.
133 2011-05-03  Debarshi Ray  <rishi@gnu.org>  (tiny change)
135         * erc-backend.el (671): New response handler.
136         * erc.el (english): Add 671 to catalog.
138 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
141         suffix that's added by pcomplete-termination-string anyway.
142         (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
143         it's not needed any more.
145 2011-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * erc.el (erc-mode-map): Use completion-at-point.
148         (erc-mode): Tell completion-at-point to obey erc-complete-functions.
149         (erc-complete-word-at-point): New function.
150         (erc-complete-word): Make it obsolete.
151         * erc-pcomplete.el (erc-pcompletions-at-point): New function.
152         (pcomplete): Use it.
153         * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
154         (erc-dcc-chat-mode): Tell completion-at-point to obey
155         erc-complete-functions.
156         * erc-button.el (erc-button-next-function): New function extracted from
157         erc-button-next.
158         (button, erc-button-next): Use it.
160 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * erc-hecomplete.el: Move to ../obsolete.
164 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
166         * Version 23.3 released.
168 2011-03-04  Julien Danjou  <julien@danjou.info>
170         * erc-track.el (erc-track-visibility): Fix :type.  (Bug#6369)
172 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
174         * erc-list.el (erc-list-menu-mode-map): Move initialization
175         into declaration.
177 2011-02-07  Julien Danjou  <julien@danjou.info>
179         * erc-track.el (erc-window-configuration-change): New function.
180         This will allow to track buffer visibility when a command is
181         finished to executed.  Idea stolen from rcirc.
182         (track): Put erc-window-configuration-change in
183         window-configuration-change-hook.
184         (erc-modified-channels-update): Remove
185         erc-modified-channels-update from post-command-hook after update.
187 2011-01-31  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
189         * erc-track.el (track): Don't reset erc-modified-channels-object
190         each time erc-track-mode is activated.
192 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * erc.el (erc-mode):
195         * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
197 2010-11-11  Glenn Morris  <rgm@gnu.org>
199         * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
201 2010-11-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203         * erc-backend.el (erc-coding-system-precedence): New variable.
204         (erc-decode-string-from-target): Use it.
206 2010-10-24  Julien Danjou  <julien@danjou.info>
208         * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
210         * erc-backend.el (erc-process-sentinel): Check that buffer is alive
211         before setting it as current buffer.
213 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
215         * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
217 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
219         * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
221 2010-08-14  Vivek Dasmohapatra  <vivek@etla.org>
223         * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
224         (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
225         New functions.
226         (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
228 2010-08-08  Fran Litterio  <flitterio@gmail.com>
230         * erc-backend.el (erc-server-filter-function):
231         Call erc-log-irc-protocol.
233         * erc.el (erc-toggle-debug-irc-protocol):
234         Bind erc-toggle-debug-irc-protocol to t.
236 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
238         * Version 23.2 released.
240 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
242         * Branch for 23.2.
244 2010-02-07  Vivek Dasmohapatra  <vivek@etla.org>
246         * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
248 2010-01-25  Vivek Dasmohapatra  <vivek@etla.org>
250         * erc-backend.el (erc-session-connector): New var.
251         (erc-server-reconnect): Use it to reconnect via old
252         connector (Bug#4958).
254         * erc.el (erc-determine-parameters):
255         Save erc-server-connect-function to erc-session-connector.
257 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * erc.el (erc-display-line-1, erc-process-away):
260         * erc-truncate.el (erc-truncate-buffer-to-size):
261         Use with-current-buffer.
263 2009-10-24  Glenn Morris  <rgm@gnu.org>
265         * erc-dcc.el (pcomplete-erc-all-nicks):
266         * erc-notify.el (pcomplete-erc-all-nicks):
267         Autoload it, to silence compiler.
269         * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
270         remove-duplicates with erc-delete-dups.
272 2009-09-27  Johan Bockgård  <bojohan@gnu.org>
274         * erc-button.el (erc-button-keymap): Bind `follow-link'.
276 2009-09-26  Johan Bockgård  <bojohan@gnu.org>
278         * erc-button.el (erc-button-add-button): Only call
279         `widget-convert-button' in XEmacs.  For Emacs (at least), it
280         doesn't seem to have any purpose except creating lots of overlays,
281         slowing everything down.
283 2009-09-19  Glenn Morris  <rgm@gnu.org>
285         * erc-lang.el (line): Define for compiler.
287 2009-07-22  Kevin Ryde  <user42@zip.com.au>
289         * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
291 2009-03-13  D. Goel  <deego3@gmail.com>
293         * erc-backend.el: In (multiple-value-bind/setq .. ls),
294         ls-> (values-list ls) throughout.
295         * erc.el: Ditto.
297 2009-01-18  Michael Olson  <mwolson@gnu.org>
299         * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
301 2009-01-16  Glenn Morris  <rgm@gnu.org>
303         * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
305         * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
306         behind fboundp test.
308 2009-01-09  Glenn Morris  <rgm@gnu.org>
310         * erc.el (erc-input-message): Replace last-command-char with
311         last-command-event.
313 2009-01-08  Glenn Morris  <rgm@gnu.org>
315         * erc.el (tabbar--local-hlf): Silence compiler.
317 2009-01-03  Michael Olson  <mwolson@gnu.org>
319         * erc.el (erc-user-input): Do not include text properties when
320         returning user input.
323 See ChangeLog.08 for earlier changes.
325         Copyright (C) 2009-2012 Free Software Foundation, Inc.
327   This file is part of GNU Emacs.
329   GNU Emacs is free software: you can redistribute it and/or modify
330   it under the terms of the GNU General Public License as published by
331   the Free Software Foundation, either version 3 of the License, or
332   (at your option) any later version.
334   GNU Emacs is distributed in the hope that it will be useful,
335   but WITHOUT ANY WARRANTY; without even the implied warranty of
336   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
337   GNU General Public License for more details.
339   You should have received a copy of the GNU General Public License
340   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
342 ;; Local Variables:
343 ;; coding: utf-8
344 ;; add-log-time-zone-rule: t
345 ;; End: