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