Fix typos.
[bpt/emacs.git] / lisp / erc / ChangeLog.03
index 1d3c61e..43d0247 100644 (file)
        to delete-if-not.
 
        * erc.el(erc-update-current-channel-member):
-        Use erc-downcase when comparing
+       Use erc-downcase when comparing
        nick entries.  Cleanup indentation.
 
 2003-11-01  Lawrence Mitchell  <wence@gmx.li>
 
 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>
 
        * erc-dcc.el: From Stephan Stahl <stl@isogmbh.de>:
-        * (erc-dcc-send-block): Kill buffer if transfer completed correctly.
+       (erc-dcc-send-block): Kill buffer if transfer completed correctly.
 
 2003-10-22  Mario Lang  <mlang@delysid.org>
 
 
        * 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.
 
 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>
 
 
 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-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  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 
-       * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-conntected, which now prints a msg...
+       * :     * :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-dcc-chat-accept): Renamed from erc-dcc-chat. Callers updated.
        (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 Free Software Foundation, Inc.
+       Copyright (C) 2003, 2006-2011 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