Bump version to 24.2
[emacs.git] / lisp / erc / ChangeLog
blob37ef37f1edc975740120f24070a0132ec837628f
1 2012-08-15  Chong Yidong  <cyd@gnu.org>
3         * Version 24.2 released.
5 2012-06-01  Chong Yidong  <cyd@gnu.org>
7         * Version 24.1 released.
9 2012-02-08  Glenn Morris  <rgm@gnu.org>
11         * erc-backend.el (erc-coding-system-precedence):
12         * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
13         Add missing :version settings.
15 2012-01-06  Glenn Morris  <rgm@gnu.org>
17         * erc.el (erc-tls): Add autoload cookie.  (Bug#10333)
19 2011-12-31  Antoine Levitt  <antoine.levitt@gmail.com>
21         * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
22         rather than window-scroll-functions.  Fixes a bug with word-wrap on
23         a tty.  (Bug#9246)
25 2011-11-28  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
27         * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
28         match quoted filenames with spaces inside.
29         (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
30         added processing of escaped quotes and backslashes if filename
31         itself was in quotes.
33 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
35         * erc-log.el (erc-logging-enabled): Fix typo.
37 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
39         * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
41 2011-10-20  Chong Yidong  <cyd@gnu.org>
43         * erc.el (define-erc-module): Fix autogenerated docstring to
44         reflect Emacs 24 minor mode changes.
46         * erc-fill.el (erc-fill-mode):
47         * erc-track.el (erc-track-minor-mode): Doc fix.
49 2011-09-23  Antoine Levitt  <antoine.levitt@gmail.com>
51         * erc-button.el (erc-button-next-function): Scoping fix
52         (Bug#9487).
54 2011-07-04  Vivek Dasmohapatra  <vivek@etla.org>
56         * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
57         when reconnecting (bug#5563).
59 2011-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61         * erc.el (erc-ssl): Made into a synonym for erc-tls, which
62         provides a superset of the same functionality.
63         (erc-open-ssl-stream): Removed.
64         (erc-open-tls-stream): Use `open-network-stream' instead of
65         `open-tls-stream' directly to be able to use the built-in TLS
66         support.
68 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
71         data as non-exclusive if it's using the default-completion-function.
72         (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
73         (pcomplete-erc-setup): Use new name.
75 2011-05-03  Debarshi Ray  <rishi@gnu.org>  (tiny change)
77         * erc-backend.el (671): New response handler.
78         * erc.el (english): Add 671 to catalog.
80 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
82         * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
83         suffix that's added by pcomplete-termination-string anyway.
84         (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
85         it's not needed any more.
87 2011-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
89         * erc.el (erc-mode-map): Use completion-at-point.
90         (erc-mode): Tell completion-at-point to obey erc-complete-functions.
91         (erc-complete-word-at-point): New function.
92         (erc-complete-word): Make it obsolete.
93         * erc-pcomplete.el (erc-pcompletions-at-point): New function.
94         (pcomplete): Use it.
95         * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
96         (erc-dcc-chat-mode): Tell completion-at-point to obey
97         erc-complete-functions.
98         * erc-button.el (erc-button-next-function): New function extracted from
99         erc-button-next.
100         (button, erc-button-next): Use it.
102 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * erc-hecomplete.el: Move to ../obsolete.
106 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
108         * Version 23.3 released.
110 2011-03-04  Julien Danjou  <julien@danjou.info>
112         * erc-track.el (erc-track-visibility): Fix :type.  (Bug#6369)
114 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * erc-list.el (erc-list-menu-mode-map): Move initialization
117         into declaration.
119 2011-02-07  Julien Danjou  <julien@danjou.info>
121         * erc-track.el (erc-window-configuration-change): New function.
122         This will allow to track buffer visibility when a command is
123         finished to executed.  Idea stolen from rcirc.
124         (track): Put erc-window-configuration-change in
125         window-configuration-change-hook.
126         (erc-modified-channels-update): Remove
127         erc-modified-channels-update from post-command-hook after update.
129 2011-01-31  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
131         * erc-track.el (track): Don't reset erc-modified-channels-object
132         each time erc-track-mode is activated.
134 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
136         * erc.el (erc-mode):
137         * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
139 2010-11-11  Glenn Morris  <rgm@gnu.org>
141         * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
143 2010-11-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145         * erc-backend.el (erc-coding-system-precedence): New variable.
146         (erc-decode-string-from-target): Use it.
148 2010-10-24  Julien Danjou  <julien@danjou.info>
150         * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
152         * erc-backend.el (erc-process-sentinel): Check that buffer is alive
153         before setting it as current buffer.
155 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
157         * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
159 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
161         * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
163 2010-08-14  Vivek Dasmohapatra  <vivek@etla.org>
165         * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
166         (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
167         New functions.
168         (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
170 2010-08-08  Fran Litterio  <flitterio@gmail.com>
172         * erc-backend.el (erc-server-filter-function):
173         Call erc-log-irc-protocol.
175         * erc.el (erc-toggle-debug-irc-protocol):
176         Bind erc-toggle-debug-irc-protocol to t.
178 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
180         * Version 23.2 released.
182 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
184         * Branch for 23.2.
186 2010-02-07  Vivek Dasmohapatra  <vivek@etla.org>
188         * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
190 2010-01-25  Vivek Dasmohapatra  <vivek@etla.org>
192         * erc-backend.el (erc-session-connector): New var.
193         (erc-server-reconnect): Use it to reconnect via old
194         connector (Bug#4958).
196         * erc.el (erc-determine-parameters):
197         Save erc-server-connect-function to erc-session-connector.
199 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * erc.el (erc-display-line-1, erc-process-away):
202         * erc-truncate.el (erc-truncate-buffer-to-size):
203         Use with-current-buffer.
205 2009-10-24  Glenn Morris  <rgm@gnu.org>
207         * erc-dcc.el (pcomplete-erc-all-nicks):
208         * erc-notify.el (pcomplete-erc-all-nicks):
209         Autoload it, to silence compiler.
211         * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
212         remove-duplicates with erc-delete-dups.
214 2009-09-27  Johan Bockgård  <bojohan@gnu.org>
216         * erc-button.el (erc-button-keymap): Bind `follow-link'.
218 2009-09-26  Johan Bockgård  <bojohan@gnu.org>
220         * erc-button.el (erc-button-add-button): Only call
221         `widget-convert-button' in XEmacs.  For Emacs (at least), it
222         doesn't seem to have any purpose except creating lots of overlays,
223         slowing everything down.
225 2009-09-19  Glenn Morris  <rgm@gnu.org>
227         * erc-lang.el (line): Define for compiler.
229 2009-07-22  Kevin Ryde  <user42@zip.com.au>
231         * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
233 2009-03-13  D. Goel  <deego3@gmail.com>
235         * erc-backend.el: In (multiple-value-bind/setq .. ls),
236         ls-> (values-list ls) throughout.
237         * erc.el: Ditto.
239 2009-01-18  Michael Olson  <mwolson@gnu.org>
241         * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
243 2009-01-16  Glenn Morris  <rgm@gnu.org>
245         * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
247         * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
248         behind fboundp test.
250 2009-01-09  Glenn Morris  <rgm@gnu.org>
252         * erc.el (erc-input-message): Replace last-command-char with
253         last-command-event.
255 2009-01-08  Glenn Morris  <rgm@gnu.org>
257         * erc.el (tabbar--local-hlf): Silence compiler.
259 2009-01-03  Michael Olson  <mwolson@gnu.org>
261         * erc.el (erc-user-input): Do not include text properties when
262         returning user input.
265 See ChangeLog.08 for earlier changes.
267         Copyright (C) 2009-2012 Free Software Foundation, Inc.
269   This file is part of GNU Emacs.
271   GNU Emacs is free software: you can redistribute it and/or modify
272   it under the terms of the GNU General Public License as published by
273   the Free Software Foundation, either version 3 of the License, or
274   (at your option) any later version.
276   GNU Emacs is distributed in the hope that it will be useful,
277   but WITHOUT ANY WARRANTY; without even the implied warranty of
278   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
279   GNU General Public License for more details.
281   You should have received a copy of the GNU General Public License
282   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
284 ;; Local Variables:
285 ;; coding: utf-8
286 ;; add-log-time-zone-rule: t
287 ;; End: