Spelling fixes.
[bpt/emacs.git] / lisp / erc / ChangeLog.01
index 5137366..001ab42 100644 (file)
@@ -26,8 +26,8 @@
 2001-12-10  Mario Lang  <mlang@delysid.org>
 
        * erc.el: * erc-message-english: New QUIT and s004 entries.
-       * erc-save-buffer-on-part: New variable.
-       * erc-kill-buffer-on-part: New variable.
+       * (erc-save-buffer-on-part): New variable.
+       * (erc-kill-buffer-on-part): New variable.
        * (erc-server-PART): Use above variables.
        * (erc-join-channel): Use DEF argument instead of initial input for completing-read.
 
        * Fixage related to erc-track-modified-channels-minor-mode rewrite
 
        * erc.el:
-       * erc-track-modified-channels-minor-mode: Use buffer objects instead of erc-default-target return value for internal state keeping.
+       * (erc-track-modified-channels-minor-mode): Use buffer objects instead of erc-default-target return value for internal state keeping.
 
        * erc.el: * Made reconnect behave nicer (erc-process-sentinel)
        * Rewrote erc-modified-channels-tracking completely.
          It uses a list as internal representation now, so all silly string-parsing
          related bugs should be gone.
          Use (erc-track-modified-channels-minor-mode t) now to toggle this functionality.
-         Dont set the erc-track-modified-channels-minor-mode variable yourself, use the toggle function
+         Don't set the erc-track-modified-channels-minor-mode variable yourself, use the toggle function
 
 2001-11-29  Gergely Nagy  <algernon@debian.org>
 
 
        * debian/control: integrated erc-speak back into erc
 
-       * debian/maint/conffiles, debian/maint/conffiles.in, debian/maint/postinst, 
-         debian/maint/postinst.in, debian/maint/prerm, debian/maint/prerm.in, 
-         debian/scripts/install, debian/scripts/install.in, debian/scripts/remove, 
+       * debian/maint/conffiles, debian/maint/conffiles.in, debian/maint/postinst,
+         debian/maint/postinst.in, debian/maint/prerm, debian/maint/prerm.in,
+         debian/scripts/install, debian/scripts/install.in, debian/scripts/remove,
          debian/scripts/remove.in, debian/scripts/startup.erc-speak:
        since erc-speak is gone, resurrect the static files, and update them to support the latest erc
 
        Doc fix.
        * (erc-generate-log-file-name-old): Renamed to -long
        Doc fix.
-       * erc-generate-log-file-name-function: Set default to ...-long
+       * (erc-generate-log-file-name-function): Set default to ...-long
        Doc fixes
 
        * erc-speedbar.el: *** empty log message ***
        * erc.el:
        * Applied antifuchs/mhp patches, the latest on erc-help, unmodified
        * New variable: erc-reuse-buffers default to t.
-       * Modified erc-generate-new-buffer-name to use it. it checks if server and port are the same, 
+       * Modified erc-generate-new-buffer-name to use it. it checks if server and port are the same,
          then one can assume thats the same channel/query target again.
 
 2001-11-23  Mario Lang  <mlang@delysid.org>
 
        * erc-bbdb.el:
-       * new function erc-BBDB-NICK to handle nickname anotation on a nick-change event of a known record
+       * new function erc-BBDB-NICK to handle nickname annotation on a nick-change event of a known record
 
        * erc.el: * Remove erc-rename-buffer, its no longer necessary
        * Remove erc-autoop-*. it was broken, and needed rewrite anyway
 
        * erc.el: * New local variable, erc-announced-server-name
        * erc-mode-line-format supports a new symbol, target-and/or-server
