# HG changeset patch # User Gerd Moellmann # Date 943352407 0 # Node ID 64e68423dca9fc4da0125891c45ff9c089489ae5 # Parent b3b1f3b51229327914390597bcc805344d124155 *** empty log message *** diff -r b3b1f3b51229 -r 64e68423dca9 lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 23 10:17:25 1999 +0000 +++ b/lisp/ChangeLog Tue Nov 23 10:20:07 1999 +0000 @@ -1,19 +1,24 @@ +1999-11-23 Gerd Moellmann + + * comint.el: Add redirection.from active comint buffers into + another buffer. Written by Peter Breton. + 1999-11-23 Stefan Monnier * emacs-lisp/autoload.el (make-autoload): Recognize the new - `define-minor-mode'. + `define-minor-mode'. (define-minor-mode): Specify `doc-string-elt'. * emacs-lisp/easy-mmode.el: Changed maintainer. (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; - Use defcustom for the hooks; Improve the auto-generated docstrings. + Use defcustom for the hooks; Improve the auto-generated docstrings. (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. (define-minor-mode): Add BODY arg; Only declare the keymap if - provided; Improve the auto-generated docstrings. + provided; Improve the auto-generated docstrings. 1999-11-22 Gerd Moellmann - * textmodes/text-mode.el (text-mode): Contruct paragraph-start so + * textmodes/text-mode.el (text-mode): Construct paragraph-start so that the leading `^' is at the start. This is necessary because paragraphs.el tries to remove anchors, but can find them only if they are the first character.