]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog
Add 2012 to FSF copyright years for Emacs files
[gnu-emacs] / lisp / erc / ChangeLog
1 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
2
3 * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
4 rather than window-scroll-functions. Fixes a bug with word-wrap on
5 a tty. (Bug#9246)
6
7 2011-11-28 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
8
9 * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
10 match quoted filenames with spaces inside.
11 (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
12 added processing of escaped quotes and backslashes if filename
13 itself was in quotes.
14
15 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16
17 * erc-log.el (erc-logging-enabled): Fix typo.
18
19 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
20
21 * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
22
23 2011-10-20 Chong Yidong <cyd@gnu.org>
24
25 * erc.el (define-erc-module): Fix autogenerated docstring to
26 reflect Emacs 24 minor mode changes.
27
28 * erc-fill.el (erc-fill-mode):
29 * erc-track.el (erc-track-minor-mode): Doc fix.
30
31 2011-09-23 Antoine Levitt <antoine.levitt@gmail.com>
32
33 * erc-button.el (erc-button-next-function): Scoping fix
34 (Bug#9487).
35
36 2011-07-04 Vivek Dasmohapatra <vivek@etla.org>
37
38 * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
39 when reconnecting (bug#5563).
40
41 2011-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
42
43 * erc.el (erc-ssl): Made into a synonym for erc-tls, which
44 provides a superset of the same functionality.
45 (erc-open-ssl-stream): Removed.
46 (erc-open-tls-stream): Use `open-network-stream' instead of
47 `open-tls-stream' directly to be able to use the built-in TLS
48 support.
49
50 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
53 data as non-exclusive if it's using the default-completion-function.
54 (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
55 (pcomplete-erc-setup): Use new name.
56
57 2011-05-03 Debarshi Ray <rishi@gnu.org> (tiny change)
58
59 * erc-backend.el (671): New response handler.
60 * erc.el (english): Add 671 to catalog.
61
62 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
65 suffix that's added by pcomplete-termination-string anyway.
66 (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
67 it's not needed any more.
68
69 2011-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * erc.el (erc-mode-map): Use completion-at-point.
72 (erc-mode): Tell completion-at-point to obey erc-complete-functions.
73 (erc-complete-word-at-point): New function.
74 (erc-complete-word): Make it obsolete.
75 * erc-pcomplete.el (erc-pcompletions-at-point): New function.
76 (pcomplete): Use it.
77 * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
78 (erc-dcc-chat-mode): Tell completion-at-point to obey
79 erc-complete-functions.
80 * erc-button.el (erc-button-next-function): New function extracted from
81 erc-button-next.
82 (button, erc-button-next): Use it.
83
84 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
85
86 * Version 23.3 released.
87
88 2011-03-04 Julien Danjou <julien@danjou.info>
89
90 * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
91
92 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * erc-list.el (erc-list-menu-mode-map): Move initialization
95 into declaration.
96
97 2011-02-07 Julien Danjou <julien@danjou.info>
98
99 * erc-track.el (erc-window-configuration-change): New function.
100 This will allow to track buffer visibility when a command is
101 finished to executed. Idea stolen from rcirc.
102 (track): Put erc-window-configuration-change in
103 window-configuration-change-hook.
104 (erc-modified-channels-update): Remove
105 erc-modified-channels-update from post-command-hook after update.
106
107 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
108
109 * erc-track.el (track): Don't reset erc-modified-channels-object
110 each time erc-track-mode is activated.
111
112 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * erc.el (erc-mode):
115 * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
116
117 2010-11-11 Glenn Morris <rgm@gnu.org>
118
119 * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
120
121 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
122
123 * erc-backend.el (erc-coding-system-precedence): New variable.
124 (erc-decode-string-from-target): Use it.
125
126 2010-10-24 Julien Danjou <julien@danjou.info>
127
128 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
129
130 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
131 before setting it as current buffer.
132
133 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
134
135 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
136
137 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
138
139 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
140
141 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
142
143 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
144 (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
145 New functions.
146 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
147
148 2010-08-08 Fran Litterio <flitterio@gmail.com>
149
150 * erc-backend.el (erc-server-filter-function):
151 Call erc-log-irc-protocol.
152
153 * erc.el (erc-toggle-debug-irc-protocol):
154 Bind erc-toggle-debug-irc-protocol to t.
155
156 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
157
158 * Version 23.2 released.
159
160 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
161
162 * Branch for 23.2.
163
164 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
165
166 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
167
168 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
169
170 * erc-backend.el (erc-session-connector): New var.
171 (erc-server-reconnect): Use it to reconnect via old
172 connector (Bug#4958).
173
174 * erc.el (erc-determine-parameters):
175 Save erc-server-connect-function to erc-session-connector.
176
177 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * erc.el (erc-display-line-1, erc-process-away):
180 * erc-truncate.el (erc-truncate-buffer-to-size):
181 Use with-current-buffer.
182
183 2009-10-24 Glenn Morris <rgm@gnu.org>
184
185 * erc-dcc.el (pcomplete-erc-all-nicks):
186 * erc-notify.el (pcomplete-erc-all-nicks):
187 Autoload it, to silence compiler.
188
189 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
190 remove-duplicates with erc-delete-dups.
191
192 2009-09-27 Johan Bockgård <bojohan@gnu.org>
193
194 * erc-button.el (erc-button-keymap): Bind `follow-link'.
195
196 2009-09-26 Johan Bockgård <bojohan@gnu.org>
197
198 * erc-button.el (erc-button-add-button): Only call
199 `widget-convert-button' in XEmacs. For Emacs (at least), it
200 doesn't seem to have any purpose except creating lots of overlays,
201 slowing everything down.
202
203 2009-09-19 Glenn Morris <rgm@gnu.org>
204
205 * erc-lang.el (line): Define for compiler.
206
207 2009-07-22 Kevin Ryde <user42@zip.com.au>
208
209 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
210
211 2009-03-13 D. Goel <deego3@gmail.com>
212
213 * erc-backend.el: In (multiple-value-bind/setq .. ls),
214 ls-> (values-list ls) throughout.
215 * erc.el: Ditto.
216
217 2009-01-18 Michael Olson <mwolson@gnu.org>
218
219 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
220
221 2009-01-16 Glenn Morris <rgm@gnu.org>
222
223 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
224
225 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
226 behind fboundp test.
227
228 2009-01-09 Glenn Morris <rgm@gnu.org>
229
230 * erc.el (erc-input-message): Replace last-command-char with
231 last-command-event.
232
233 2009-01-08 Glenn Morris <rgm@gnu.org>
234
235 * erc.el (tabbar--local-hlf): Silence compiler.
236
237 2009-01-03 Michael Olson <mwolson@gnu.org>
238
239 * erc.el (erc-user-input): Do not include text properties when
240 returning user input.
241
242
243 See ChangeLog.08 for earlier changes.
244
245 Copyright (C) 2009-2012 Free Software Foundation, Inc.
246
247 This file is part of GNU Emacs.
248
249 GNU Emacs is free software: you can redistribute it and/or modify
250 it under the terms of the GNU General Public License as published by
251 the Free Software Foundation, either version 3 of the License, or
252 (at your option) any later version.
253
254 GNU Emacs is distributed in the hope that it will be useful,
255 but WITHOUT ANY WARRANTY; without even the implied warranty of
256 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
257 GNU General Public License for more details.
258
259 You should have received a copy of the GNU General Public License
260 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
261
262 ;; Local Variables:
263 ;; coding: utf-8
264 ;; add-log-time-zone-rule: t
265 ;; End:
266