comparison lisp/ChangeLog @ 93012:b49a04359896

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 16 Mar 2008 17:45:11 +0000
parents e947a4888267
children 14137c07214f
comparison
equal deleted inserted replaced
93011:b1cbc5b82a29 93012:b49a04359896
1 2008-03-16 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
4 and regexp-search-ring-yank-pointer for the HISTPOS argument of
5 read-from-minibuffer to provide the correct initial minibuffer
6 history position in isearch-edit-string when it is called from
7 isearch-ring-adjust.
8
9 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
10 to check if the current buffer is the minibuffer, and in this case
11 call abort-recursive-edit to kill the minibuffer. Doc fix.
12 (kill-this-buffer-enabled-p): Allow this function to return non-nil
13 when the current buffer is the minibuffer.
14
15 * simple.el (goto-line): Leave mark at previous position. Doc fix.
16
1 2008-03-16 Tassilo Horn <tassilo@member.fsf.org> 17 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
2 18
3 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc): 19 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4 Use non-nil PARENTS attribute of make-directory instead of 20 Use non-nil PARENTS attribute of make-directory instead of
5 explicitly checking existence the current cache directory. 21 explicitly checking existence the current cache directory.