diff options
| author | Gerd Moellmann | 2000-02-21 13:00:25 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-21 13:00:25 +0000 |
| commit | f0a6c717e27cda12ba60d5afcd01a09d2e8cba67 (patch) | |
| tree | 3b90105adaac81e5fa68fbc2a308bf6025228f43 /lisp/ChangeLog | |
| parent | ed58ed834c342bb2dc4fc7f4e70d34d0e782173a (diff) | |
| download | emacs-f0a6c717e27cda12ba60d5afcd01a09d2e8cba67.tar.gz emacs-f0a6c717e27cda12ba60d5afcd01a09d2e8cba67.zip | |
(format-annotate-single-property-change): Handle
properties.with dotted-list values.
(format-proper-list-p): New function.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f644d8f1569..312d8351ab6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-02-21 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * format.el (format-annotate-single-property-change): Handle | ||
| 4 | properties.with dotted-list values. | ||
| 5 | (format-proper-list-p): New function. | ||
| 6 | |||
| 7 | * enriched.el (enriched-face-ans): Handle '(foreground-color | ||
| 8 | . COLOR) and (background-color . COLOR). | ||
| 9 | |||
| 1 | 2000-02-20 Dave Love <fx@gnu.org> | 10 | 2000-02-20 Dave Love <fx@gnu.org> |
| 2 | 11 | ||
| 3 | * textmodes/flyspell.el (flyspell-mouse-map): Change definition | 12 | * textmodes/flyspell.el (flyspell-mouse-map): Change definition |