* lisp/erc/erc-backend.el (erc-process-sentinel): Check that buffer is alive
[bpt/emacs.git] / lisp / erc / ChangeLog
1 2010-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
6 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
7
8 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
9
10 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
11
12 * Version 23.2 released.
13
14 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
15
16 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
17
18 2010-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
27 2009-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
33 2009-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
42 2009-09-27 Johan Bockgård <bojohan@gnu.org>
43
44 * erc-button.el (erc-button-keymap): Bind `follow-link'.
45
46 2009-09-26 Johan Bockgård <bojohan@gnu.org>
47
48 * erc-button.el (erc-button-add-button): Only call
49 `widget-convert-button' in XEmacs. For Emacs (at least), it
50 doesn't seem to have any purpose except creating lots of overlays,
51 slowing everything down.
52
53 2009-09-19 Glenn Morris <rgm@gnu.org>
54
55 * erc-lang.el (line): Define for compiler.
56
57 2009-07-22 Kevin Ryde <user42@zip.com.au>
58
59 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
60
61 2009-03-13 D. Goel <deego3@gmail.com>
62
63 * erc-backend.el: In (multiple-value-bind/setq .. ls),
64 ls-> (values-list ls) throughout.
65 * erc.el: Ditto.
66
67 2009-01-18 Michael Olson <mwolson@gnu.org>
68
69 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
70
71 2009-01-16 Glenn Morris <rgm@gnu.org>
72
73 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
74
75 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
76 behind fboundp test.
77
78 2009-01-09 Glenn Morris <rgm@gnu.org>
79
80 * erc.el (erc-input-message): Replace last-command-char with
81 last-command-event.
82
83 2009-01-08 Glenn Morris <rgm@gnu.org>
84
85 * erc.el (tabbar--local-hlf): Silence compiler.
86
87 2009-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
92
93 See ChangeLog.08 for earlier changes.
94
95 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
96
97 This file is part of GNU Emacs.
98
99 GNU Emacs is free software: you can redistribute it and/or modify
100 it under the terms of the GNU General Public License as published by
101 the Free Software Foundation, either version 3 of the License, or
102 (at your option) any later version.
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
110 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
111
112 ;; Local Variables:
113 ;; coding: utf-8
114 ;; add-log-time-zone-rule: t
115 ;; End:
116
117 ;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8