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