]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog
Update copyright year to 2015
[gnu-emacs] / lisp / erc / ChangeLog
1 2014-11-23 Michael Albinus <michael.albinus@gmx.de>
2
3 * erc-desktop-notifications.el (erc-notifications-bus):
4 New customer option. Supports cases when Emacs hasn't been
5 invoked in the same environment where the notifications shall go to.
6 (erc-notifications-notify): Use it.
7
8 2014-11-10 Kelvin White <kwhite@gnu.org>
9
10 * erc-stamp.el (erc-timestamp-intangible): Change version tag to 24.5.
11
12 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * erc.el (erc-send-input): Bind `str' dynamically (bug#18936).
15
16 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
17
18 Simplify use of current-time and friends.
19 * erc-backend.el (TOPIC): Omit unnecessary call to current-time.
20 * erc.el (erc-emacs-time-to-erc-time): Simplify by using float-time.
21 (erc-current-time): Simplify by using erc-emacs-time-to-erc-time.
22
23 2014-10-20 Glenn Morris <rgm@gnu.org>
24
25 * Merge in all changes up to 24.4 release.
26
27 2014-10-15 Ivan Shmakov <ivan@siamics.net>
28
29 * erc-track.el (erc-modified-channels-display): Update mode line
30 more frequently (bug#18510).
31
32 2014-10-10 Kelvin White <kwhite@gnu.org>
33
34 * erc.el (erc-initialize-log-marker): Only initialize
35 erc-last-saved-position if not already a marker.
36
37 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * erc.el (erc-channel-receive-names): Silence compiler warning.
40 (erc-format-@nick, erc-update-modes): Idem.
41
42 2014-10-03 Kelvin White <kwhite@gnu.org>
43
44 * erc.el (erc-rename-buffers): Use defcustom instead of defvar for
45 buffer renaming configuration option.
46
47 2014-10-02 Paul Eggert <eggert@cs.ucla.edu>
48
49 * erc.el (erc-nick-at-point): Fix format-string typo (Bug#17755).
50
51 2014-10-02 Kelvin White <kwhite@gnu.org>
52
53 * erc.el (erc-rename-buffer-p): When set to t buffers will be
54 renamed to the current irc network.
55 (erc-format-target-and/or-network): Use `erc-rename-buffer-p' when
56 renaming buffers.
57
58 * erc-ring.el (erc-input-ring-setup): Fixes Bug #18599
59
60 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * erc-track.el (erc-modified-channels-display): Update all mode lines
63 if needed (bug#18510). Remove call to erc-modified-channels-object
64 where we ignored the return value.
65 (erc-modified-channels-update): Don't force-mode-line-update here
66 any more.
67
68 2014-09-26 Kelvin White <kwhite@gnu.org>
69
70 * erc.el (erc-format-nick): Fix code regression - Bug #18551
71
72 2014-09-25 Kelvin White <kwhite@gnu.org>
73
74 * erc.el: Follow Emacs version instead of tracking it seperately.
75 (erc-quit/part-reason-default) : Clean up quit/part message
76 functions by abstracting repetitive code, change version string.
77 (erc-quit-reason-various, erc-quit-reason-normal, erc-quit-reason-zippy)
78 (erc-part-reason-normal, erc-part-reason-zippy, erc-part-reason-various)
79 (erc-cmd-SV, erc-ctcp-query-VERSION, erc-version, erc-version-string):
80 Change version string.
81
82 2014-08-13 Kelvin White <kwhite@gnu.org>
83
84 * erc.el (erc-send-input): Disable display commands in current buffer
85 (erc-format-target-and/or-network): Fix cases when buffer name is set
86
87 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * erc-stamp.el (erc-timestamp-intangible): Disable by default because
90 `intangible' is evil.
91
92 2014-08-07 Kelvin White <kwhite@gnu.org>
93
94 * erc.el (erc-channel-receive-names): Fix variable names
95 (erc-format-target-and/or-network): Rename server-buffers to
96 network name if possible
97
98 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * erc.el (erc-channel-receive-names): Reduce redundancy.
101
102 2014-06-19 Kelvin White <kwhite@gnu.org>
103
104 * erc-backend.el: Handle user modes in relevant server responses
105 * erc.el: Better user mode support.
106 (erc-channel-user): Add members for new modes.
107 (erc-channel-member-halfop-p, erc-channel-user-admin-p)
108 (erc-channel-user-owner-p): Use new struct members.
109 (erc-format-nick, erc-format-@nick): Display user modes as nick prefix.
110 (erc-nick-prefix-face, erc-my-nick-prefix-face): Add new faces
111 (erc-get-user-mode-prefix): Return symbol for mode prefix.
112 (erc-update-channel-member, erc-update-current-channel-member)
113 (erc-channel-receive-names): Update channel users.
114 (erc-nick-at-point): Return correct user info.
115
116 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * erc.el (erc-invite-only-mode, erc-toggle-channel-mode): Simplify.
119 (erc-load-script): Tighten a regexp.
120
121 2014-02-25 Julien Danjou <julien@danjou.info>
122
123 * erc-networks.el (erc-determine-network): Check that NETWORK as a
124 value, some servers set it to nothing.
125
126 2014-01-31 Glenn Morris <rgm@gnu.org>
127
128 * erc.el (erc-accidental-paste-threshold-seconds): Doc tweak.
129
130 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
131
132 * erc.el (erc): Link to info manual.
133
134 2013-12-28 Glenn Morris <rgm@gnu.org>
135
136 * erc-log.el (erc-log-file-coding-system): Specify custom type.
137
138 2013-11-25 Glenn Morris <rgm@gnu.org>
139
140 * erc-button.el (erc-nick-popup): Make `nick' available in the
141 eval environment. (Bug#15969)
142
143 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * erc-pcomplete.el (erc-pcomplete): Set this-command.
146
147 2013-09-21 Glenn Morris <rgm@gnu.org>
148
149 * erc.el (erc-invite-only-mode, erc-toggle-channel-mode):
150 Remove unused local variable `erc-force-send'.
151
152 2013-09-19 Glenn Morris <rgm@gnu.org>
153
154 * erc-button.el (erc-button-click-button, erc-button-press-button):
155 * erc-list.el (erc-list-handle-322):
156 Mark unused arguments.
157
158 * erc.el (erc-open-server-buffer-p): Actually use the `buffer' arg.
159 * erc-backend.el (erc-server-process-alive): Take optional `buffer' arg.
160
161 2013-09-18 Glenn Morris <rgm@gnu.org>
162
163 * erc-button.el (erc-button-add-buttons): Remove unused local vars.
164
165 2013-09-14 Vivek Dasmohapatra <vivek@etla.org>
166
167 * erc.el (erc-update-mode-line-buffer):
168 Handle absent topic. (Bug#15377)
169
170 2013-09-13 Glenn Morris <rgm@gnu.org>
171
172 * erc-desktop-notifications.el (dbus-debug): Declare.
173
174 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * erc.el: Use lexical-binding.
177 (erc-user-full-name): Minor CSE simplification.
178 (erc-mode-map): Assume command-remapping is available.
179 (erc-once-with-server-event): Replace `forms' arg with a function arg.
180 (erc-once-with-server-event-global): Remove.
181 (erc-ison-p): Adjust to change in erc-once-with-server-event.
182 (erc-get-buffer-create): Remove arg `proc'.
183 (iswitchb-make-buflist-hook): Declare.
184 (erc-setup-buffer): Use pcase; avoid ((lambda ..) ..).
185 (read-passwd): Assume it exists.
186 (erc-display-line, erc-cmd-IDLE): Avoid add-to-list, adjust to change
187 in erc-once-with-server-event.
188 (erc-cmd-JOIN, erc-set-channel-limit, erc-set-channel-key)
189 (erc-add-query): Minor CSE simplification.
190 (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Adjust to change
191 in erc-once-with-server-event.
192 (erc-echo-notice-in-user-and-target-buffers): Avoid add-to-list.
193 * erc-track.el: Use lexical-binding.
194 (erc-make-mode-line-buffer-name): Use closures instead of `(lambda...).
195 (erc-faces-in): Avoid add-to-list.
196 * erc-notify.el: Use lexical-binding.
197 (erc-notify-timer): Adjust to change in erc-once-with-server-event.
198 (erc-notify-QUIT): Use a closure instead of `(lambda...).
199 * erc-list.el: Use lexical-binding.
200 (erc-list-install-322-handler, erc-cmd-LIST): Adjust to change in
201 erc-once-with-server-event.
202 * erc-button.el: Use lexical-binding.
203 (erc-button-next-function): Use a closure instead of `(lambda...).
204
205 2013-05-30 Glenn Morris <rgm@gnu.org>
206
207 * erc-backend.el: Require erc at run-time too.
208
209 2013-05-21 Glenn Morris <rgm@gnu.org>
210
211 * erc-log.el (erc-network-name): Declare.
212
213 * erc-notify.el (pcomplete--here): Declare.
214 (pcomplete/erc-mode/NOTIFY): Require pcomplete.
215
216 * erc.el (erc-quit-reason-various-alist)
217 (erc-part-reason-various-alist): Don't mention zippy.
218 (erc-quit-reason, erc-part-reason): Remove zippy options.
219 (erc-quit-reason-zippy, erc-part-reason-zippy): Make obsolete.
220 If yow is not defined, fall back to -normal versions.
221
222 2013-05-15 Glenn Morris <rgm@gnu.org>
223
224 * erc-list.el (erc-list):
225 * erc-menu.el (erc-menu):
226 * erc-ring.el (erc-ring): Define custom groups, for define-erc-module.
227
228 * erc-list.el: Provide a feature.
229
230 2013-05-09 Glenn Morris <rgm@gnu.org>
231
232 * erc-desktop-notifications.el (erc-notifications-icon):
233 Fix custom type.
234
235 2013-02-13 Aidan Gauland <aidalgol@no8wireless.co.nz>
236
237 * erc-match.el (erc-match-message): Fix last commit.
238
239 2013-02-12 Aidan Gauland <aidalgol@no8wireless.co.nz>
240
241 * erc-match.el (erc-match-message):
242 Don't truncate action messages. (Bug#13689)
243
244 2013-02-09 Eli Zaretskii <eliz@gnu.org>
245
246 * erc-dcc.el (erc-dcc-get-file): Don't reference buffer-file-type.
247
248 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
249
250 * erc-dcc.el (erc-dcc-send-file): Use point-min-marker.
251 (erc-dcc-chat-setup): Use point-max-marker.
252
253 2013-01-04 Glenn Morris <rgm@gnu.org>
254
255 * erc-backend.el (312): Fix typo. (Bug#13235)
256
257 2012-11-30 Glenn Morris <rgm@gnu.org>
258
259 * erc.el (erc-accidental-paste-threshold-seconds): Add :version.
260
261 2012-11-30 Eric Hanchrow <eric.hanchrow@gmail.com>
262
263 * erc.el (erc-last-input-time): New variable.
264 (erc-accidental-paste-threshold-seconds): New option to avoid
265 sending accidentally-pasted text to the server (Bug#11592).
266 (erc-send-current-line): Use it.
267
268 2012-11-30 Chong Yidong <cyd@gnu.org>
269
270 * erc.el (erc-lurker-cleanup, erc-lurker-p): Use float-time.
271
272 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * erc-backend.el: Fix last change that missed calls to `second'
275 (bug#12970).
276
277 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 Use cl-lib instead of cl, and interactive-p => called-interactively-p.
280 * erc-track.el, erc-networks.el, erc-netsplit.el, erc-dcc.el:
281 * erc-backend.el: Use cl-lib, nth, pcase, and called-interactively-p
282 instead of cl.
283 * erc-speedbar.el, erc-services.el, erc-pcomplete.el, erc-notify.el:
284 * erc-match.el, erc-log.el, erc-join.el, erc-ezbounce.el:
285 * erc-capab.el: Don't require cl since we don't use it.
286 * erc.el: Use cl-lib, nth, pcase, and called-interactively-p i.s.o cl.
287 (erc-lurker-ignore-chars, erc-common-server-suffixes):
288 Move before first use.
289
290 2012-11-16 Glenn Morris <rgm@gnu.org>
291
292 * erc.el (erc-modules): Add "notifications". Tweak "hecomplete" doc.
293
294 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * erc-backend.el: Only require `erc' during compilation (bug#12740).
297
298 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * erc-backend.el: Require `erc' instead of autoloading its macros
301 (bug#12669).
302
303 2012-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * erc.el (erc-log): Make it into a defsubst.
306 (erc-with-server-buffer, define-erc-module, erc-with-buffer)
307 (erc-with-all-buffers-of-server): Use `declare'.
308 * erc-backend.el (erc-log): Adjust autoload accordingly.
309
310 2012-10-07 Deniz Dogan <deniz@dogan.se>
311
312 * erc-log.el (erc-generate-log-file-name-function):
313 Clarify tags for various choices. (Bug#11186)
314
315 2012-10-07 Glenn Morris <rgm@gnu.org>
316
317 * erc-button.el (erc-button-alist): Remove "finger". (Bug#4443)
318
319 2012-10-07 Antoine Levitt <antoine.levitt@gmail.com>
320
321 * erc-stamp.el (erc-format-timestamp): Don't apply intangible
322 property to invisible stamps. (Bug#11706)
323
324 2012-10-07 Glenn Morris <rgm@gnu.org>
325
326 * erc-backend.el (NICK): Handle pre-existing buffers. (Bug#12002)
327
328 2012-10-06 Glenn Morris <rgm@gnu.org>
329
330 * erc.el (erc-lurker):
331 * erc-desktop-notifications.el (erc-notifications):
332 Add missing group :version tags.
333
334 2012-10-04 Julien Danjou <julien@danjou.info>
335
336 * erc-desktop-notifications.el: Rename from erc-notifications.el to
337 avoid clash with 8+3 filename format and erc-notify.el.
338
339 2012-09-25 Chong Yidong <cyd@gnu.org>
340
341 * erc.el (erc-send-command): Use define-obsolete-function-alias.
342
343 2012-09-17 Chong Yidong <cyd@gnu.org>
344
345 * erc-page.el (erc-page-function):
346 * erc-stamp.el (erc-stamp): Doc fix.
347
348 2012-08-21 Josh Feinstein <jlf@foxtail.org>
349
350 * erc-join.el (erc-autojoin-timing): Fix defcustom type.
351
352 2012-08-21 Julien Danjou <julien@danjou.info>
353
354 * erc-match.el (erc-match-message):
355 Use `erc-match-exclude-server-buffer' not
356 `erc-track-exclude-server-buffer'.
357
358 2012-08-20 Josh Feinstein <jlf@foxtail.org>
359
360 * erc.el (erc-display-message): Abstract message hiding decision
361 to new function erc-hide-current-message-p.
362 (erc-lurker): New customization group.
363 (erc-lurker-state, erc-lurker-trim-nicks, erc-lurker-ignore-chars)
364 (erc-lurker-hide-list, erc-lurker-cleanup-interval)
365 (erc-lurker-threshold-time): New variables.
366 (erc-lurker-maybe-trim, erc-lurker-initialize, erc-lurker-cleanup)
367 (erc-hide-current-message-p, erc-canonicalize-server-name)
368 (erc-lurker-update-status, erc-lurker-p): New functions.
369 Together they maintain state about which users have spoken in the last
370 erc-lurker-threshold-time, with all other users being considered
371 lurkers whose messages of types in erc-lurker-hide-list will not
372 be displayed by erc-display-message.
373
374 2012-08-06 Julien Danjou <julien@danjou.info>
375
376 * erc-match.el (erc-match-exclude-server-buffer)
377 (erc-match-message): Add new option to exclude server buffer from
378 matching.
379
380 2012-07-21 Julien Danjou <julien@danjou.info>
381
382 * erc-notifications.el: New file.
383
384 2012-06-15 Julien Danjou <julien@danjou.info>
385
386 * erc.el (erc-open): Use `auth-source' for password retrieval when
387 possible.
388
389 2012-06-12 Chong Yidong <cyd@gnu.org>
390
391 * erc-dcc.el (erc-dcc-chat-filter-functions): Rename from
392 erc-dcc-chat-filter-hook, since this is an abnormal hook.
393
394 2012-06-08 Chong Yidong <cyd@gnu.org>
395
396 * erc.el (erc-direct-msg-face, erc-header-line, erc-input-face)
397 (erc-command-indicator-face, erc-notice-face, erc-action-face)
398 (erc-error-face, erc-my-nick-face, erc-nick-default-face)
399 (erc-nick-msg-face): Use new-style face specs, and avoid :bold.
400
401 * erc-button.el (erc-button):
402 * erc-goodies.el (erc-bold-face, erc-inverse-face)
403 (erc-underline-face, fg:erc-color-*):
404 * erc-match.el (erc-current-nick-face, erc-dangerous-host-face)
405 (erc-pal-face, erc-fool-face, erc-keyword-face):
406 * erc-stamp.el (erc-timestamp-face): Likewise.
407
408 2012-06-02 Chong Yidong <cyd@gnu.org>
409
410 * erc-track.el (erc-track, erc-track-faces-priority-list)
411 (erc-track-faces-normal-list, erc-track-find-face)
412 (erc-track-modified-channels): Fix modeline -> mode line in docs.
413
414 2012-05-14 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
415
416 * erc-dcc.el (erc-dcc-handle-ctcp-send): Fix a regression
417 introduced on 2011-11-28 when fixing quoted filenames matching,
418 the regex group was not corrected.
419
420 2012-05-13 Teemu Likonen <tlikonen@iki.fi>
421
422 * erc-backend.el (erc-server-timestamp-format): New variable to
423 allow specifying the timestamp format (bug#10779).
424
425 2012-04-11 Vivek Dasmohapatra <vivek@etla.org>
426
427 * erc-services.el (erc-nickserv-passwords): Don't display the
428 password (bug#4459).
429
430 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
431
432 * erc-join.el (erc-server-join-channel): New function to look up
433 the channel password via auth-source.
434 (erc-autojoin-channels): Use it.
435 (erc-autojoin-after-ident): Ditto.
436 (erc-autojoin-channels-alist): Mention auth-source.
437
438 2012-04-10 Deniz Dogan <deniz@dogan.se>
439
440 * erc.el (erc-display-prompt): Adds the field text property to the
441 ERC prompt. This allows users to use `kill-whole-line' to kill
442 all text back to the prompt given that it's on a single line
443 (bug#10841).
444
445 2012-04-09 Chong Yidong <cyd@gnu.org>
446
447 * erc.el (erc-cmd-SET): Call custom-variable-p instead of
448 user-variable-p.
449
450 2012-02-08 Glenn Morris <rgm@gnu.org>
451
452 * erc-backend.el (erc-coding-system-precedence):
453 * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
454 Add missing :version settings.
455
456 2012-01-06 Glenn Morris <rgm@gnu.org>
457
458 * erc.el (erc-tls): Add autoload cookie. (Bug#10333)
459
460 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
461
462 * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
463 rather than window-scroll-functions. Fixes a bug with word-wrap on
464 a tty. (Bug#9246)
465
466 2011-11-28 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
467
468 * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Update regexp to
469 match quoted filenames with spaces inside.
470 (erc-dcc-handle-ctcp-send): Update regexp match group numbers,
471 added processing of escaped quotes and backslashes if filename
472 itself was in quotes.
473
474 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
475
476 * erc-log.el (erc-logging-enabled): Fix typo.
477
478 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
479
480 * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
481
482 2011-10-20 Chong Yidong <cyd@gnu.org>
483
484 * erc.el (define-erc-module): Fix autogenerated docstring to
485 reflect Emacs 24 minor mode changes.
486
487 * erc-fill.el (erc-fill-mode):
488 * erc-track.el (erc-track-minor-mode): Doc fix.
489
490 2011-09-23 Antoine Levitt <antoine.levitt@gmail.com>
491
492 * erc-button.el (erc-button-next-function): Scoping fix
493 (Bug#9487).
494
495 2011-07-04 Vivek Dasmohapatra <vivek@etla.org>
496
497 * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
498 when reconnecting (bug#5563).
499
500 2011-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
501
502 * erc.el (erc-ssl): Made into a synonym for erc-tls, which
503 provides a superset of the same functionality.
504 (erc-open-ssl-stream): Remove.
505 (erc-open-tls-stream): Use `open-network-stream' instead of
506 `open-tls-stream' directly to be able to use the built-in TLS
507 support.
508
509 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
512 data as non-exclusive if it's using the default-completion-function.
513 (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
514 (pcomplete-erc-setup): Use new name.
515
516 2011-05-03 Debarshi Ray <rishi@gnu.org> (tiny change)
517
518 * erc-backend.el (671): New response handler.
519 * erc.el (english): Add 671 to catalog.
520
521 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
524 suffix that's added by pcomplete-termination-string anyway.
525 (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
526 it's not needed any more.
527
528 2011-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * erc.el (erc-mode-map): Use completion-at-point.
531 (erc-mode): Tell completion-at-point to obey erc-complete-functions.
532 (erc-complete-word-at-point): New function.
533 (erc-complete-word): Make it obsolete.
534 * erc-pcomplete.el (erc-pcompletions-at-point): New function.
535 (pcomplete): Use it.
536 * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
537 (erc-dcc-chat-mode): Tell completion-at-point to obey
538 erc-complete-functions.
539 * erc-button.el (erc-button-next-function): New function extracted from
540 erc-button-next.
541 (button, erc-button-next): Use it.
542
543 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * erc-hecomplete.el: Move to ../obsolete.
546
547 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
548
549 * Version 23.3 released.
550
551 2011-03-04 Julien Danjou <julien@danjou.info>
552
553 * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
554
555 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * erc-list.el (erc-list-menu-mode-map): Move initialization
558 into declaration.
559
560 2011-02-07 Julien Danjou <julien@danjou.info>
561
562 * erc-track.el (erc-window-configuration-change): New function.
563 This will allow to track buffer visibility when a command is
564 finished to executed. Idea stolen from rcirc.
565 (track): Put erc-window-configuration-change in
566 window-configuration-change-hook.
567 (erc-modified-channels-update): Remove
568 erc-modified-channels-update from post-command-hook after update.
569
570 2011-02-01 Sam Steingold <sds@gnu.org>
571
572 * erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
573
574 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
575
576 * erc-track.el (track): Don't reset erc-modified-channels-object
577 each time erc-track-mode is activated.
578
579 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * erc.el (erc-mode):
582 * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
583
584 2010-11-11 Glenn Morris <rgm@gnu.org>
585
586 * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
587
588 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
589
590 * erc-backend.el (erc-coding-system-precedence): New variable.
591 (erc-decode-string-from-target): Use it.
592
593 2010-10-24 Julien Danjou <julien@danjou.info>
594
595 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
596
597 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
598 before setting it as current buffer.
599
600 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
601
602 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
603
604 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
605
606 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
607
608 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
609
610 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
611 (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
612 New functions.
613 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
614
615 2010-08-08 Fran Litterio <flitterio@gmail.com>
616
617 * erc-backend.el (erc-server-filter-function):
618 Call erc-log-irc-protocol.
619
620 * erc.el (erc-toggle-debug-irc-protocol):
621 Bind erc-toggle-debug-irc-protocol to t.
622
623 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
624
625 * Version 23.2 released.
626
627 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
628
629 * Branch for 23.2.
630
631 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
632
633 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
634
635 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
636
637 * erc-backend.el (erc-session-connector): New var.
638 (erc-server-reconnect): Use it to reconnect via old
639 connector (Bug#4958).
640
641 * erc.el (erc-determine-parameters):
642 Save erc-server-connect-function to erc-session-connector.
643
644 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * erc.el (erc-display-line-1, erc-process-away):
647 * erc-truncate.el (erc-truncate-buffer-to-size):
648 Use with-current-buffer.
649
650 2009-10-24 Glenn Morris <rgm@gnu.org>
651
652 * erc-dcc.el (pcomplete-erc-all-nicks):
653 * erc-notify.el (pcomplete-erc-all-nicks):
654 Autoload it, to silence compiler.
655
656 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
657 remove-duplicates with erc-delete-dups.
658
659 2009-09-27 Johan Bockgård <bojohan@gnu.org>
660
661 * erc-button.el (erc-button-keymap): Bind `follow-link'.
662
663 2009-09-26 Johan Bockgård <bojohan@gnu.org>
664
665 * erc-button.el (erc-button-add-button): Only call
666 `widget-convert-button' in XEmacs. For Emacs (at least), it
667 doesn't seem to have any purpose except creating lots of overlays,
668 slowing everything down.
669
670 2009-09-19 Glenn Morris <rgm@gnu.org>
671
672 * erc-lang.el (line): Define for compiler.
673
674 2009-07-22 Kevin Ryde <user42@zip.com.au>
675
676 * erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
677
678 2009-03-13 D. Goel <deego3@gmail.com>
679
680 * erc-backend.el: In (multiple-value-bind/setq .. ls),
681 ls-> (values-list ls) throughout.
682 * erc.el: Ditto.
683
684 2009-01-18 Michael Olson <mwolson@gnu.org>
685
686 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
687
688 2009-01-16 Glenn Morris <rgm@gnu.org>
689
690 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
691
692 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
693 behind fboundp test.
694
695 2009-01-09 Glenn Morris <rgm@gnu.org>
696
697 * erc.el (erc-input-message): Replace last-command-char with
698 last-command-event.
699
700 2009-01-08 Glenn Morris <rgm@gnu.org>
701
702 * erc.el (tabbar--local-hlf): Silence compiler.
703
704 2009-01-03 Michael Olson <mwolson@gnu.org>
705
706 * erc.el (erc-user-input): Do not include text properties when
707 returning user input.
708
709
710 See ChangeLog.08 for earlier changes.
711
712 Copyright (C) 2009-2015 Free Software Foundation, Inc.
713
714 This file is part of GNU Emacs.
715
716 GNU Emacs is free software: you can redistribute it and/or modify
717 it under the terms of the GNU General Public License as published by
718 the Free Software Foundation, either version 3 of the License, or
719 (at your option) any later version.
720
721 GNU Emacs is distributed in the hope that it will be useful,
722 but WITHOUT ANY WARRANTY; without even the implied warranty of
723 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
724 GNU General Public License for more details.
725
726 You should have received a copy of the GNU General Public License
727 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
728
729 ;; Local Variables:
730 ;; coding: utf-8
731 ;; add-log-time-zone-rule: t
732 ;; End: