Make some trivial erc.el functions obsolete
[bpt/emacs.git] / lisp / erc / ChangeLog.04
index 40d81c9..0d0e17f 100644 (file)
@@ -72,7 +72,7 @@
 2004-12-24  Jorgen Schaefer  <forcer@users.sourceforge.net>
 
        * erc-goodies.el, erc.el: The Small Extraction of Stuff[tm] commit.
-        Moved some functions from erc.el to erc-goodies.el, and
+       Moved some functions from erc.el to erc-goodies.el, and
        transformed them to erc modules in the process.
        - imenu autoload stuff moved.  I don't know why it is here at all.
        - Moved: scroll-to-bottom, make-read-only, distinguish-noncommands,
 2004-12-14  Diane Murray  <disumu@x3y2z1.net>
 
        * erc.el: The last change to `erc-mode-line-format' introduced a
-       bug in Xemacs - it can't handle the #(" "...) strings at all.  The
+       bug in XEmacs - it can't handle the #(" "...) strings at all.  The
        following changes fix the bug and simplify the mode-line handling
        considerably.  (erc-mode-line-format): Now defined as a string
        which will be formatted using `format-spec' and take the place of
        `t'.  Updated documentation and customization `:type' to reflect
        usage.
 
-2004-10-29  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-10-29  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * AUTHORS: Added self.
 
        * erc.el (erc-cmd-JOIN): Use erc-member-ignore-case instead of
        member-ignore-case.
 
-2004-08-09  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-08-09  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-backend.el: Define an "Edebug specification" for the
        `define-erc-response-handler' macro.  This means that one can step
        through response handlers defined by this macro with edebug.  Maybe
        more macros would benefit from this?
 
-2004-08-09  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-08-09  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-pcomplete.el (pcomplete/erc-mode/CTCP): New function.
        Completion for the /CTCP command.  (erc-pcomplete-ctcp-commands):
        New variable.  List of ctcp commands.
 
-2004-08-09  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-08-09  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-list.el: Clean up docstrings.
        (erc-prettify-channel-list): Extend properties to cover the entire
        * erc-match.el (erc-match-current-nick-p): Quote current nick for
        regexp parsing.
 
-2004-06-27  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-06-27  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-nickserv.el (erc-nickserv-identify-mode): Fix erroneous
        parentheses in call to `completing-read'.
 
        * erc.el, erc-backend.el (erc-cmd-BANLIST): Added a missing "'"
        that was preventing /BANLIST from working.  In erc-backend.el,
-       added server repsonse handler for 367 and 368 reponses to get
+       added server response handler for 367 and 368 responses to get
        /BANLIST working.
 
 2004-05-26  Francis Litterio  <franl@users.sourceforge.net>
 
 2004-05-17  Mario Lang  <mlang@delysid.org>
 
-       * erc-log.el: Dont autoload a define-key statement, erc-mode-map
+       * erc-log.el: Don't autoload a define-key statement, erc-mode-map
        might not be known yet
 
 2004-05-16  Lawrence Mitchell  <wence@gmx.li>
        (391): New.
        (406, 432): Use ?n, not ?c in `erc-display-message'.
        (431, 445, 446, 451, 462, 463, 464, 465, 481, 483, 485, 491, 501,
-       502): All error responsess with no arguments grouped together.
+       502): All error responses with no arguments grouped together.
 
 2004-05-14  Diane Murray  <disumu@x3y2z1.net>
 
        `erc-prompt-for-channel-key' is non-nil.  (erc-format-my-nick): New
        function.  (erc-send-message, erc-send-current-line): Use it.
 
-2004-04-24  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-04-24  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-track.el (erc-track-modified-channels): Fix indentation.
 
-2004-04-24  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-04-24  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-match.el (erc-hide-fools): Docstring fix.
        (erc-log-matches-types-alist): Added `current-nick' to valid
        * erc.el: Added erc-server-001 which runs when the server sends
        its welcome message.  It sets the current-nick to reflect the
        server's settings.  This fixes a bug where nicks that were too long
-       and got truncated by ther server were still set to the old value.
+       and got truncated by the server were still set to the old value.
        (nickname-in-use): If user wants to try again manually, let user
        know that the nick is taken.  If not, go through erc-default-nicks
        until none are left, and then try one last time with
        * erc.el (erc-get-arglist): Use `substitute-command-keys', rather
        than hard-coding C-h f for `describe-function'.
 
-2004-02-26  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-02-26  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-log.el (erc-save-buffer-in-logs): bind `inhibit-read-only'
        to t around call to `erase-buffer'.
 
        * erc.el (erc-get-buffer): Use erc-buffer-filter.
 
-2004-01-30  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-01-30  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc.el: From jbms:
        (erc-get-channel-nickname-list): New function.
        (erc-get-server-nickname-alist): New function.
        (erc-get-channel-nickname-alist): New function.
 
-2004-01-30  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-01-30  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-match.el (erc-add-entry-to-list,
        erc-remove-entry-from-list): Use `erc-member-ignore-case' to
        (erc-add-pal, erc-add-fool): Fix type bug.  Use
        `erc-get-server-nickname-alist'.
 
-2004-01-29  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-01-29  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc.el: From jbms: Adds xemacs compatibility to hash table
        channel-members patch.
 
-2004-01-29  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-01-29  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc.el (erc-update-undo-list): Rewritten.  Update
        buffer-undo-list in place.  Deal with XEmacsesque
        (erc-channel-users): Fix unescaped open-paren in left column in
        docstring.
 
-2004-01-29  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-01-29  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-ring.el (erc-replace-current-command): Exclude the prompt
        from the deleted region and don't redisplay the prompt (because
        `erc-display-prompt' flushes `buffer-undo-list').
 
-2004-01-29  Johan Bockgard  <bojohan@users.sourceforge.net>
+2004-01-29  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-match.el (erc-add-entry-to-list): Use `symbol-value' instead
        of `eval'.
 
        * erc.el: erc-send-whitespace-lines: New variable.
        (erc-send-current-line): Use erc-send-whitespace-lines.  Also,
-       removed superflous test for empty line in the mapc, since the
+       removed superfluous test for empty line in the mapc, since the
        blank line test should find all.  I do like to be able to send an
        empty line when i want to!
        (erc-send-current-line): Check for point being in input line
        the event hook.
        (erc-cmd-IDLE): New function.  Implements the new /IDLE command.
        Usage: /IDLE NICK (erc-seconds-to-string): New function.  Converts
-       a number of seconds to an Engligh phrase.
+       a number of seconds to an English phrase.
 
 2004-01-02  Francis Litterio  <franl@users.sourceforge.net>
 
 
 See ChangeLog.03 for earlier changes.
 
-    Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+       Copyright (C) 2004, 2006-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -2092,5 +2092,3 @@ See ChangeLog.03 for earlier changes.
 ;; Local Variables:
 ;; coding: utf-8
 ;; End:
-
-;; arch-tag: cc606d2d-635b-4b36-829b-a50e3c51e2d1