changeset 56221:47243103399e

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 23 Jun 2004 18:06:31 +0000
parents 7cd2b62c16ce
children 136f1c16dc45
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <nickrob@gnu.org>
+
+	* 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  <teirllm@auburn.edu>
 
 	* net/goto-addr.el (goto-address-fontify): Fix help-echo text.
--- 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  <nickrob@gnu.org>
+
+	* misc.texi (Shell History Copying): Document comint-insert-input.
+	(Shell Ring): Describe comint-dynamic-list-input-ring here.
+
 2004-06-21  Karl Berry  <karl@gnu.org>
 
 	* info.texi (Top): mention that only Emacs has mouse support.