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