]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/ChangeLog.02
Update copyright year to 2015
[gnu-emacs] / lisp / erc / ChangeLog.02
index d46a57b18c6d7903e96e78e52fa43a5a7a55926b..6d8b3362ee6100dafbf4a8eddb1eacb5bc2fdecf 100644 (file)
@@ -51,7 +51,7 @@
 2002-12-29  Damien Elmes  <erc@repose.cx>
 
        * erc-track.el:
-       * (erc-track-get-active-buffer): remove superflous (+ arg 0)
+       * (erc-track-get-active-buffer): remove superfluous (+ arg 0)
 
 2002-12-29  Alex Schroeder  <alex@gnu.org>
 
@@ -75,7 +75,7 @@
        everything but the last character.
 
        * erc.el(erc-send-current-line):
-       Check wether point is in the input line. If
+       Check whether point is in the input line. If
        not, just beep and do nothing.
 
 2002-12-28  Alex Schroeder  <alex@gnu.org>
@@ -98,7 +98,7 @@
 2002-12-28  Jorgen Schaefer  <forcer@users.sourceforge.net>
 
        * erc.el(erc-log-irc-protocol):
-       Removed check wether get-buffer-create
+       Removed check whether get-buffer-create
            returned nil. "The value is never nil", says the docstring.
 
        * erc.el: Day Of The Small Changes
        (erc-generate-log-file-name-long): Doc: Mention
        erc-generate-log-file-name-function.
        (erc-save-buffer-in-logs): Use erc-logging-enabled and
-       erc-current-logfile.  Doc: Mention erc-logging-enabbled.
+       erc-current-logfile.  Doc: Mention erc-logging-enabled.
 
        (erc-encode-string-for-target): Only do the real work when
        featurep mule; else just return the string unchanged.
        (erc-process-alive): Check erc-process for boundp and processp.
 
        * erc.el(erc-kill-buffer-function):
-       Do not check wether the process is
+       Do not check whether the process is
        alive before running the hook, because there might be functions on
        the hook that need to run even when the process is dead.  And
        function that wants to check this, should use (erc-process-alive).
 2002-12-14  Damien Elmes  <erc@repose.cx>
 
        * erc.el:
-       last-peers: initialise to a cons. thanks to Francis Litterio
+       last-peers: initialize to a cons. thanks to Francis Litterio
            <franl@world.std.com> for the patch
 
        * erc.el:
 
        * erc-pcomplete.el: * Fix emacs/xemacs compatibility
 
-       * debian/scripts/install: * Dont compile erc-compat, fix ELCDIR
+       * debian/scripts/install: * Don't compile erc-compat, fix ELCDIR
 
        * debian/control: * Change maintainer field
 
        * erc-bbdb.el:
        * Create a global-minor-mode (i.e., make it a proper erc-module)
 
-       * erc.el: * (define-erc-modle): New defmacro
+       * erc.el: * (define-erc-module): New defmacro
 
 2002-11-16  Jorgen Schaefer  <forcer@users.sourceforge.net>
 
 
 2002-11-16  Alex Schroeder  <alex@gnu.org>
 
-       * erc-autoaway.el, erc-button.el, erc-fill.el, erc-match.el, 
+       * erc-autoaway.el, erc-button.el, erc-fill.el, erc-match.el,
          erc-menu.el, erc-ring.el, erc-track.el:
        Cleanup of file headers: copyright years, GPL mumbo-jumbo, commentaries.
 
        * erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el:
        * new file
 
-       erc.el:
-       * Removed auto-discard-away facility (now included in erc-autoaway.el)
-       (erc-away-p): new function
+       * erc.el: Removed auto-discard-away facility (now included in
+       erc-autoaway.el)
+       (erc-away-p): new function
 
-       erc-fill.el:
-       * (erc-fill-variable): Check wether erc-timestamp-format is bound before
-                              using it (erc-fill.el does not require erc-stamp).
+       * erc-fill.el (erc-fill-variable): Check whether erc-timestamp-format
+       is bound before using it (erc-fill.el does not require erc-stamp).
 
 2002-11-10  Alex Schroeder  <alex@gnu.org>
 
        2) (misfeature) ERC notices the user in the minibuffer when it
           ignores something - this can get very annoying, since the
           minibuffer is also visible when not looking at ERC buffers.
-          Added a customizeable variable for this, the default is nil.
+          Added a customizable variable for this, the default is nil.
        3) (wishlist) There is no IGNORE or UNIGNORE command.
           Added.
        4) (wishlist) Some IRC clients, notably irssi, allow the user to
           ignore "replies" to ignored people. A reply is defined as a
           line starting with "nick:", where nick is the nick of an
-          ignored person. Added that functionaly.
+          ignored person. Added that functionality.
        Done by Jorgen Schaefer <forcer@forcix.cx>
 
 2002-11-02  Alex Schroeder  <alex@gnu.org>
        * erc-notify.el: Add pcomplete support
 
        * erc.el:
