Mercurial > emacs
diff lisp/ChangeLog @ 39272:d8fa6a1b7667
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 13 Sep 2001 10:04:14 +0000 |
parents | 2047dec7f46f |
children | 58cf0f945881 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 13 10:02:35 2001 +0000 +++ b/lisp/ChangeLog Thu Sep 13 10:04:14 2001 +0000 @@ -1,3 +1,10 @@ +2001-09-13 Gerd Moellmann <gerd@gnu.org> + + * 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 <rms@gnu.org> * textmodes/outline.el (outline-regexp): Doc fix. @@ -5,6 +12,10 @@ 2001-09-12 Gerd Moellmann <gerd@gnu.org> + * 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 <dponce@voila.fr>. + * isearch.el (isearch-intersects-p): Fix end checks. 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>