diff options
| author | Juri Linkov | 2014-12-06 01:55:20 +0200 |
|---|---|---|
| committer | João Távora | 2015-01-13 07:39:15 +0000 |
| commit | 18a89a069c3d66ddb96e512f254f67f69d51ae22 (patch) | |
| tree | c3d1de00e208bdbac364d407d3a3cd7857d506e6 /lisp/ChangeLog | |
| parent | b544ab561fcb575790c963a2eda51524fa366409 (diff) | |
| download | emacs-18a89a069c3d66ddb96e512f254f67f69d51ae22.tar.gz emacs-18a89a069c3d66ddb96e512f254f67f69d51ae22.zip | |
Better support for multi-line shell input.
* lisp/comint.el (comint-history-isearch-search)
(comint-history-isearch-wrap): Use field-beginning instead of
comint-line-beginning-position.
(comint-send-input): Go to the end of the field instead of the end
of the line to accept whole multi-line input.
http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
[backport from trunk]
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8481dd1fcce..ff384a4c14d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-01-13 Juri Linkov <juri@linkov.net> | ||
| 2 | |||
| 3 | * comint.el (comint-history-isearch-search) | ||
| 4 | (comint-history-isearch-wrap): Use field-beginning instead of | ||
| 5 | comint-line-beginning-position. | ||
| 6 | (comint-send-input): Go to the end of the field instead of the end | ||
| 7 | of the line to accept whole multi-line input. | ||
| 8 | http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html | ||
| 9 | |||
| 1 | 2015-01-09 Eli Zaretskii <eliz@gnu.org> | 10 | 2015-01-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * net/net-utils.el (net-utils-run-program, net-utils-run-simple): | 12 | * net/net-utils.el (net-utils-run-program, net-utils-run-simple): |