emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/erc/ChangeLog


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/ChangeLog
Date: Sun, 05 Feb 2006 12:42:52 +0000

Index: emacs/lisp/erc/ChangeLog
diff -u emacs/lisp/erc/ChangeLog:1.7 emacs/lisp/erc/ChangeLog:1.8
--- emacs/lisp/erc/ChangeLog:1.7        Fri Feb  3 10:25:56 2006
+++ emacs/lisp/erc/ChangeLog    Sun Feb  5 12:42:51 2006
@@ -1,8 +1,38 @@
+2006-02-05  Michael Olson  <address@hidden>
+
+       * 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  <address@hidden>
+
+       * 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  <address@hidden>  (tiny change)
 
        * erc.el (erc-version-string): Don't hard-code Emacs version.
        (erc-version): Use emacs-version.
 
+2006-01-31  Michael Olson  <address@hidden>
+
+       * erc-stamp.el: Update copyright years.
+
 2006-01-30  Simon Josefsson  <address@hidden>
 
        * erc.el (erc-open-ssl-stream): Use tls.el.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]