]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/ChangeLog
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
[gnu-emacs] / lisp / erc / ChangeLog
index 5d533ed258b5035a91ee00941abb995d01d1fbb0..50b37eb044f6fa85819a9bc04d34e7b5cfb5a6bc 100644 (file)
@@ -1,3 +1,84 @@
+2006-02-07  Michael Olson  <mwolson@gnu.org>
+
+       * ChangeLog.01, ChangeLog.02, ChangeLog.03, ChangeLog.04,
+       ChangeLog.05: Rename from ChangeLog.NNNN in order to disambiguate
+       the filenames in DOS.
+
+       * erc-goodies.el: Comment fix.
+
+       * erc-hecomplete.el: Rename from erc-complete.el.  Update
+       commentary.  Use define-erc-module so that it's possible to
+       actually use this.
+       (erc-hecomplete): Rename function from `erc-complete'.
+       (erc-hecomplete): Rename group from `erc-old-complete'.  Docfix.
+
+       * erc-join.el: Rename from erc-autojoin.el.
+
+       * erc-networks.el: Rename from erc-nets.el.
+
+       * erc-services.el: Rename from erc-nickserv.el.
+
+       * erc-stamp.el (erc-insert-aligned): Don't take 3rd argument.  Use
+       the simpler `indent-to' function when
+       `erc-timestamp-right-align-by-pixel' is nil.
+       (erc-insert-timestamp-right): If the timestamp goes on the
+       following line, don't add timestamp properties to the spaces in
+       front of it.
+
+       * erc.el (erc-migrate-modules): New function that eases migration
+       of module names.
+       (erc-modules): Call erc-migrate-modules in the :get accessor.
+       (erc-modules, erc-update-modules): Update for new modules names.
+       (erc-cmd-SMV): Remove, since this does not give useful output due
+       to the version strings being removed from ERC modules.
+
+2006-02-05  Michael Olson  <mwolson@gnu.org>
+
+       * erc-spelling.el (erc-spelling-init): If
+       `erc-spelling-dictionaries' is nil, do not set
+       ispell-local-dictionary.  Before, it was being set to nil, which
+       was causing a long delay while the ispell process restarted.
+       (erc-spelling-unhighlight-word): New function that removes
+       flyspell properties from a spell-checked word.
+       (erc-spelling-flyspell-verify): Don't spell-check nicks or words
+       that have '/' before them.
+
+2006-02-04  Michael Olson  <mwolson@gnu.org>
+
+       * erc-autojoin.el: Use (eval-when-compile (require 'cl)).
+
+       * erc-complete.el (erc-nick-completion-exclude-myself)
+       (erc-try-complete-nick): Use better function for getting list of
+       channel users.
+
+       * erc-goodies.el: Docfix.
+
+       * erc-stamp.el: Use new arch tagline, since the other one wasn't
+       being treated properly.
+
+       * erc.el (erc-version-string): Release ERC 5.1.1
+
+2006-02-03  Zhang Wei  <id.brep@gmail.com>  (tiny change)
+
+       * erc.el (erc-version-string): Don't hard-code Emacs version.
+       (erc-version): Use emacs-version.
+
+2006-01-31  Michael Olson  <mwolson@gnu.org>
+
+       * erc-stamp.el: Update copyright years.
+
+2006-01-30  Simon Josefsson  <jas@extundo.com>
+
+       * erc.el (erc-open-ssl-stream): Use tls.el.
+
+2006-01-30  Michael Olson  <mwolson@gnu.org>
+
+       * erc-stamp.el (erc-timestamp-right-align-by-pixel): New option
+       that determines whether to use pixel values to align right
+       timestamps.  The default is not to do so, since it only works with
+       Emacs22 on X, and even then some people have trouble.
+       (erc-insert-aligned): Use `erc-timestamp-right-align-by-pixel'.
+
 2006-01-29  Michael Olson  <mwolson@gnu.org>
 
        * ChangeLog, ChangeLog.2005, ChangeLog.2004, ChangeLog.2003,
        sections may be skipped if using the version of ERC that comes
        with Emacs.
 
+2006-01-29  Edward O'Connor  <ted@oconnor.cx>
+
+       * erc-viper.el: Remove. Now that ERC is included in Emacs, these
+       work-arounds live in Viper itself.
+
 2006-01-28  Michael Olson  <mwolson@gnu.org>
 
        * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs
        * erc.el, erc-backend.el, erc-ezbounce.el, erc-list.el,
        erc-log.el, erc-match.el, erc-nets.el, erc-netsplit.el,
        erc-nicklist.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el:
-       Use (eval-when-compile 'cl), so that compilation doesn't fail.
+       Use (eval-when-compile (require 'cl)), so that compilation doesn't
+       fail.
 
        * erc-fill.el, erc-truncate.el: Whitespace munging.
 
        where global-mode-string is not a list.  Emacs22 permits this.
 
 
-See ChangeLog.2005 for earlier changes.
+See ChangeLog.05 for earlier changes.
 
     Copyright (C) 2006 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,