emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sun, 16 Mar 2008 17:45:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/03/16 17:45:17

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13099
retrieving revision 1.13100
diff -u -b -r1.13099 -r1.13100
--- ChangeLog   16 Mar 2008 09:24:29 -0000      1.13099
+++ ChangeLog   16 Mar 2008 17:45:11 -0000      1.13100
@@ -1,3 +1,19 @@
+2008-03-16  Juri Linkov  <address@hidden>
+
+       * 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  <address@hidden>
 
        * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]