* lisp/erc/erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
[emacs.git] / lisp / erc / ChangeLog
blob8b248db0808af6273070fc644763fe9faf8c8625
1 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3         * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
5 2010-08-14  Vivek Dasmohapatra  <vivek@etla.org>
7         * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
8         (erc-autojoin-channels-delayed, erc-autojoin-after-ident): New
9         functions.
10         (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
12 2010-08-08  Fran Litterio  <flitterio@gmail.com>
14         * erc-backend.el (erc-server-filter-function): Call
15         erc-log-irc-protocol.
17         * erc.el (erc-toggle-debug-irc-protocol): Bind
18         erc-toggle-debug-irc-protocol to t.
20 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
22         * Version 23.2 released.
24 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
26         * Branch for 23.2.
28 2010-02-07  Vivek Dasmohapatra  <vivek@etla.org>
30         * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
32 2010-01-25  Vivek Dasmohapatra  <vivek@etla.org>
34         * erc-backend.el (erc-session-connector): New var.
35         (erc-server-reconnect): Use it to reconnect via old
36         connector (Bug#4958).
38         * erc.el (erc-determine-parameters):
39         Save erc-server-connect-function to erc-session-connector.
41 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * erc.el (erc-display-line-1, erc-process-away):
44         * erc-truncate.el (erc-truncate-buffer-to-size):
45         Use with-current-buffer.
47 2009-10-24  Glenn Morris  <rgm@gnu.org>
49         * erc-dcc.el (pcomplete-erc-all-nicks):
50         * erc-notify.el (pcomplete-erc-all-nicks):
51         Autoload it, to silence compiler.
53         * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
54         remove-duplicates with erc-delete-dups.
56 2009-09-27  Johan Bockgård  <bojohan@gnu.org>
58         * erc-button.el (erc-button-keymap): Bind `follow-link'.
60 2009-09-26  Johan Bockgård  <bojohan@gnu.org>
62         * erc-button.el (erc-button-add-button): Only call
63         `widget-convert-button' in XEmacs.  For Emacs (at least), it
64         doesn't seem to have any purpose except creating lots of overlays,
65         slowing everything down.
67 2009-09-19  Glenn Morris  <rgm@gnu.org>
69         * erc-lang.el (line): Define for compiler.
71 2009-07-22  Kevin Ryde  <user42@zip.com.au>
73         * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
75 2009-03-13  D. Goel  <deego3@gmail.com>
77         * erc-backend.el: In (multiple-value-bind/setq .. ls),
78         ls-> (values-list ls) throughout.
79         * erc.el: Ditto.
81 2009-01-18  Michael Olson  <mwolson@gnu.org>
83         * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
85 2009-01-16  Glenn Morris  <rgm@gnu.org>
87         * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
89         * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
90         behind fboundp test.
92 2009-01-09  Glenn Morris  <rgm@gnu.org>
94         * erc.el (erc-input-message): Replace last-command-char with
95         last-command-event.
97 2009-01-08  Glenn Morris  <rgm@gnu.org>
99         * erc.el (tabbar--local-hlf): Silence compiler.
101 2009-01-03  Michael Olson  <mwolson@gnu.org>
103         * erc.el (erc-user-input): Do not include text properties when
104         returning user input.
107 See ChangeLog.08 for earlier changes.
109     Copyright (C) 2009, 2010 Free Software Foundation, Inc.
111   This file is part of GNU Emacs.
113   GNU Emacs is free software: you can redistribute it and/or modify
114   it under the terms of the GNU General Public License as published by
115   the Free Software Foundation, either version 3 of the License, or
116   (at your option) any later version.
118   GNU Emacs is distributed in the hope that it will be useful,
119   but WITHOUT ANY WARRANTY; without even the implied warranty of
120   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
121   GNU General Public License for more details.
123   You should have received a copy of the GNU General Public License
124   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
126 ;; Local Variables:
127 ;; coding: utf-8
128 ;; add-log-time-zone-rule: t
129 ;; End:
131 ;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8