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