From 1fb7f872794d6a3b087655fb774039703041a225 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 13 Sep 2001 10:04:14 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ lisp/ChangeLog | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8de82fb52fa..ba69bfcb854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-09-13 Milan Zamazal + + * progmodes/compile.el (grep-compute-defaults): Don't set + grep-command/grep-find-command when it is already non-nil. + (grep-command): Make it a user option. + (grep-find-command): Likewise. + 2001-09-05 Gerd Moellmann * configure.in: Avoid `$@' which is handled specially in diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95b3e8fdc0a..a7342b1d7f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2001-09-13 Gerd Moellmann + + * simple.el (minibuffer-prompt-modification) + (minibuffer-prompt-insertion): New functions. + (minibuffer-prompt-properties): Use `modification-hooks' and + `insert-in-front-hooks'. + 2001-09-12 Richard M. Stallman * textmodes/outline.el (outline-regexp): Doc fix. @@ -5,6 +12,10 @@ 2001-09-12 Gerd Moellmann + * ediff-mult.el (ediff-get-meta-info): Take into account that data + from `ediff-meta-info' properties need not be an overlay. From + David Ponce . + * isearch.el (isearch-intersects-p): Fix end checks. 2001-09-11 Eli Zaretskii -- 2.39.5