diff options
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index c77b091bdb4..9646318e758 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,8 +1,38 @@ | |||
| 1 | 2006-02-05 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * erc-spelling.el (erc-spelling-init): If | ||
| 4 | `erc-spelling-dictionaries' is nil, do not set | ||
| 5 | ispell-local-dictionary. Before, it was being set to nil, which | ||
| 6 | was causing a long delay while the ispell process restarted. | ||
| 7 | (erc-spelling-unhighlight-word): New function that removes | ||
| 8 | flyspell properties from a spell-checked word. | ||
| 9 | (erc-spelling-flyspell-verify): Don't spell-check nicks or words | ||
| 10 | that have '/' before them. | ||
| 11 | |||
| 12 | 2006-02-04 Michael Olson <mwolson@gnu.org> | ||
| 13 | |||
| 14 | * erc-autojoin.el: Use (eval-when-compile (require 'cl)). | ||
| 15 | |||
| 16 | * erc-complete.el (erc-nick-completion-exclude-myself) | ||
| 17 | (erc-try-complete-nick): Use better function for getting list of | ||
| 18 | channel users. | ||
| 19 | |||
| 20 | * erc-goodies.el: Docfix. | ||
| 21 | |||
| 22 | * erc-stamp.el: Use new arch tagline, since the other one wasn't | ||
| 23 | being treated properly. | ||
| 24 | |||
| 25 | * erc.el (erc-version-string): Release ERC 5.1.1 | ||
| 26 | |||
| 1 | 2006-02-03 Zhang Wei <id.brep@gmail.com> (tiny change) | 27 | 2006-02-03 Zhang Wei <id.brep@gmail.com> (tiny change) |
| 2 | 28 | ||
| 3 | * erc.el (erc-version-string): Don't hard-code Emacs version. | 29 | * erc.el (erc-version-string): Don't hard-code Emacs version. |
| 4 | (erc-version): Use emacs-version. | 30 | (erc-version): Use emacs-version. |
| 5 | 31 | ||
| 32 | 2006-01-31 Michael Olson <mwolson@gnu.org> | ||
| 33 | |||
| 34 | * erc-stamp.el: Update copyright years. | ||
| 35 | |||
| 6 | 2006-01-30 Simon Josefsson <jas@extundo.com> | 36 | 2006-01-30 Simon Josefsson <jas@extundo.com> |
| 7 | 37 | ||
| 8 | * erc.el (erc-open-ssl-stream): Use tls.el. | 38 | * erc.el (erc-open-ssl-stream): Use tls.el. |