aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 95b3e8fdc0..a7342b1d7f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2001-09-13 Gerd Moellmann <[email protected]>
+
+ * 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 <[email protected]>
* textmodes/outline.el (outline-regexp): Doc fix.
@@ -5,6 +12,10 @@
2001-09-12 Gerd Moellmann <[email protected]>
+ * 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 <[email protected]>.
+
* isearch.el (isearch-intersects-p): Fix end checks.
2001-09-11 Eli Zaretskii <[email protected]>