diff options
| author | Richard M. Stallman | 2006-08-10 04:19:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-08-10 04:19:57 +0000 |
| commit | 5667ecd2caf9e6f70eaf775a28668e6130a525e3 (patch) | |
| tree | 5a3a3c804e2f1a50bb054d24ca4b09147832e32e /lisp | |
| parent | cd7890bd1af96ddbdaebccb45291f72d94d18941 (diff) | |
| download | emacs-5667ecd2caf9e6f70eaf775a28668e6130a525e3.tar.gz emacs-5667ecd2caf9e6f70eaf775a28668e6130a525e3.zip | |
(Format Faces): Substantial rewrites to deal with face merging. Empty
regions don't count. Clarify face property inheritance.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f2ee7d31d7..f584383ec23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-08-10 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces. | ||
| 4 | (facemenu-set-face): Doc fix. | ||
| 5 | |||
| 1 | 2006-08-09 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-08-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * avoid.el (mouse-avoidance-animating-pointer): New var. | 8 | * avoid.el (mouse-avoidance-animating-pointer): New var. |