Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
39271:d56dcab29cce | 39272:d8fa6a1b7667 |
---|---|
1 2001-09-13 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * simple.el (minibuffer-prompt-modification) | |
4 (minibuffer-prompt-insertion): New functions. | |
5 (minibuffer-prompt-properties): Use `modification-hooks' and | |
6 `insert-in-front-hooks'. | |
7 | |
1 2001-09-12 Richard M. Stallman <rms@gnu.org> | 8 2001-09-12 Richard M. Stallman <rms@gnu.org> |
2 | 9 |
3 * textmodes/outline.el (outline-regexp): Doc fix. | 10 * textmodes/outline.el (outline-regexp): Doc fix. |
4 Initialize it in the defcustom, the usual way. | 11 Initialize it in the defcustom, the usual way. |
5 | 12 |
6 2001-09-12 Gerd Moellmann <gerd@gnu.org> | 13 2001-09-12 Gerd Moellmann <gerd@gnu.org> |
14 | |
15 * ediff-mult.el (ediff-get-meta-info): Take into account that data | |
16 from `ediff-meta-info' properties need not be an overlay. From | |
17 David Ponce <dponce@voila.fr>. | |
7 | 18 |
8 * isearch.el (isearch-intersects-p): Fix end checks. | 19 * isearch.el (isearch-intersects-p): Fix end checks. |
9 | 20 |
10 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il> | 21 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il> |
11 | 22 |