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