]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/ChangeLog.02
Update copyright year to 2015
[gnu-emacs] / lisp / erc / ChangeLog.02
index 09ab1cb37967798c95e615a8b88591343e09ebf4..6d8b3362ee6100dafbf4a8eddb1eacb5bc2fdecf 100644 (file)
@@ -51,7 +51,7 @@
 2002-12-29  Damien Elmes  <erc@repose.cx>
 
        * erc-track.el:
-       * (erc-track-get-active-buffer): remove superflous (+ arg 0)
+       * (erc-track-get-active-buffer): remove superfluous (+ arg 0)
 
 2002-12-29  Alex Schroeder  <alex@gnu.org>
 
@@ -75,7 +75,7 @@
        everything but the last character.
 
        * erc.el(erc-send-current-line):
-       Check wether point is in the input line. If
+       Check whether point is in the input line. If
        not, just beep and do nothing.
 
 2002-12-28  Alex Schroeder  <alex@gnu.org>
@@ -98,7 +98,7 @@
 2002-12-28  Jorgen Schaefer  <forcer@users.sourceforge.net>
 
        * erc.el(erc-log-irc-protocol):
-       Removed check wether get-buffer-create
+       Removed check whether get-buffer-create
            returned nil. "The value is never nil", says the docstring.
 
        * erc.el: Day Of The Small Changes
        (erc-process-alive): Check erc-process for boundp and processp.
 
        * erc.el(erc-kill-buffer-function):
-       Do not check wether the process is
+       Do not check whether the process is
        alive before running the hook, because there might be functions on
        the hook that need to run even when the process is dead.  And
        function that wants to check this, should use (erc-process-alive).
 2002-12-14  Damien Elmes  <erc@repose.cx>
 
        * erc.el:
-       last-peers: initialise to a cons. thanks to Francis Litterio
+       last-peers: initialize to a cons. thanks to Francis Litterio
            <franl@world.std.com> for the patch
 
        * erc.el:
 
 2002-11-16  Alex Schroeder  <alex@gnu.org>
 
-       * erc-autoaway.el, erc-button.el, erc-fill.el, erc-match.el, 
+       * erc-autoaway.el, erc-button.el, erc-fill.el, erc-match.el,
          erc-menu.el, erc-ring.el, erc-track.el:
        Cleanup of file headers: copyright years, GPL mumbo-jumbo, commentaries.
 
        * erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el:
        * new file
 
-       erc.el:
-       * Removed auto-discard-away facility (now included in erc-autoaway.el)
-       (erc-away-p): new function
+       * erc.el: Removed auto-discard-away facility (now included in
+       erc-autoaway.el)
+       (erc-away-p): new function
 
-       erc-fill.el:
-       * (erc-fill-variable): Check wether erc-timestamp-format is bound before
-                              using it (erc-fill.el does not require erc-stamp).
+       * erc-fill.el (erc-fill-variable): Check whether erc-timestamp-format
+       is bound before using it (erc-fill.el does not require erc-stamp).
 
 2002-11-10  Alex Schroeder  <alex@gnu.org>
 
 
        * erc-menu.el:
        * changed how we check if we should activate "Track hidden channels" and
-         whether it should be selected - fixes a bug Xemacs where whole menu bar
+         whether it should be selected - fixes a bug XEmacs where whole menu bar
          does not work if menu is loaded
 
        * erc-menu.el:
        * erc-match.el: fixed spelling error
 
        * erc-track.el, erc-match.el: * erc-match.el:
-         highlight current nickname in its own face (deactivated by default):
+         highlight current nickname in its own face (inactive by default):
          - added erc-current-nick-highlight-type, erc-current-nick-face,
            erc-current-nick-p
 
 
        * added s461 to english catalog
 
-       * fixed bug where Xemacs would not quit if erc-quit-reason was
+       * fixed bug where XEmacs would not quit if erc-quit-reason was
          set to erc-quit-reason-various and assoc-default was not defined
 
 2002-06-04  Andreas Fuchs  <asf@void.at>
          (require 'erc-nickserv) is now necessary for this to work
 
        * erc.el:
-       * results of /COUNTRY now formatted as notice; errors are ignored, 
+       * results of /COUNTRY now formatted as notice; errors are ignored,
          fixing
          bug which made prompt disappear
 
        Changed some instances of member to memq.
 
        * erc-track.el, erc.el:
-       erc.el: (erc-message-type-member): New function, used to test
+       * erc.el (erc-message-type-member): New function, used to test
        for message type. Require erc-parsed text-property.
-       erc-track.el: erc-track-exclude-types: New variable. Defaults to ("JOIN" "PART") right now for testing, it should eventually set to nil soon again.
-       (erc-track-modified-channels): Use above fun and var to optionally exclude certain message types from channel tracking.
+       * erc-track.el (erc-track-exclude-types): New variable. Defaults
+       to ("JOIN" "PART") right now for testing, it should eventually set
+       to nil soon again.
+       (erc-track-modified-channels): Use above fun and var to optionally
+       exclude certain message types from channel tracking.
 
 2002-05-28  Diane Murray  <disumu@x3y2z1.net>
 
 
        * erc.el: remove trailing \n from any sent text
 
-       * servers.pl, erc-bbdb.el, erc-button.el, erc-chess.el, 
-         erc-complete.el, erc-fill.el, erc-ibuffer.el, erc-list.el, 
-         erc-match.el, erc-menu.el, erc-nets.el, erc-replace.el, 
+       * servers.pl, erc-bbdb.el, erc-button.el, erc-chess.el,
+         erc-complete.el, erc-fill.el, erc-ibuffer.el, erc-list.el,
+         erc-match.el, erc-menu.el, erc-nets.el, erc-replace.el,
          erc-speak.el, erc-speedbar.el, erc-track.el, erc.el:
        clean whitespace
 
 
        * erc.el 2002-07-15T00:01:34Z!raeburn@raeburn.org: silly typo corrected
 
-       * erc.el:       * erc.el: * New variable: erc-common-server-name-suffixes
+       * erc.el: New variable: erc-common-server-name-suffixes
          This alist can be used to change the server names displayed in mode-line
          to a shorter version..
        * New function: erc-shorten-server-name (uses var above)
 
 See ChangeLog.01 for earlier changes.
 
-       Copyright (C) 2002, 2006-2011 Free Software Foundation, Inc.
+       Copyright (C) 2002, 2006-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -2616,4 +2618,3 @@ See ChangeLog.01 for earlier changes.
 ;; Local Variables:
 ;; coding: utf-8
 ;; End:
-