changeset 93012:b49a04359896

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 16 Mar 2008 17:45:11 +0000
parents b1cbc5b82a29
children 6fb99dfc30ca
files lisp/ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Mar 16 17:44:31 2008 +0000
+++ b/lisp/ChangeLog	Sun Mar 16 17:45:11 2008 +0000
@@ -1,3 +1,19 @@
+2008-03-16  Juri Linkov  <juri@jurta.org>
+
+	* isearch.el (isearch-edit-string): Use search-ring-yank-pointer
+	and regexp-search-ring-yank-pointer for the HISTPOS argument of
+	read-from-minibuffer to provide the correct initial minibuffer
+	history position in isearch-edit-string when it is called from
+	isearch-ring-adjust.
+
+	* menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
+	to check if the current buffer is the minibuffer, and in this case
+	call abort-recursive-edit to kill the minibuffer.  Doc fix.
+	(kill-this-buffer-enabled-p): Allow this function to return non-nil
+	when the current buffer is the minibuffer.
+
+	* simple.el (goto-line): Leave mark at previous position.  Doc fix.
+
 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
 
 	* doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):