* erc-backend.el (erc-server-JOIN): Set the correct target list on join.
[emacs.git] / lisp / erc / ChangeLog
blob6eacc03555276b73a04068b37351a5651a2cc3fb
1 2010-10-23  Julien Danjou  <julien@danjou.info>
3         * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
5         * erc-backend.el (erc-process-sentinel): Check that buffer is alive
6         before setting it as current buffer.
8 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
10         * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
12 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
14         * Version 23.2 released.
16 2010-02-07  Vivek Dasmohapatra  <vivek@etla.org>
18         * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
20 2010-01-25  Vivek Dasmohapatra  <vivek@etla.org>
22         * erc-backend.el (erc-session-connector): New var.
23         (erc-server-reconnect): Use it to reconnect via old
24         connector (Bug#4958).
26         * erc.el (erc-determine-parameters): Save
27         erc-server-connect-function to erc-session-connector.
29 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * erc.el (erc-display-line-1, erc-process-away):
32         * erc-truncate.el (erc-truncate-buffer-to-size):
33         Use with-current-buffer.
35 2009-10-24  Glenn Morris  <rgm@gnu.org>
37         * erc-dcc.el (pcomplete-erc-all-nicks):
38         * erc-notify.el (pcomplete-erc-all-nicks):
39         Autoload it, to silence compiler.
41         * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
42         remove-duplicates with erc-delete-dups.
44 2009-09-27  Johan Bockgård  <bojohan@gnu.org>
46         * erc-button.el (erc-button-keymap): Bind `follow-link'.
48 2009-09-26  Johan Bockgård  <bojohan@gnu.org>
50         * erc-button.el (erc-button-add-button): Only call
51         `widget-convert-button' in XEmacs.  For Emacs (at least), it
52         doesn't seem to have any purpose except creating lots of overlays,
53         slowing everything down.
55 2009-09-19  Glenn Morris  <rgm@gnu.org>
57         * erc-lang.el (line): Define for compiler.
59 2009-07-22  Kevin Ryde  <user42@zip.com.au>
61         * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
63 2009-03-13  D. Goel  <deego3@gmail.com>
65         * erc-backend.el: In (multiple-value-bind/setq .. ls),
66         ls-> (values-list ls) throughout.
67         * erc.el: Ditto.
69 2009-01-18  Michael Olson  <mwolson@gnu.org>
71         * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
73 2009-01-16  Glenn Morris  <rgm@gnu.org>
75         * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
77         * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
78         behind fboundp test.
80 2009-01-09  Glenn Morris  <rgm@gnu.org>
82         * erc.el (erc-input-message): Replace last-command-char with
83         last-command-event.
85 2009-01-08  Glenn Morris  <rgm@gnu.org>
87         * erc.el (tabbar--local-hlf): Silence compiler.
89 2009-01-03  Michael Olson  <mwolson@gnu.org>
91         * erc.el (erc-user-input): Do not include text properties when
92         returning user input.
95 See ChangeLog.08 for earlier changes.
97     Copyright (C) 2009, 2010 Free Software Foundation, Inc.
99   This file is part of GNU Emacs.
101   GNU Emacs is free software: you can redistribute it and/or modify
102   it under the terms of the GNU General Public License as published by
103   the Free Software Foundation, either version 3 of the License, or
104   (at your option) any later version.
106   GNU Emacs is distributed in the hope that it will be useful,
107   but WITHOUT ANY WARRANTY; without even the implied warranty of
108   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109   GNU General Public License for more details.
111   You should have received a copy of the GNU General Public License
112   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
114 ;; Local Variables:
115 ;; coding: utf-8
116 ;; add-log-time-zone-rule: t
117 ;; End:
119 ;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8