aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2004-06-04 23:30:03 +0000
committerMiles Bader2004-06-04 23:30:03 +0000
commit8e330b2257db682ec067cdd72d8e7a4580f97505 (patch)
tree08a967c7ac797f88fe7b9aa2ec18ab2bd1439aa0 /src/ChangeLog
parentbfd40f00f773024159ca04ee393030115393ac6a (diff)
downloademacs-8e330b2257db682ec067cdd72d8e7a4580f97505.tar.gz
emacs-8e330b2257db682ec067cdd72d8e7a4580f97505.zip
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
(tty_supports_face_attributes_p): Ensure attributes differ from default This implements the property of `display-supports-face-attributes-p' which says that the specified attributes must be distinguishable from those of the default face.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b3acf8f578..d9000d6dd05 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-06-05 Miles Bader <miles@gnu.org>
2
3 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
4 attributes have different values than the default face.
5
12004-06-04 Eli Zaretskii <eliz@gnu.org> 62004-06-04 Eli Zaretskii <eliz@gnu.org>
2 7
3 * xfaces.c (x_supports_face_attributes_p): Make this function 8 * xfaces.c (x_supports_face_attributes_p): Make this function