-       * The mode-line displays the announced server name now (for autojoin later..., 
+       * The mode-line displays the announced server name now (for autojoin later...,
          greets Adam)
        * New macro, erc-server-hook-list for a nice way to define the defcustoms of the erc-server-*-hook's
          Thanks go to the guy from #emacs who helped with that
        * erc.el: fixed it
 
        * erc.el:
-       *** We switched over. New server message parsing/handling is running now. Thansk to the zenirc developers for the great ideas I got from the code!!!!! Go and test it, poke at it, bug me on irc about problems
+       *** We switched over. New server message parsing/handling is running now. Thanks to the zenirc developers for the great ideas I got from the code!!!!! Go and test it, poke at it, bug me on irc about problems
 
        * erc.el: *** empty log message ***
 
          Now, all the server word replies are finished. Going to numreplies now
 
        * erc.el:
-       * debugging fascilities for the transition. C-x 2 C-x o M-x ielm RET erc-server-vectors RET ; to get a list of all server messages currently not handled in the new code. Feel free to pick one and implement it
+       * debugging facilities for the transition. C-x 2 C-x o M-x ielm RET erc-server-vectors RET ; to get a list of all server messages currently not handled in the new code. Feel free to pick one and implement it
 
        * erc.el: * erc-server-KICK and erc-server-TOPIC. new functions
        * erc-server-305-or-306 and erc-server-311-or-314
        * erc.el:
        * added second timestamp-format (erc-away-timestamp-format) for marking msgs when being away
 
-       * erc-complete.el: fixed silly deffun
+       * erc-complete.el: fixed silly defun
 
        * erc.el: * Rewrote erc-load-irc-script (simplified)
-       * Removed depricated code
+       * Removed deprecated code
 
        * erc-speak.el: * reflect changes in erc.el
 
        * erc.el: * Reduction patch 2
          This time, we move the input ring handling into erc-ring.el
          Remember that you need (require 'erc-ring) in your .emacs to get the input handling as a feature
-         And remeber, that you dont need it if you dont use input ring :-)
+         And remember, that you don't need it if you don't use input ring :-)
 
        * erc-ring.el: * Initial checkin
 
        * erc.el: * The great reduction patch :-)
          moved relevant function from erc.el to new file erc-menu.el and erc-imenu.el
 
-       * erc-imenu.el: nitial version
+       * erc-imenu.el: Initial version
 
        * erc-menu.el: * Initial version
 
 
        * erc.el:
        * Changed timestamping when away to use erc-timestamp-format and append the timestamp instead of prepending it..
