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