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