Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/erc/ChangeLog Mon Aug 07 07:43:37 2006 +0000 +++ b/lisp/erc/ChangeLog Mon Aug 07 07:43:48 2006 +0000 @@ -1,3 +1,18 @@ +2006-08-07 Michael Olson <mwolson@gnu.org> + + * erc-backend.el (erc-process-sentinel-1): Use erc-display-message + in several places instead of inserting text. + (erc-process-sentinel): Move to the input-marker before removing + the prompt. + + * erc.el (erc-port): Fix customization options. + (erc-display-message): Handle null type explicitly. Previously, + this was relying on a chance side-effect. Cosmetic indentation + tweak. + (english): Add 'finished and 'terminated entries to the catalog. + Add initial and terminal newlines to 'disconnected and + 'disconnected-noreconnect entries. Avoid long lines. + 2006-08-06 Michael Olson <mwolson@gnu.org> * erc.el (erc-arrange-session-in-multiple-windows): Fix bug with
