comparison lisp/erc/ChangeLog @ 73764:4dea79b8c06e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Nov 2006 03:04:08 +0000
parents 20f7a2b0507b
children 92a789a0b27d
comparison
equal deleted inserted replaced
73763:89b9e8184350 73764:4dea79b8c06e
1 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * erc-dcc.el (erc-dcc-send-file): Fix typo in error message.
4
5 * erc.el (read-passwd):
6 * erc-autoaway.el (erc-autoaway-reestablish-idletimer):
7 * erc-truncate.el (truncate): Fix typo in docstring.
8
1 2006-08-13 Romain Francoise <romain@orebokech.com> 9 2006-08-13 Romain Francoise <romain@orebokech.com>
2 10
3 * erc-match.el (erc-log-matches-make-buffer): End `y-or-n-p' 11 * erc-match.el (erc-log-matches-make-buffer): End `y-or-n-p'
4 prompt with a space. 12 prompt with a space.
5 13
254 * erc.el (erc-buffer-filter): Make sure all buffers returned from 262 * erc.el (erc-buffer-filter): Make sure all buffers returned from
255 this are live. 263 this are live.
256 264
257 2006-05-01 Edward O'Connor <ted@oconnor.cx> 265 2006-05-01 Edward O'Connor <ted@oconnor.cx>
258 266
259 * erc-goodies.el: (erc-handle-irc-url): New function, suitable as 267 * erc-goodies.el (erc-handle-irc-url): New function, suitable as
260 a value for `url-irc-function'. 268 a value for `url-irc-function'.
261 269
262 2006-04-18 Diane Murray <disumu@x3y2z1.net> 270 2006-04-18 Diane Murray <disumu@x3y2z1.net>
263 271
264 * erc-pcomplete.el (pcomplete-erc-nicks): Added new optional 272 * erc-pcomplete.el (pcomplete-erc-nicks): Added new optional
358 366
359 * erc-dcc.el: Use (eval-when-compile (require 'cl)). 367 * erc-dcc.el: Use (eval-when-compile (require 'cl)).
360 368
361 2006-02-12 Michael Olson <mwolson@gnu.org> 369 2006-02-12 Michael Olson <mwolson@gnu.org>
362 370
363 * erc-autoaway.el, erc-dcc.el, erc-ezbounce.el, erc-fill.el, 371 * erc-autoaway.el, erc-dcc.el, erc-ezbounce.el, erc-fill.el
364 erc-goodies.el, erc-hecomplete.el, erc-ibuffer.el, erc-identd.el, 372 * erc-goodies.el, erc-hecomplete.el, erc-ibuffer.el, erc-identd.el
365 erc-imenu.el, erc-join.el, erc-lang.el, erc-list.el, erc-log.el, 373 * erc-imenu.el, erc-join.el, erc-lang.el, erc-list.el, erc-log.el
366 erc-match.el, erc-menu.el, erc-netsplit.el, erc-networks.el, 374 * erc-match.el, erc-menu.el, erc-netsplit.el, erc-networks.el
367 erc-notify.el, erc-page.el, erc-pcomplete.el, erc-replace.el, 375 * erc-notify.el, erc-page.el, erc-pcomplete.el, erc-replace.el
368 erc-ring.el, erc-services.el, erc-sound.el, erc-speedbar.el, 376 * erc-ring.el, erc-services.el, erc-sound.el, erc-speedbar.el
369 erc-spelling.el, erc-track.el, erc-truncate.el, erc-xdcc.el: Add 377 * erc-spelling.el, erc-track.el, erc-truncate.el, erc-xdcc.el:
370 2006 to copyright years, to comply with the changed guidelines. 378 Add 2006 to copyright years, to comply with the changed guidelines.
371 379
372 2006-02-11 Michael Olson <mwolson@gnu.org> 380 2006-02-11 Michael Olson <mwolson@gnu.org>
373 381
374 * erc.el (erc-update-modules): Make some requirements shorter, so 382 * erc.el (erc-update-modules): Make some requirements shorter, so
375 that it's easier to see why they are needed. 383 that it's easier to see why they are needed.
526 sections may be skipped if using the version of ERC that comes 534 sections may be skipped if using the version of ERC that comes
527 with Emacs. 535 with Emacs.
528 536
529 2006-01-29 Edward O'Connor <ted@oconnor.cx> 537 2006-01-29 Edward O'Connor <ted@oconnor.cx>
530 538
531 * erc-viper.el: Remove. Now that ERC is included in Emacs, these 539 * erc-viper.el: Remove. Now that ERC is included in Emacs, these
532 work-arounds live in Viper itself. 540 work-arounds live in Viper itself.
533 541
534 2006-01-28 Michael Olson <mwolson@gnu.org> 542 2006-01-28 Michael Olson <mwolson@gnu.org>
535 543
536 * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs 544 * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs
667 related to quitting ERC around the same time a message comes in. 675 related to quitting ERC around the same time a message comes in.
668 676
669 2006-01-22 Johan Bockgård <bojohan@users.sourceforge.net> 677 2006-01-22 Johan Bockgård <bojohan@users.sourceforge.net>
670 678
671 * erc-track.el: Use `(eval-when-compile (require 'cl))' (for 679 * erc-track.el: Use `(eval-when-compile (require 'cl))' (for
672 `case'). Doc fixes. 680 `case'). Doc fixes.
673 (erc-find-parsed-property): Simplify. 681 (erc-find-parsed-property): Simplify.
674 (erc-track-get-active-buffer): Fix logic. Simplify. 682 (erc-track-get-active-buffer): Fix logic. Simplify.
675 (erc-track-switch-buffer): Remove unused variable `dir'. Simplify. 683 (erc-track-switch-buffer): Remove unused variable `dir'. Simplify.
676 684
677 * erc-speak.el: Doc fixes. 685 * erc-speak.el: Doc fixes.
678 (erc-speak-region): `propertize' --> `erc-propertize'. 686 (erc-speak-region): `propertize' --> `erc-propertize'.
679 687
680 * erc-dcc.el (erc-dcc-chat-parse-output): `propertize' --> 688 * erc-dcc.el (erc-dcc-chat-parse-output): `propertize' -->