changeset 82062:2ddc3c045232

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Mon, 23 Jul 2007 20:29:46 +0000
parents 62d33d80e1db
children 98cb9705c5b6
files lisp/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jul 23 20:29:27 2007 +0000
+++ b/lisp/ChangeLog	Mon Jul 23 20:29:46 2007 +0000
@@ -1,3 +1,21 @@
+2007-07-23  Juri Linkov  <juri@jurta.org>
+
+	* isearch.el (isearch-message-function): New variable.
+	(isearch-update, isearch-search): Use it.
+
+	* simple.el (goto-history-element): New function created from
+	next-history-element.
+	(next-history-element): Most code moved to goto-history-element.
+	Call goto-history-element with (- minibuffer-history-position n).
+	(previous-history-element): Call goto-history-element with (+
+	minibuffer-history-position n).
+	(minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
+	(minibuffer-history-isearch-message-overlay): New buffer-local variable.
+	(minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
+	(minibuffer-history-isearch-search, minibuffer-history-isearch-message)
+	(minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
+	(minibuffer-history-isearch-pop-state): New functions.
+
 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
 	* vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.