Mercurial > emacs
comparison lisp/erc/ChangeLog @ 68719:2de3fcf69715
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-55
Creator: Michael Olson <mwolson@gnu.org>
Merge from erc--emacs--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 08 Feb 2006 02:41:23 +0000 (2006-02-08) |
parents | 86c478cccc57 |
children | fe9073ac802e |
comparison
equal
deleted
inserted
replaced
68718:c6e88dc95401 | 68719:2de3fcf69715 |
---|---|
1 2006-02-07 Michael Olson <mwolson@gnu.org> | |
2 | |
3 * ChangeLog.01, ChangeLog.02, ChangeLog.03, ChangeLog.04, | |
4 ChangeLog.05: Rename from ChangeLog.NNNN in order to disambiguate | |
5 the filenames in DOS. | |
6 | |
7 * erc-goodies.el: Comment fix. | |
8 | |
9 * erc-hecomplete.el: Rename from erc-complete.el. Update | |
10 commentary. Use define-erc-module so that it's possible to | |
11 actually use this. | |
12 (erc-hecomplete): Rename function from `erc-complete'. | |
13 (erc-hecomplete): Rename group from `erc-old-complete'. Docfix. | |
14 | |
15 * erc-join.el: Rename from erc-autojoin.el. | |
16 | |
17 * erc-networks.el: Rename from erc-nets.el. | |
18 | |
19 * erc-services.el: Rename from erc-nickserv.el. | |
20 | |
21 * erc-stamp.el (erc-insert-aligned): Don't take 3rd argument. Use | |
22 the simpler `indent-to' function when | |
23 `erc-timestamp-right-align-by-pixel' is nil. | |
24 (erc-insert-timestamp-right): If the timestamp goes on the | |
25 following line, don't add timestamp properties to the spaces in | |
26 front of it. | |
27 | |
28 * erc.el (erc-migrate-modules): New function that eases migration | |
29 of module names. | |
30 (erc-modules): Call erc-migrate-modules in the :get accessor. | |
31 (erc-modules, erc-update-modules): Update for new modules names. | |
32 (erc-cmd-SMV): Remove, since this does not give useful output due | |
33 to the version strings being removed from ERC modules. | |
34 | |
1 2006-02-05 Michael Olson <mwolson@gnu.org> | 35 2006-02-05 Michael Olson <mwolson@gnu.org> |
2 | 36 |
3 * erc-spelling.el (erc-spelling-init): If | 37 * erc-spelling.el (erc-spelling-init): If |
4 `erc-spelling-dictionaries' is nil, do not set | 38 `erc-spelling-dictionaries' is nil, do not set |
5 ispell-local-dictionary. Before, it was being set to nil, which | 39 ispell-local-dictionary. Before, it was being set to nil, which |
391 | 425 |
392 * erc-track.el (erc-track-remove-from-mode-line): Handle case | 426 * erc-track.el (erc-track-remove-from-mode-line): Handle case |
393 where global-mode-string is not a list. Emacs22 permits this. | 427 where global-mode-string is not a list. Emacs22 permits this. |
394 | 428 |
395 | 429 |
396 See ChangeLog.2005 for earlier changes. | 430 See ChangeLog.05 for earlier changes. |
397 | 431 |
398 Copyright (C) 2006 Free Software Foundation, Inc. | 432 Copyright (C) 2006 Free Software Foundation, Inc. |
399 Copying and distribution of this file, with or without modification, | 433 Copying and distribution of this file, with or without modification, |
400 are permitted provided the copyright notice and this notice are preserved. | 434 are permitted provided the copyright notice and this notice are preserved. |
401 | 435 |