Mercurial > emacs
comparison lisp/erc/ChangeLog @ 72303:430a916ae2ba
Update from erc--emacs--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-388
Creator: Michael Olson <mwolson@gnu.org>
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 07 Aug 2006 07:43:48 +0000 |
parents | ddc702799326 |
children | ebc2da6b65f6 |
comparison
equal
deleted
inserted
replaced
72302:ddc702799326 | 72303:430a916ae2ba |
---|---|
1 2006-08-07 Michael Olson <mwolson@gnu.org> | |
2 | |
3 * erc-backend.el (erc-process-sentinel-1): Use erc-display-message | |
4 in several places instead of inserting text. | |
5 (erc-process-sentinel): Move to the input-marker before removing | |
6 the prompt. | |
7 | |
8 * erc.el (erc-port): Fix customization options. | |
9 (erc-display-message): Handle null type explicitly. Previously, | |
10 this was relying on a chance side-effect. Cosmetic indentation | |
11 tweak. | |
12 (english): Add 'finished and 'terminated entries to the catalog. | |
13 Add initial and terminal newlines to 'disconnected and | |
14 'disconnected-noreconnect entries. Avoid long lines. | |
15 | |
1 2006-08-06 Michael Olson <mwolson@gnu.org> | 16 2006-08-06 Michael Olson <mwolson@gnu.org> |
2 | 17 |
3 * erc.el (erc-arrange-session-in-multiple-windows): Fix bug with | 18 * erc.el (erc-arrange-session-in-multiple-windows): Fix bug with |
4 multi-tty Emacs. | 19 multi-tty Emacs. |
5 (erc-select-startup-file): Fix bug introduced by recent change. | 20 (erc-select-startup-file): Fix bug introduced by recent change. |