* lisp/erc/erc-log.el (erc-generate-log-file-name-function): Clarify tags
[bpt/emacs.git] / lisp / erc / ChangeLog.04
index 09338b5..922fb0c 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
 
        * 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.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-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-2012 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