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