aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-03-21 15:02:13 +0800
committerChong Yidong2012-03-21 15:02:13 +0800
commitfb5b8aca9928223c3fef042f1de4b50cd08fde43 (patch)
treeb1da6f261d64e95a4bbdf0566157c3919185adb2 /doc/lispref/ChangeLog
parentdc9924b8bd30e0f3f43b552070f6cac5c11942f7 (diff)
downloademacs-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 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 43ae349cb4c..77468f562c6 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,18 @@
12012-03-21 Chong Yidong <cyd@gnu.org>
2
3 * display.texi (The Echo Area): Add xref to Output Streams.
4 (Displaying Messages): Improve doc of message.
5 (Echo Area Customization, Invisible Text): Copyedits.
6 (Invisible Text): Mention that spec comparison is done with eq.
7 (Width): Improve doc of char-width.
8 (Faces): Recommend using symbol instead of string for face name.
9 Minor clarifications.
10 (Defining Faces): Copyedits. Update face example.
11 (Attribute Functions): Mark set-face-foreground etc as commands.
12 (Face Remapping): Mention text-scale-adjust. Clarify
13 face-remapping-alist and related docs.
14 (Face Functions): Don't document make-face or copy-face.
15
12012-03-20 Chong Yidong <cyd@gnu.org> 162012-03-20 Chong Yidong <cyd@gnu.org>
2 17
3 * display.texi (Forcing Redisplay): Various rewrites to reflect 18 * display.texi (Forcing Redisplay): Various rewrites to reflect