]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/ChangeLog.02
Fix typos.
[gnu-emacs] / lisp / erc / ChangeLog.02
index 7221ddca22602f7f9531613bde302cca99fc4840..fd015f017e78ab081f792241efb87ccdd78ce69b 100644 (file)
        (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-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>
 
        * 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
 
 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
        * 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
 
        * 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