diff options
| author | Chong Yidong | 2009-01-08 11:45:50 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-08 11:45:50 +0000 |
| commit | 6221c8db7cab421e94787157228e7d1ac395274d (patch) | |
| tree | 0f2b61064d20eb9bebddfeb6dc31a5ef38f52e22 /doc | |
| parent | 29f1f001aceab548fbdd1e4ef3edfaf3591171c8 (diff) | |
| download | emacs-6221c8db7cab421e94787157228e7d1ac395274d.tar.gz emacs-6221c8db7cab421e94787157228e7d1ac395274d.zip | |
* 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')
| -rw-r--r-- | doc/lispref/ChangeLog | 10 |
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 @@ | |||
| 1 | 2009-01-08 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-01-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * display.texi (Attribute Functions): Note that a function value | ||
| 4 | :height is relative, and that compatibility functions work by | ||
| 5 | calling set-face-attribute. | ||
| 6 | (Displaying Faces): Reorder list in order of increasing priority. | ||
| 7 | (Face Remapping): New node. Content moved here from Displaying | ||
| 8 | Faces. | ||
| 9 | (Glyphs): Link to Face Functions. | ||
| 10 | |||
| 11 | 2009-01-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 12 | |||
| 3 | * display.texi (Faces): Don't discuss face id here. facep does | 13 | * display.texi (Faces): Don't discuss face id here. facep does |
| 4 | not return t. | 14 | not return t. |
| 5 | (Defining Faces): Minor clarification. | 15 | (Defining Faces): Minor clarification. |