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