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: Mon, 23 Jul 2007 20:29:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/07/23 20:29:48

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11440
retrieving revision 1.11441
diff -u -b -r1.11440 -r1.11441
--- ChangeLog   23 Jul 2007 19:46:00 -0000      1.11440
+++ ChangeLog   23 Jul 2007 20:29:46 -0000      1.11441
@@ -1,3 +1,21 @@
+2007-07-23  Juri Linkov  <address@hidden>
+
+       * 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  <address@hidden>
 
        * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.




reply via email to

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