aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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