-       Remove autoload statments, remove autoload cookie from erc-mode and erc-info-mode
+       Remove autoload statements, remove autoload cookie from erc-mode and erc-info-mode
 
        * erc-fill.el, erc-match.el: add/remove autoload cookies
 
        (erc-stamp-disable): Renamed erc-stamp-destroy.
        (erc-timestamp-mode): Use new names.
 
-       * erc.el: Removed autload for erc-complete and
+       * erc.el: Removed autoload for erc-complete and
        erc-track-modified-channels-mode -- the autoload cookie should do
        that instead.
        (erc-input-message): Doc string, removed binding for erc-complete.
 2002-07-22  Mario Lang  <mlang@delysid.org>
 
        * erc.el:
-       Removed timestamp related code and moved into erc-stampe.l
+       Removed timestamp related code and moved into erc-stamp.el
 
        * erc-stamp.el:
        Timestamping code moved out of erc.el. Additional, now we can timestamp either on the left or on the right side
 
        * erc-menu.el:
        * changed how we check if we should activate "Track hidden channels" and
-         whether it should be selected - fixes a bug Xemacs where whole menu bar
+         whether it should be selected - fixes a bug XEmacs where whole menu bar
          does not work if menu is loaded
 
        * erc-menu.el:
        * erc-match.el: fixed spelling error
 
        * erc-track.el, erc-match.el: * erc-match.el:
-         highlight current nickname in its own face (deactivated by default):
+         highlight current nickname in its own face (inactive by default):
          - added erc-current-nick-highlight-type, erc-current-nick-face,
            erc-current-nick-p
 
 
 2002-06-17  Diane Murray  <disumu@x3y2z1.net>
 
-       * erc.el: * added beginning suport for 005 numerics:
+       * erc.el: * added beginning support for 005 numerics:
          - added buffer local variable erc-server-parameters
          - added erc-server-005, which sets erc-server-parameters if the server has
            used this code to show its parameters
        * erc.el:
        * added erc-set-channel-limit, erc-set-channel-key, erc-toggle-channel-mode
 
-       * added erc-get-channel-mode-from-keypress, which is binded to C-c m
+       * added erc-get-channel-mode-from-keypress, which is bound to C-c m
          sends the next character which is typed to one of the 3 new functions
          - did not remove erc-invite-only-mode and it's key binding in case
            people are used to it, although it probably should be removed...
 
        * added s461 to english catalog
 
