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