* lisp/erc/erc-backend.el (erc-process-sentinel): Check that buffer is alive
[bpt/emacs.git] / lisp / erc / ChangeLog
CommitLineData
6bb55f7c
JD
12010-10-23 Julien Danjou <julien@danjou.info>
2
3 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
4 before setting it as current buffer.
5
c0943d3d
JB
62010-10-12 Juanma Barranquero <lekktu@gmail.com>
7
8 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
9
61a808e8
CY
102010-05-07 Chong Yidong <cyd@stupidchicken.com>
11
12 * Version 23.2 released.
13
5cb9f674
CY
142010-02-07 Vivek Dasmohapatra <vivek@etla.org>
15
16 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
17
361bbf57
CY
182010-01-25 Vivek Dasmohapatra <vivek@etla.org>
19
20 * erc-backend.el (erc-session-connector): New var.
21 (erc-server-reconnect): Use it to reconnect via old
22 connector (Bug#4958).
23
24 * erc.el (erc-determine-parameters): Save
25 erc-server-connect-function to erc-session-connector.
26
937e6a56
SM
272009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * erc.el (erc-display-line-1, erc-process-away):
30 * erc-truncate.el (erc-truncate-buffer-to-size):
31 Use with-current-buffer.
32
1dee7c23
GM
332009-10-24 Glenn Morris <rgm@gnu.org>
34
35 * erc-dcc.el (pcomplete-erc-all-nicks):
36 * erc-notify.el (pcomplete-erc-all-nicks):
37 Autoload it, to silence compiler.
38
39 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
40 remove-duplicates with erc-delete-dups.
41
081bd373
JB
422009-09-27 Johan Bockgård <bojohan@gnu.org>
43
44 * erc-button.el (erc-button-keymap): Bind `follow-link'.
45
9c7b2dd3
JB
462009-09-26 Johan Bockgård <bojohan@gnu.org>
47
48 * erc-button.el (erc-button-add-button): Only call
5ce6e4f4 49 `widget-convert-button' in XEmacs. For Emacs (at least), it
9c7b2dd3
JB
50 doesn't seem to have any purpose except creating lots of overlays,
51 slowing everything down.
52
a9c83b2f
GM
532009-09-19 Glenn Morris <rgm@gnu.org>
54
55 * erc-lang.el (line): Define for compiler.
56
fbf370dc
GM
572009-07-22 Kevin Ryde <user42@zip.com.au>
58
59 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
60
7db26af0
DG
612009-03-13 D. Goel <deego3@gmail.com>
62
7db26af0 63 * erc-backend.el: In (multiple-value-bind/setq .. ls),
5a5edff7 64 ls-> (values-list ls) throughout.
7db26af0
DG
65 * erc.el: Ditto.
66
624509d2
MO
672009-01-18 Michael Olson <mwolson@gnu.org>
68
69 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
70
7d8345da
GM
712009-01-16 Glenn Morris <rgm@gnu.org>
72
64bd06a8
GM
73 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
74
7d8345da
GM
75 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
76 behind fboundp test.
77
51bc9aff
GM
782009-01-09 Glenn Morris <rgm@gnu.org>
79
80 * erc.el (erc-input-message): Replace last-command-char with
81 last-command-event.
82
c5a345cb
GM
832009-01-08 Glenn Morris <rgm@gnu.org>
84
85 * erc.el (tabbar--local-hlf): Silence compiler.
86
bd710149
MO
872009-01-03 Michael Olson <mwolson@gnu.org>
88
89 * erc.el (erc-user-input): Do not include text properties when
90 returning user input.
91
e230cd7a 92
ae4c27d2 93See ChangeLog.08 for earlier changes.
e230cd7a 94
114f9c96 95 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
5b87ad55
GM
96
97 This file is part of GNU Emacs.
98
4ee57b2a 99 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 100 it under the terms of the GNU General Public License as published by
4ee57b2a
GM
101 the Free Software Foundation, either version 3 of the License, or
102 (at your option) any later version.
5b87ad55
GM
103
104 GNU Emacs is distributed in the hope that it will be useful,
105 but WITHOUT ANY WARRANTY; without even the implied warranty of
106 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
107 GNU General Public License for more details.
108
109 You should have received a copy of the GNU General Public License
4ee57b2a 110 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
597993cf 111
19750a72
MB
112;; Local Variables:
113;; coding: utf-8
33462dfa 114;; add-log-time-zone-rule: t
19750a72 115;; End:
b4be6121
MB
116
117;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8