Fix typos.
[emacs.git] / lisp / erc / ChangeLog
blob3fd2c87d59cb3a7379862e4debab5f41b488a8c6
1 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3         * erc-log.el (erc-logging-enabled): Fix typo.
5 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
7         * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
9 2011-10-20  Chong Yidong  <cyd@gnu.org>
11         * erc.el (define-erc-module): Fix autogenerated docstring to
12         reflect Emacs 24 minor mode changes.
14         * erc-fill.el (erc-fill-mode):
15         * erc-track.el (erc-track-minor-mode): Doc fix.
17 2011-09-23  Antoine Levitt  <antoine.levitt@gmail.com>
19         * erc-button.el (erc-button-next-function): Scoping fix
20         (Bug#9487).
22 2011-07-04  Vivek Dasmohapatra  <vivek@etla.org>
24         * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
25         when reconnecting (bug#5563).
27 2011-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29         * erc.el (erc-ssl): Made into a synonym for erc-tls, which
30         provides a superset of the same functionality.
31         (erc-open-ssl-stream): Removed.
32         (erc-open-tls-stream): Use `open-network-stream' instead of
33         `open-tls-stream' directly to be able to use the built-in TLS
34         support.
36 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
39         data as non-exclusive if it's using the default-completion-function.
40         (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
41         (pcomplete-erc-setup): Use new name.
43 2011-05-03  Debarshi Ray  <rishi@gnu.org>  (tiny change)
45         * erc-backend.el (671): New response handler.
46         * erc.el (english): Add 671 to catalog.
48 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
51         suffix that's added by pcomplete-termination-string anyway.
52         (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
53         it's not needed any more.
55 2011-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * erc.el (erc-mode-map): Use completion-at-point.
58         (erc-mode): Tell completion-at-point to obey erc-complete-functions.
59         (erc-complete-word-at-point): New function.
60         (erc-complete-word): Make it obsolete.
61         * erc-pcomplete.el (erc-pcompletions-at-point): New function.
62         (pcomplete): Use it.
63         * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
64         (erc-dcc-chat-mode): Tell completion-at-point to obey
65         erc-complete-functions.
66         * erc-button.el (erc-button-next-function): New function extracted from
67         erc-button-next.
68         (button, erc-button-next): Use it.
70 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
72         * Version 23.3 released.
74 2011-03-04  Julien Danjou  <julien@danjou.info>
76         * erc-track.el (erc-track-visibility): Fix :type.  (Bug#6369)
78 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * erc-list.el (erc-list-menu-mode-map): Move initialization
81         into declaration.
83 2011-02-07  Julien Danjou  <julien@danjou.info>
85         * erc-track.el (erc-window-configuration-change): New function.
86         This will allow to track buffer visibility when a command is
87         finished to executed.  Idea stolen from rcirc.
88         (track): Put erc-window-configuration-change in
89         window-configuration-change-hook.
90         (erc-modified-channels-update): Remove
91         erc-modified-channels-update from post-command-hook after update.
93 2011-01-31  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
95         * erc-track.el (track): Don't reset erc-modified-channels-object
96         each time erc-track-mode is activated.
98 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * erc.el (erc-mode):
101         * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
103 2010-11-11  Glenn Morris  <rgm@gnu.org>
105         * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
107 2010-11-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109         * erc-backend.el (erc-coding-system-precedence): New variable.
110         (erc-decode-string-from-target): Use it.
112 2010-10-24  Julien Danjou  <julien@danjou.info>
114         * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
116         * erc-backend.el (erc-process-sentinel): Check that buffer is alive
117         before setting it as current buffer.
119 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
121         * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
123 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
125         * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
127 2010-08-14  Vivek Dasmohapatra  <vivek@etla.org>
129         * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
130         (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
131         New functions.
132         (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
134 2010-08-08  Fran Litterio  <flitterio@gmail.com>
136         * erc-backend.el (erc-server-filter-function):
137         Call erc-log-irc-protocol.
139         * erc.el (erc-toggle-debug-irc-protocol):
140         Bind erc-toggle-debug-irc-protocol to t.
142 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
144         * Version 23.2 released.
146 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
148         * Branch for 23.2.
150 2010-02-07  Vivek Dasmohapatra  <vivek@etla.org>
152         * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
154 2010-01-25  Vivek Dasmohapatra  <vivek@etla.org>
156         * erc-backend.el (erc-session-connector): New var.
157         (erc-server-reconnect): Use it to reconnect via old
158         connector (Bug#4958).
160         * erc.el (erc-determine-parameters):
161         Save erc-server-connect-function to erc-session-connector.
163 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * erc.el (erc-display-line-1, erc-process-away):
166         * erc-truncate.el (erc-truncate-buffer-to-size):
167         Use with-current-buffer.
169 2009-10-24  Glenn Morris  <rgm@gnu.org>
171         * erc-dcc.el (pcomplete-erc-all-nicks):
172         * erc-notify.el (pcomplete-erc-all-nicks):
173         Autoload it, to silence compiler.
175         * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
176         remove-duplicates with erc-delete-dups.
178 2009-09-27  Johan Bockgård  <bojohan@gnu.org>
180         * erc-button.el (erc-button-keymap): Bind `follow-link'.
182 2009-09-26  Johan Bockgård  <bojohan@gnu.org>
184         * erc-button.el (erc-button-add-button): Only call
185         `widget-convert-button' in XEmacs.  For Emacs (at least), it
186         doesn't seem to have any purpose except creating lots of overlays,
187         slowing everything down.
189 2009-09-19  Glenn Morris  <rgm@gnu.org>
191         * erc-lang.el (line): Define for compiler.
193 2009-07-22  Kevin Ryde  <user42@zip.com.au>
195         * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
197 2009-03-13  D. Goel  <deego3@gmail.com>
199         * erc-backend.el: In (multiple-value-bind/setq .. ls),
200         ls-> (values-list ls) throughout.
201         * erc.el: Ditto.
203 2009-01-18  Michael Olson  <mwolson@gnu.org>
205         * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
207 2009-01-16  Glenn Morris  <rgm@gnu.org>
209         * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
211         * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
212         behind fboundp test.
214 2009-01-09  Glenn Morris  <rgm@gnu.org>
216         * erc.el (erc-input-message): Replace last-command-char with
217         last-command-event.
219 2009-01-08  Glenn Morris  <rgm@gnu.org>
221         * erc.el (tabbar--local-hlf): Silence compiler.
223 2009-01-03  Michael Olson  <mwolson@gnu.org>
225         * erc.el (erc-user-input): Do not include text properties when
226         returning user input.
229 See ChangeLog.08 for earlier changes.
231         Copyright (C) 2009-2011 Free Software Foundation, Inc.
233   This file is part of GNU Emacs.
235   GNU Emacs is free software: you can redistribute it and/or modify
236   it under the terms of the GNU General Public License as published by
237   the Free Software Foundation, either version 3 of the License, or
238   (at your option) any later version.
240   GNU Emacs is distributed in the hope that it will be useful,
241   but WITHOUT ANY WARRANTY; without even the implied warranty of
242   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
243   GNU General Public License for more details.
245   You should have received a copy of the GNU General Public License
246   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
248 ;; Local Variables:
249 ;; coding: utf-8
250 ;; add-log-time-zone-rule: t
251 ;; End: