Add 2011 to FSF/AIST copyright years.
[bpt/emacs.git] / lisp / erc / ChangeLog.03
index be68faf..c7b8d1e 100644 (file)
 
 2003-10-25  Mario Lang  <mlang@delysid.org>
 
-       * erc.el: Fix typo tuncate->rruncate
+       * erc.el: Fix typo tuncate->truncate
 
 2003-10-24  Mario Lang  <mlang@delysid.org>
 
        Fix paren-in-column-zero bug in docstring.
        Add a sort of bogus, but still better :type.
        Add autojoin and netsplit by default.
-       (erc-update-modules): Dont barf with an error if `require' fails.
+       (erc-update-modules): Don't barf with an error if `require' fails.
        We can still error out if the mode is not defined.
 
 2003-08-31  Andreas Fuchs  <asf@void.at>
            This no longer raises a bad-syntax error - was this a catch-all to stop a
            backtrace? Does it belong?
        (erc-cmd-APPENDTOPIC): the correct way to display help when you want to
-           accept an abitrary string is to (signal 'wrong-number-of-arguments nil).
+           accept an arbitrary string is to (signal 'wrong-number-of-arguments nil).
            This fixes a bug where people could not /at topics with a space in them.
 
 2003-06-09  Damien Elmes  <erc@repose.cx>
 
        * erc-truncate.el: remove require of erc-log
        (erc-truncate-buffer-to-size): use erc-save-buffer-in-logs when it's
-       there, else, dont.
+       there, else, don't.
 
 2003-04-29  Andreas Fuchs  <asf@void.at>
 
          of user friendliness.
        (define-erc-module): the enable and disable routines now update erc-modules
            accordingly
-       erc-modules: new variable controllig the modules which erc has loaded/will
+       erc-modules: new variable controlling the modules which erc has loaded/will
            load. when customising, it will automatically enable modules. it won't
            automatically disable modules which are removed, yet.
        (erc-update-modules): enable all modules in `erc-modules'
        notify the user we're trying to connect when using asych
            connections
 
-       * erc.el(erc-connect): support an asyncronous connection
+       * erc.el(erc-connect): support an asynchronous connection
        (erc-process-sentinel): ditto
 
        * erc-track.el:
            a command
 
        * erc.el: (erc-save-buffer-in-logs):
-           - check for a sensibile region before saving the buffer. if the
+           - check for a sensible region before saving the buffer. if the
              connection process is killed early on, there is not a sensible region
              to save
            - don't set buffer-file-name on save. we don't need it, and it means we
        again.
        (erc): Require cl for delete-if.
        (erc-button-remove-old-buttons): Rewrote using delete-if to
-       prevent exceesive consing.  Having the marker list is still ugly,
+       prevent excesive consing.  Having the marker list is still ugly,
        so another solution needs to be found.
 
 2003-01-17  Jorgen Schaefer  <forcer@users.sourceforge.net>
        * erc.el: erc-banlist-*: return nil so further hooks are called
 
        * erc.el(erc-server-368):
-       supress "end of ban list" messages - use /listbans now
+       suppress "end of ban list" messages - use /listbans now
 
        * erc.el(erc-send-current-line):
        removed the check for leading whitespace again - the
 
        * erc.el:
        * (erc-remove-channel-member): Do not use delq, modify the list using setcdr like delq does.
-       In theory, this should be way faster since the list doesnt get traverse two times.
+       In theory, this should be way faster since the list doesn't get traverse two times.
        Measurement didn't show any real difference though :(, this system is flawed for channels with >300 users it seems...
        Also moved some defcustoms up.
 
 
        * erc.el:
        erc-error-face: setting a background doesn't work so well with multi-line
-           messages, so we don't. fg colour is negotiable ;-)
-       (erc-cmd-QUERY): fixed, new doco, supress (erc-delete-query) until we fix it
+           messages, so we don't. fg color is negotiable ;-)
+       (erc-cmd-QUERY): fixed, new doco, suppress (erc-delete-query) until we fix it
        (erc-send-current-line): allow multi-line messages provided they don't start
            with a slash - there's no need to prohibit them if the slash isn't the
            first character
        * bunch of extra cmds fixed, nick, sv etc.
 
        * erc.el(erc-cmd-HELP): fixed
-       (erc-extract-command-from-line): when deterimining canon-defun, make sure we
+       (erc-extract-command-from-line): when determining canon-defun, make sure we
            have a valid symbol
        (erc-cmd-KICK): fixed
 
        * (erc-extract-command-from-line): intern-soft the function here.
        If the function symbol has a property 'do-not-parse-args, operate as before,
        otherwise, split the arguments prior to calling the command handler.
-       * (erc-process-input-line): Updated to accomodate the change above.
+       * (erc-process-input-line): Updated to accommodate the change above.
        * (erc-send-distinguish-noncommands): Ditto.
        * (erc-cmd-NAMES): Ditto.
        * (erc-cmd-ME): Put 'do-not-parse-args property.
 
-       * erc-dcc.el:nick:      * erc-dcc.el: * erc-dcc-list: Renamed 
+       * erc-dcc.el:nick:      * erc-dcc.el: * erc-dcc-list: Renamed
        * (erc-dcc-member). Treat :nick as either a nick!user@host or nick,
        do appropriate comparisons, simplified.
        * (erc-dcc-list-add): New functions
        various callers of (cons (list ...) erc-dcc-list) updated.
-       Other stuff I'm to bored to document now
+       Other stuff I'm too bored to document now
 
 2003-01-15  Jorgen Schaefer  <forcer@users.sourceforge.net>
 
        * erc-stamp.el(erc-insert-timestamp-right):
        Removed redundant code that overrid the
-       window-width. Now substracts (length string) from every found
+       window-width. Now subtracts (length string) from every found
        indentation positions.
 
 2003-01-14  Mario Lang  <mlang@delysid.org>
        * buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed marker removed
          Keep This info in erc-dcc-member :sent and :confirmed plist values
        * :     * :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer 
-       * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-conntected, which now prints a msg...
+       * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-connected, which now prints a msg...
 
        * erc-dcc.el:
        * (erc-dcc-chat-accept): Renamed from erc-dcc-chat. Callers updated.
        (erc-notify-NICK): Changed to make it IRC-case-insensitive when comparing nicks.
        (erc-notify-QUIT): Changed to make it IRC-case-insensitive when comparing nicks.
        (erc-cmd-NOTIFY): Now "/notify -l" lists the nicks on your notify list.  Now
-           when you remove a nick from your notify list, you no longer recieve a spurious
+           when you remove a nick from your notify list, you no longer receive a spurious
            signoff notification for that nick.  Changed to make it IRC-case-insensitive when
            comparing nicks.
 
 
        * erc-dcc.el(erc-dcc-chat): Add docstring
        Add self-test.
-       Fix error if /dcc chat nick doesnt find the nick
+       Fix error if /dcc chat nick doesn't find the nick
 
 2003-01-08  Francis Litterio  <franl@users.sourceforge.net>
 
        * erc-dcc.el: make /dcc LIST work
 
        * erc-dcc.el:
-       Initial checkin, dont use it!  its really far from complete.  Hackers: help!
+       Initial checkin, don't use it!  its really far from complete.  Hackers: help!
 
        * erc-notify.el:
        New function erc-notify-NICK, and added signon/off hooks which were missing
 
 See ChangeLog.02 for earlier changes.
 
-    Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
-  GNU Emacs is free software; you can redistribute it and/or modify
+  GNU Emacs is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2, or (at your option)
-  any later version.
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
 
   GNU Emacs is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -2155,9 +2155,7 @@ See ChangeLog.02 for earlier changes.
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with GNU Emacs; see the file COPYING.  If not, write to the
-  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-  Boston, MA 02110-1301, USA.
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; Local Variables:
 ;; coding: utf-8