]> 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 71df66c80621c54a56ce0ae9fc235dd4fd04eca6..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.el(erc-modules): Add some more symbols to the set
 
-       * erc.el(erc-modules):  * erc.el(erc-modules): Add :greedy t to the set in 
+       * erc.el(erc-modules):  * erc.el(erc-modules): Add :greedy t to the set in
 
        * erc-dcc.el:
        More autoloads which make dcc autoload upon ctcp dcc query received.
        * 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>
 
 2003-04-27  Damien Elmes  <erc@repose.cx>
 
-       * erc.el:       * erc.el: erc-modules: added 
+       * erc.el:       * erc.el: erc-modules: added
 
 2003-04-27  Alex Schroeder  <alex@gnu.org>
 
        (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
 
 2003-01-19  Mario Lang  <mlang@delysid.org>
 
-       * debian/README.Debian, debian/changelog, debian/scripts/install, 
+       * debian/README.Debian, debian/changelog, debian/scripts/install,
          debian/scripts/startup.erc, Makefile:
        Prepare for 20030119 debian package
 
        * (erc-current-logfile): call expand-file-name, so that downcase doesn't mess up ~
 
        * erc.el: * (erc-mode): Define a proper case-table.
-       * (erc-downcase): just call downcase for now, lets see if the case-table is portable, if yes, we'll remove all erc-downcase references anyway...
+       * (erc-downcase): just call downcase for now, let's see if the case-table is portable, if yes, we'll remove all erc-downcase references anyway...
 
        * erc-button.el: * (erc-button-add-buttons): regex-quote the nick
 
        reference argument directly - no string matching
 
        * erc.el(erc-extract-command-from-line):
-       hmm, thinko in the canonicalisation. should
+       hmm, thinko in the canonicalization. should
            be fixed
 
 2003-01-16  Francis Litterio  <franl@users.sourceforge.net>
        * 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.
 
        * erc-dcc.el: * erc-dcc-ipv4-regexp: New constant
        * (erc-ip-to-decimal): Use it.
-       * erc-dcc-host:valid-regexp erc-dcc-ipv4-regexp:        * erc-dcc-host: :type
+       * erc-dcc-host:valid-regexp erc-dcc-ipv4-regexp:
+       * erc-dcc-host: :type
        * (pcomplete/erc-mode/DCC): Add completion for GET and CLOSE.
        * Some docstring/comment fixes.
 
        POS in any case, otherwise, linewrap occurs.
 
        * erc-dcc.el:
-       * Fixed the unibyte-multibyte problem (now a dcc get buffer is (set-buffer-multibyte nil), 
-         and saves correctly (tried with 21.3.50). Thanks to Eli for suggesting it!
+       * Fixed the unibyte-multibyte problem (now a dcc get buffer is (set-buffer-multibyte nil),
+         and saves correctly (tried with 21.3.50)). Thanks to Eli for suggesting it!
        * Added :start-time plist property/value to GET handling so that we can calculate elapsed-time.
        * Some (unwind-protect (progn (set-buffer ...) ...)) constructs replaced with (with-current-buffer ...)
 
 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
 
 2003-01-11  Mario Lang  <mlang@delysid.org>
 
-       * erc-dcc.el:   * erc-dcc.el: * (erc-dcc-do-LIST-command): Fix 
+       * erc-dcc.el:   * erc-dcc.el: * (erc-dcc-do-LIST-command): Fix
 
        * erc-dcc.el:
        * 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 
+       * :     * :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-connected, which now prints a msg...
 
        * erc-dcc.el:
        (erc-server-PRIVMSG-or-NOTICE): Capitalized first word in message to user.
 
        * erc.el(erc-scroll-to-bottom):
-       Temporarilly bind resize-mini-windows to nil so that
+       Temporarily bind resize-mini-windows to nil so that
            users who have it set to a non-nil value will not suffer from premature
            minibuffer shrinkage due to the below recenter call.  I have no idea why
            this works, but it solves the problem, and has no negative side effects.
 
 See ChangeLog.02 for earlier changes.
 
-    Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+       Copyright (C) 2003, 2006-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -2160,5 +2161,3 @@ See ChangeLog.02 for earlier changes.
 ;; Local Variables:
 ;; coding: utf-8
 ;; End:
-
-;; arch-tag: 808865e1-3cce-4c5b-9997-95a8b7a9d384