]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/ChangeLog.03
* lisp/loadup.el: Count byte-code functions as well.
[gnu-emacs] / lisp / erc / ChangeLog.03
index 322f7c93f7d07ad1aca4c2e8866ed1c810584227..f9b4506b784a5dcf226e408c4d85d36409a66192 100644 (file)
 
        * erc-autoaway.el(erc-mode):
        Reset idletime on connect. Fixes an annoying bug which
-       flooded the server with aways on reconnect.
+       flooded the server with always on reconnect.
        (erc-autoway-reset-idletime): Accept optional args so we can hook it
        onto erc-server-001-hook.
 
        * erc-button.el: New variable erc-button-wrap-long-urls.
        Modified erc-button-add-buttons:
          New optional argument REGEXP.
-         If we're buttonising a URL and erc-button-wrap-long-urls is
+         If we're buttonizing a URL and erc-button-wrap-long-urls is
          non-nil, try and wrap them
 
        Modified erc-button-add-buttons-1:
 2003-04-29  Jorgen Schaefer  <forcer@users.sourceforge.net>
 
        * erc.el(erc):
-       Check wether erc-save-buffer-in-logs is bound, too
+       Check whether erc-save-buffer-in-logs is bound, too
 
        * erc.el(erc):
-       Check wether erc-logging-enabled is bound before using it - not
+       Check whether erc-logging-enabled is bound before using it - not
        everyone is using erc-log.el!
 
 2003-04-28  Andreas Fuchs  <asf@void.at>
        (define-erc-module): the enable and disable routines now update erc-modules
            accordingly
        erc-modules: new variable controlling the modules which erc has loaded/will
-           load. when customising, it will automatically enable modules. it won't
+           load. when customizing, it will automatically enable modules. it won't
            automatically disable modules which are removed, yet.
        (erc-update-modules): enable all modules in `erc-modules'
 
        * erc.el:
        erc-log-channels: removed; set the directory to start logging
        (erc-directory-writeable-p): create directory if it doesn't exist, check if
-           it's writeable
+           it's writable
        (erc-logging-enabled): don't reference erc-log-channels
 
 2003-04-07  Damien Elmes  <erc@repose.cx>
        * erc.el(erc-process-input-line):
        when displaying the help for a function, if no
            documentation exists, don't fall over
-       (erc-cmd-SAY): new function for quoting lines begining with /
+       (erc-cmd-SAY): new function for quoting lines beginning with /
        (erc-server-NICK):
            - fix a bug where the "is now known as" message doesn't appear on newly
              created /query buffers
 
        (erc-person): Call erc-downcase before getting
        something from the hash.
-       (erc-nick-in-channel): Checking wether erc-process must be used is
+       (erc-nick-in-channel): Checking whether erc-process must be used is
        unnecessary -- this will be done in erc-person.
        (erc-nick-channels): New.
        (erc-add-nick-to-channel, erc-update-member): Call erc-downcase
        * erc.el:
        * removed duplicate do-no-parse-args properties for the defaliased defuns
        (erc-process-input-line): show function signature when incorrect args
-       (erc-extract-command-from-line): canonicalise defaliases before extracting
+       (erc-extract-command-from-line): canonicalize defaliases before extracting
            plist
        (erc-cmd-CLEAR): fixed
        (erc-cmd-UNIGNORE): fixed again
 
        * erc.el: This is the "everything is suddenly broken!" release
        You know, this is CVS, you can still go back, and wait until the transition
-       is finished, but here is patch one, which basicly breaks every command
+       is finished, but here is patch one, which basically breaks every command
        which is typed on the prompt.
        Hit me, we can still revert, but something needs to be done about this.
        * (erc-extract-command-from-line): intern-soft the function here.
 2003-01-11  Jorgen Schaefer  <forcer@users.sourceforge.net>
 
        * erc-stamp.el(erc-insert-timestamp-right):
-       Check wether erc-fill-column is
+       Check whether erc-fill-column is
        available before using it. Else default to fill-column or if
        everything else fails, the window width of the current window. For the
        fill-columns, use them directly as the starting position for the
 
 See ChangeLog.02 for earlier changes.
 
-       Copyright (C) 2003, 2006-2011 Free Software Foundation, Inc.
+       Copyright (C) 2003, 2006-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.