aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2014-12-29 02:52:38 +0200
committerJoão Távora2015-01-13 07:39:23 +0000
commit67edddfce60169c0d0e2d6d3dce1408f04febbf1 (patch)
treea8cd652c23bba8212d1bf58515dc7bf627b77264 /lisp/ChangeLog
parent18a89a069c3d66ddb96e512f254f67f69d51ae22 (diff)
downloademacs-67edddfce60169c0d0e2d6d3dce1408f04febbf1.tar.gz
emacs-67edddfce60169c0d0e2d6d3dce1408f04febbf1.zip
More fixes to support multi-line search in comint
* lisp/comint.el (comint-history-isearch-message): Use field-beginning instead of comint-line-beginning-position - that's more fixes for http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html (comint-history-isearch-message): Fix args of isearch-message-prefix. [backport from trunk]
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff384a4c14d..fb8dfba05d5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,6 +6,12 @@
6 (comint-send-input): Go to the end of the field instead of the end 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. 7 of the line to accept whole multi-line input.
8 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html 8 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
9 (comint-history-isearch-message): Use field-beginning
10 instead of comint-line-beginning-position - that's more fixes for
11 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
12 (comint-history-isearch-message): Fix args of isearch-message-prefix.
13
14 [Backport]
9 15
102015-01-09 Eli Zaretskii <eliz@gnu.org> 162015-01-09 Eli Zaretskii <eliz@gnu.org>
11 17