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: Thu, 01 May 2008 23:56:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/05/01 23:56:54

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13627
retrieving revision 1.13628
diff -u -b -r1.13627 -r1.13628
--- ChangeLog   1 May 2008 19:13:11 -0000       1.13627
+++ ChangeLog   1 May 2008 23:56:52 -0000       1.13628
@@ -1,3 +1,15 @@
+2008-05-01  Juri Linkov  <address@hidden>
+
+       * replace.el (occur-read-primary-args): Set default to the car of
+       regexp-history and display it in the prompt, but don't add to the
+       list of minibuffer defaults.  Bind history-add-new-input to nil to
+       not add automatically `default'.  For empty input return `default'.
+       Otherwise, add `input' to regexp-history and return it.
+       (occur-1): Signal an error for the empty regexp.
+
+       * progmodes/compile.el (compilation-auto-jump):
+       Set window point to `pos' explicitly.
+
 2008-05-01  Eric S. Raymond  <address@hidden>
 
        * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored




reply via email to

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