comparison lisp/erc/ChangeLog @ 68630:86c478cccc57

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46 Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
author Miles Bader <miles@gnu.org>
date Sun, 05 Feb 2006 12:42:51 +0000
parents 154856fa56cb
children 2de3fcf69715
comparison
equal deleted inserted replaced
68629:7d4f2e278195 68630:86c478cccc57
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.
31
32 2006-01-31 Michael Olson <mwolson@gnu.org>
33
34 * erc-stamp.el: Update copyright years.
5 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.
9 39