diff options
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 0d108f3087f..4091387f7fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-10-28 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * faces.el (face-attribute): Add INHERIT argument, consider face | ||
| 4 | inheritance if it's non-nil. | ||
| 5 | (face-attribute-merged-with): New function. | ||
| 6 | (face-attribute-specified-or): New macro. | ||
| 7 | (face-foreground, face-background, face-stipple): Add INHERIT | ||
| 8 | argument. Use `face-attribute-specified-or'. | ||
| 9 | |||
| 1 | 2001-10-28 Stefan Monnier <monnier@cs.yale.edu> | 10 | 2001-10-28 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 11 | ||
| 3 | * font-lock.el: Require `syntax'. | 12 | * font-lock.el: Require `syntax'. |