summaryrefslogtreecommitdiff
path: root/doc/lispref
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-01-08 11:45:50 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-01-08 11:45:50 +0000
commit6221c8db7cab421e94787157228e7d1ac395274d (patch)
tree0f2b61064d20eb9bebddfeb6dc31a5ef38f52e22 /doc/lispref
parent29f1f001aceab548fbdd1e4ef3edfaf3591171c8 (diff)
downloademacs-6221c8db7cab421e94787157228e7d1ac395274d.tar.gz
* display.texi (Attribute Functions): Note that a function value
:height is relative, and that compatibility functions work by calling set-face-attribute. (Displaying Faces): Reorder list in order of increasing priority. (Face Remapping): New node. Content moved here from Displaying Faces. (Glyphs): Link to Face Functions.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 3ba23b3c3f0..7e0ea289c96 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,15 @@
2009-01-08 Chong Yidong <cyd@stupidchicken.com>
+ * display.texi (Attribute Functions): Note that a function value
+ :height is relative, and that compatibility functions work by
+ calling set-face-attribute.
+ (Displaying Faces): Reorder list in order of increasing priority.
+ (Face Remapping): New node. Content moved here from Displaying
+ Faces.
+ (Glyphs): Link to Face Functions.
+
+2009-01-08 Chong Yidong <cyd@stupidchicken.com>
+
* display.texi (Faces): Don't discuss face id here. facep does
not return t.
(Defining Faces): Minor clarification.