-       * fixed bug where Xemacs would not quit if erc-quit-reason was
+       * fixed bug where XEmacs would not quit if erc-quit-reason was
          set to erc-quit-reason-various and assoc-default was not defined
 
 2002-06-04  Andreas Fuchs  <asf@void.at>
          (require 'erc-nickserv) is now necessary for this to work
 
        * erc.el:
-       * results of /COUNTRY now formatted as notice; errors are ignored, 
+       * results of /COUNTRY now formatted as notice; errors are ignored,
          fixing
          bug which made prompt disappear
 
        * added undefined-ctcp error message to english catalog
 
        * changed some (when (not erc-disable-ctcp-replies) to use unless instead
-         and some if's without else statments to use when or use
+         and some if's without else statements to use when or use
 
        * CTCP replies now use erc-display-message, formatted as notices
 
        Changed some instances of member to memq.
 
        * erc-track.el, erc.el:
-       erc.el: (erc-message-type-member): New function, used to test
+       * erc.el (erc-message-type-member): New function, used to test
        for message type. Require erc-parsed text-property.
-       erc-track.el: erc-track-exclude-types: New variable. Defaults to ("JOIN" "PART") right now for testing, it should eventually set to nil soon again.
-       (erc-track-modified-channels): Use above fun and var to optionally exclude certain message types from channel tracking.
+       * erc-track.el (erc-track-exclude-types): New variable. Defaults
+       to ("JOIN" "PART") right now for testing, it should eventually set
+       to nil soon again.
+       (erc-track-modified-channels): Use above fun and var to optionally
+       exclude certain message types from channel tracking.
 
 2002-05-28  Diane Murray  <disumu@x3y2z1.net>
 
          - added variable erc-whowas-on-nosuchnick
          - in erc-server-401 do WHOWAS if erc-whowas-on-nosuchnick is non-nil
 
-       * erc.el: forgot documentaion for erc-nickserv-alist
+       * erc.el: forgot documentation for erc-nickserv-alist
 
        * erc.el: NickServ identification changed and enhanced:
        - erc-nickserv-identify-autodetect now called from erc-server-NOTICE-hook
          - in erc-fill-variable: set fill-column to value of erc-fill-column
 
        * erc.el: erc.el:
-       * fixed bug where topic wasn't being set when chanel name was provided
+       * fixed bug where topic wasn't being set when channel name was provided
 
        erc-fill.el:
        * filling with erc-fill-variable now works with custom defined fill width:
        * erc-chess.el: more fixing.
 
        Now, the 'match question works. It sends an accept back.
-       But display popup doesnt work..
+       But display popup doesn't work..
 
        * erc-chess.el: fixup (still far from working)
 
 
        * erc.el: remove trailing \n from any sent text
 
-       * servers.pl, erc-bbdb.el, erc-button.el, erc-chess.el, 
-         erc-complete.el, erc-fill.el, erc-ibuffer.el, erc-list.el, 
-         erc-match.el, erc-menu.el, erc-nets.el, erc-replace.el, 
+       * servers.pl, erc-bbdb.el, erc-button.el, erc-chess.el,
+         erc-complete.el, erc-fill.el, erc-ibuffer.el, erc-list.el,
+         erc-match.el, erc-menu.el, erc-nets.el, erc-replace.el,
          erc-speak.el, erc-speedbar.el, erc-track.el, erc.el:
        clean whitespace
 
        fixup release, far from ready for real usage, but it appears to work.
 
        * erc.el:
-       speed improvments based on elp-instrument-package RET erc- RET results
+       speed improvements based on elp-instrument-package RET erc- RET results
 
        * erc-chess.el: initial version.
        please test it
 
        (as usual, blank password)
 
-       Add the resulting dir to your load-path and reqire erc-chess.
+       Add the resulting dir to your load-path and require erc-chess.
 
        Usage: Just do /chess nickname
        The remote end much use erc, as no other irc client I know of supports this ...
 
        * erc-track.el:
        experimental: Added face support to mode-line channel activity tracker.
-       Currently we use the faces used for indicating in the buffer (erc-pal-face for channels with pal acitivity...)
+       Currently we use the faces used for indicating in the buffer (erc-pal-face for channels with pal activity...)
 
 2002-03-05  Mario Lang  <mlang@delysid.org>
 
 
        * erc-track.el: Implemented channel name shortening.
        Vars erc-track-cutoff says: all channel names longer than this will be shortened.
-       Var erc-track-minimum-channel-length says: dont make names shorten than this.
+       Var erc-track-minimum-channel-length says: don't make names shorten than this.
        (Thanks go out to kensanata for the nice unique-substrings utility function).
 
        * erc.el 2002-07-15T00:01:34Z!raeburn@raeburn.org: silly typo corrected
 
-       * erc.el:       * erc.el: * New varialbe: erc-common-server-name-suffixes
+       * erc.el: New variable: erc-common-server-name-suffixes
          This alist can be used to change the server names displayed in mode-line
          to a shorter version..
        * New function: erc-shorten-server-name (uses var above)
        Demonstrates how the new hook system can be nicely used.
 
        * erc.el:
-       new hook: erc-default-server-hook. This one gets called if we dont have anything defined for a certain IRC server message.
+       new hook: erc-default-server-hook. This one gets called if we don't have anything defined for a certain IRC server message.
        New function: erc-default-server-handler. (used by above hook).
        New function: erc-debug-missing-hooks: Used by above hook to save a list of unimplemented server messages.
        New function: erc-server-buffer, erc-server-buffer-p.
 
        * erc.el: Use nreverse instead of reverse.
        Use eq instead of equal where possible.
-       Rewrote erc-get-buffer to not use find-if (find-if does very deep function-call nesting, which isnt good ina  defun which is called so often)
+       Rewrote erc-get-buffer to not use find-if (find-if does very deep function-call nesting, which isn't good in a defun which is called so often)
 
 2002-02-13  Mario Lang  <mlang@delysid.org>
 
        * erc.el: * erc-format-nick-function: New variable.
        * (erc-format-nick): The default for above var. Just return the nick.
        * (erc-format-@nick): Prefix NICK with @ or + if OP or VOICE.
-       * Removed erc-track-modified-channels related code and moved into erc-tracke.l
+       * Removed erc-track-modified-channels related code and moved into erc-track.el
           Its auto-loaded now
 
        * erc-track.el: Split code from erc.el
 
        * servers.pl:
        Script to convert mircs servers.ini to a elisp salist kind of thing.
-       (development tool, it doesnt help you much as a user)
+       (development tool, it doesn't help you much as a user)
 
        * erc.el:
        * erc-display-line-buffer: renamed to erc-display-line-1
        Minor docstring fixes (using M-x checkdoc-current-buffer)
          If you find time, and you are native english speaker, do that too!!
 
-       * erc.el: fixed macro-invokation
+       * erc.el: fixed macro-invocation
 
 2002-01-31  Andreas Fuchs  <asf@void.at>
 
 
 See ChangeLog.01 for earlier changes.
 
-    Copyright (C) 2002, 2006, 2007, 2008 Free Software Foundation, Inc.
+       Copyright (C) 2002, 2006-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -2616,5 +2618,3 @@ See ChangeLog.01 for earlier changes.
 ;; Local Variables:
 ;; coding: utf-8
 ;; End:
-
-;; arch-tag: a6779d5e-99fa-442b-98cf-90e73eb2c272