emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: John-David T. Smith
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 18 Apr 2006 23:46:54 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9416 emacs/lisp/ChangeLog:1.9417
--- emacs/lisp/ChangeLog:1.9416 Tue Apr 18 23:04:23 2006
+++ emacs/lisp/ChangeLog        Tue Apr 18 23:46:53 2006
@@ -1,3 +1,16 @@
+2006-04-18  J.D. Smith  <address@hidden>
+
+       * comint.el (comint-previous-input): Don't clobber input line
+       when moving off either end of the input history ring.
+       (comint-delete-input): New function, used by
+       `comint-previous-input' and others.
+       (comint-previous-matching-input): Use
+       `coming-delete-input'. Save the partial input if leaving the
+       edit line.  Goto point-max before deleting input to avoid
+       partial input fragments hanging around.
+       (comint-restore-input): New function, used by
+       `comint-previous-input', and bound to [C-c C-g].
+
 2006-04-18  Luc Teirlinck  <address@hidden>
 
        * imenu.el (imenu--index-alist): Balance parentheses.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]