diff options
| author | Chong Yidong | 2012-03-21 15:02:13 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-21 15:02:13 +0800 |
| commit | fb5b8aca9928223c3fef042f1de4b50cd08fde43 (patch) | |
| tree | b1da6f261d64e95a4bbdf0566157c3919185adb2 /src/ChangeLog | |
| parent | dc9924b8bd30e0f3f43b552070f6cac5c11942f7 (diff) | |
| download | emacs-fb5b8aca9928223c3fef042f1de4b50cd08fde43.tar.gz emacs-fb5b8aca9928223c3fef042f1de4b50cd08fde43.zip | |
Updates to Display chapter of Lisp manual.
* doc/lispref/display.texi (The Echo Area): Add xref to Output Streams.
(Displaying Messages): Improve doc of message.
(Echo Area Customization, Invisible Text): Copyedits.
(Invisible Text): Mention that spec comparison is done with eq.
(Width): Improve doc of char-width.
(Faces): Recommend using symbol instead of string for face name.
Minor clarifications.
(Defining Faces): Copyedits. Update face example.
(Attribute Functions): Mark set-face-foreground etc as commands.
(Face Remapping): Mention text-scale-adjust. Clarify
face-remapping-alist and related docs.
(Face Functions): Don't document make-face or copy-face.
* lisp/faces.el (make-face, make-empty-face, copy-face):
* lisp/face-remap.el (face-remap-add-relative, face-remap-set-base):
Doc fixes.
* src/xfaces.c (Vface_remapping_alist): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f32309562b..7a97859ba63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-03-21 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (Vface_remapping_alist): Doc fix. | ||
| 4 | |||
| 1 | 2012-03-20 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-03-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * w32proc.c (Fw32_set_console_codepage) | 7 | * w32proc.c (Fw32_set_console_codepage) |