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: Sat, 29 Mar 2008 22:57:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/03/29 22:57:21

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13242
retrieving revision 1.13243
diff -u -b -r1.13242 -r1.13243
--- ChangeLog   29 Mar 2008 22:50:11 -0000      1.13242
+++ ChangeLog   29 Mar 2008 22:57:19 -0000      1.13243
@@ -1,3 +1,19 @@
+2008-03-29  Juri Linkov  <address@hidden>
+
+       * simple.el (minibuffer-default-add-function): New variable with
+       the default to minibuffer-default-add-completions.
+       (minibuffer-default-add-done): New variable.  Make it buffer-local.
+       (minibuffer-default-add-completions): New function.
+       (goto-history-element): Set minibuffer-default-add-done to t and
+       call a function in minibuffer-default-add-function when the
+       specified absolute history position is greater than the length of
+       the minibuffer-default list and minibuffer-default-add-done is nil.
+       Change "^End of history; no next item$" to "^End of defaults;
+       no next item$".
+
+       * bindings.el (debug-ignored-errors): Change "^End of history;
+       no next item$" to "^End of defaults; no next item$".
+
 2008-03-29  Stefan Monnier  <address@hidden>
 
        * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.




reply via email to

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