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