# HG changeset patch # User Nick Roberts # Date 1088013991 0 # Node ID 47243103399ea7bbab70b8574570e172c2276946 # Parent 7cd2b62c16cef1f7a658f843f683746e0cb59df3 *** empty log message *** diff -r 7cd2b62c16ce -r 47243103399e lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 23 18:04:43 2004 +0000 +++ b/lisp/ChangeLog Wed Jun 23 18:06:31 2004 +0000 @@ -1,3 +1,11 @@ +2004-06-23 Nick Roberts + + * comint.el: (comint-insert-clicked-input, comint-copy-old-input): + Remove. + (comint-insert-input, comint-mouse-insert-input): New functions + based on comint-insert-clicked-input for two bindings but just + one functionality. + 2004-06-23 Luc Teirlinck * net/goto-addr.el (goto-address-fontify): Fix help-echo text. diff -r 7cd2b62c16ce -r 47243103399e man/ChangeLog --- a/man/ChangeLog Wed Jun 23 18:04:43 2004 +0000 +++ b/man/ChangeLog Wed Jun 23 18:06:31 2004 +0000 @@ -1,3 +1,8 @@ +2004-06-21 Nick Roberts + + * misc.texi (Shell History Copying): Document comint-insert-input. + (Shell Ring): Describe comint-dynamic-list-input-ring here. + 2004-06-21 Karl Berry * info.texi (Top): mention that only Emacs has mouse support.