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