-       * minor cleanup, s/(if (not /(unless/ and thelike
+       * minor cleanup, s/(if (not /(unless/ and the like
 
 2001-11-06  Tijs van Bakel  <smoke@wanadoo.nl>
 
        Renamed erc-message-notices to erc-minibuffer-notice, and renamed erc-prevent-minibuffer-privmsg to erc-minibuffer-privmsg, inverting its functionality
 
        * erc.el: Added support for channel names starting with & + and !.
-       Also, many changes partially discussed on the mailinglist:
+       Also, many changes partially discussed on the mailing list:
 
                * erc.el (cl): Add requirement for cl package.
                (erc-buffer-list): Make this variable global again.
 
        * debian/maint/conffiles.in: new file
 
-       * debian/maint/conffiles: superceded by conffiles.in
+       * debian/maint/conffiles: superseded by conffiles.in
 
-       * debian/scripts/startup: superceded by startup.erc
+       * debian/scripts/startup: superseded by startup.erc
 
 2001-10-25  Mario Lang  <mlang@delysid.org>
 
 
        * debian/control: added the new erc-speak package
 
-       * debian/README.erc-speak, debian/maint/postinst.in, debian/maint/prerm.in, 
+       * debian/README.erc-speak, debian/maint/postinst.in, debian/maint/prerm.in,
          debian/scripts/install.in, debian/scripts/remove.in:
        new file
 
-       * debian/maint/postinst, debian/maint/prerm, debian/scripts/install, 
+       * debian/maint/postinst, debian/maint/prerm, debian/scripts/install,
          debian/scripts/remove:
-       removed, superceded by it's .in counterpart
+       removed, superseded by its .in counterpart
 
 2001-10-25  Mario Lang  <mlang@delysid.org>
 
 2001-10-23  Mario Lang  <mlang@delysid.org>
 
        * erc-speak.el:
-       * Added a new personality for channel name announcement, This makes streams of flooded channels much easier to listen to, 
-         especially if you are on more than one channel simultaniously.
+       * Added a new personality for channel name announcement, This makes streams of flooded channels much easier to listen to,
+         especially if you are on more than one channel simultaneously.
 
        * erc.el:
        * Made the completion postfix customizable through erc-nick-completion-postfix
        * Removed now really obsolete code. Package size reduced by 50%
 
        * erc-speak.el:
-       * Very important fix! Now erc-speak is really complete. Messages dont get cut anymore. Be sure to use auditory icons, 
+       * Very important fix! Now erc-speak is really complete. Messages don't get cut anymore. Be sure to use auditory icons,
          it's reallllly cool now!!!
 
        * erc-speak.el: *** empty log message ***
 
        * debian/changelog: oops, silly typo
 
-       * debian/changelog, debian/control, debian/copyright, 
-         debian/maint/conffiles, debian/maint/postinst, debian/maint/prerm, 
-         debian/rules, debian/scripts/install, debian/scripts/remove, 
+       * debian/changelog, debian/control, debian/copyright,
+         debian/maint/conffiles, debian/maint/postinst, debian/maint/prerm,
+         debian/rules, debian/scripts/install, debian/scripts/remove,
          debian/scripts/startup:
        initial check-in
 
        * erc.el:
        * Changed erc-insert-hook to get two arguments, START and END of the region
          which got inserted. CAREFUL! This could break stuff, but it makes the hook
-         much more useable.
+         much more usable.
 
        * erc.el:
        * Made erc-smiley a new option, currently set to t to showoff this feature. :)
 2001-10-20  Alex Schroeder  <alex@gnu.org>
 
        * erc.el:
-       Replaced all occurences of put-text-property with a call to
+       Replaced all occurrences of put-text-property with a call to
        erc-put-text-property.
        (erc-put-text-property): New function.
        (erc-tracking-modified-channels): Moved to the front of the file such
        * Changed some (if ...) without else part to (when ...)
        * Some (while ...) to use (dolist ...)
        * Fix for completion popup generating tracebacks.
-       * New function erc-arrange-session-in-mulptiple-windows
+       * New function erc-arrange-session-in-multiple-windows
        * Lots of other stuff, read the diff
 
 2001-10-02  Mario Lang  <mlang@delysid.org>
 2001-09-26  Mario Lang  <mlang@delysid.org>
 
        * erc.el: * Fixed completion (alex)
-         * Now popup buffer doesnt destroy your window configuration.
+         * Now popup buffer doesn't destroy your window configuration.
        * Fixed away handling (incomplete)
 
 2001-09-24  Mario Lang  <mlang@delysid.org>
 2001-09-20  Mario Lang  <mlang@delysid.org>
 
        * erc.el:
-       * Fix (erc-cmd-names): This should fix C-c C-n too, hoepfully it was the right fix and doesnt break anything else.
+       * Fix (erc-cmd-names): This should fix C-c C-n too, hopefully it was the right fix and doesn't break anything else.
 
        * erc.el: * Fixes XEmacs easymenu usage (2nd time).
 
        * (erc-complete-nick): Add ": " only if one completes directly after the erc-prompt, otherwise, add just one space
 
        * erc.el:
-       * Changed menu-definition to use easymenu (hopefully this now works under Xemacs)
+       * Changed menu-definition to use easymenu (hopefully this now works under XEmacs)
        * Fix for custom problem with :must-match on XEmacs (thanks shapr)
        * Added /COUNTRY command using (what-domain) from package mail-extr (shapr)
        * Fix for case-sensitivity problem with pals (they are now all downcased)
-       * Different (erc-version) function which now can take prefix argument to insert the version information into the current buffer, 
+       * Different (erc-version) function which now can take prefix argument to insert the version information into the current buffer,
          instead of just displaying it in the minibuffer.
 
 2001-09-10  Mario Lang  <mlang@delysid.org>
 2001-08-07  Mario Lang  <mlang@delysid.org>
 
        * erc.el:
-       Checked in lathis code and modified it slightly. Still unsure about set-window-buffer advice, current attempt doesnt seem to work.
+       Checked in lathis code and modified it slightly. Still unsure about set-window-buffer advice, current attempt doesn't seem to work.
        Removed (nick -> #channel) from mode-line. (CLOSED) and (AWAY...) should still be displayed when appropriate
 
 2001-08-06  Mario Lang  <mlang@delysid.org>
 2001-07-26  Mario Lang  <mlang@delysid.org>
 
        * erc.el:
-       fixed one occurence of a setq with only one argument (XEmacs didnt like that)
+       fixed one occurrence of a setq with only one argument (XEmacs didn't like that)
 
        * erc.el:
-       Added erc-next-line-add-newlines customisation possibility.
+       Added erc-next-line-add-newlines customization possibility.
 
        * erc.el:
        added erc-fill-prefix for defining your own way of filling and fixed filling somehow
 
        * erc.el: typo
 
-       * erc.el: ommit
-       :wq
+       * erc.el: omit
 
 2001-07-06  Alex Schroeder  <alex@gnu.org>
 
        Insert (erc-current-nick) instead of (erc-display-prompt). good night :)
 
        * erc.el:
-       small, but it was anoying, so I just did it (defcustom for erc-join-buffer and erc-join-info-buffer)
+       small, but it was annoying, so I just did it (defcustom for erc-join-buffer and erc-join-info-buffer)
 
 2001-06-29  Alex Schroeder  <alex@gnu.org>
 
 
        * erc-speak.el, erc.el: New file.
 
-    Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc.
+       Copyright (C) 2001, 2006-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
   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
 ;; End:
-
-;; arch-tag: 306c4b58-f9ae-4f3d-9fd9-db2d743f05a6