diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c4f861626fd..70c3d9d8942 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2004-06-04 Miles Bader <miles@gnu.org> | 1 | 2004-06-04 Miles Bader <miles@gnu.org> |
| 2 | 2 | ||
| 3 | * faces.el (face-differs-from-default-p): Use a different | ||
| 4 | implementation, so we can really check whether FACE displays | ||
| 5 | differently or not. | ||
| 6 | |||
| 7 | 2004-06-04 Miles Bader <miles@gnu.org> | ||
| 8 | |||
| 3 | * faces.el (display-supports-face-attributes-p): Implement a | 9 | * faces.el (display-supports-face-attributes-p): Implement a |
| 4 | `different from default' check for non-tty displays. | 10 | `different from default' check for non-tty displays. |
| 5 | 11 | ||