diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f8e2e9b22dcf0d6812f3ea04f34655aa814a2846..f07f4ca1cd041dc900803183615a636ab4acfa55 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,12 @@ +2009-05-12 Chong Yidong + + * frames.texi (Font and Color Parameters): Rename from Color + Parameters. Document font-backend parameter. + + * vol2.texi (Top): Update node listing. + * vol1.texi (Top): Update node listing. + * elisp.texi (Top): Update node listing. + 2009-05-11 Martin Rudalics * windows.texi (Choosing Window): Don't explicitly refer to diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 9cf709bdd09794830c42851037def319a8b7aa94..d6c4040dd0b29793ab119da8e410aacf5d705144 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -982,7 +982,7 @@ Window Frame Parameters * Buffer Parameters:: Which buffers have been or should be shown. * Management Parameters:: Communicating with the window manager. * Cursor Parameters:: Controlling the cursor appearance. -* Color Parameters:: Colors of various parts of the frame. +* Font and Color Parameters:: Colors of various parts of the frame. Positions diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 2805216557579d508e74454d0c986f467a51d701..a2b1431693a6b39b46a5bf7415c10dc00abd2f07 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -477,7 +477,7 @@ terminal frames. * Buffer Parameters:: Which buffers have been or should be shown. * Management Parameters:: Communicating with the window manager. * Cursor Parameters:: Controlling the cursor appearance. -* Color Parameters:: Colors of various parts of the frame. +* Font and Color Parameters:: Fonts and colors for the frame text. @end menu @node Basic Parameters @@ -812,12 +812,20 @@ modificatoin of the usual cursor type (solid box becomes hollow box, and bar becomes a narrower bar). @end defvar -@node Color Parameters -@subsubsection Color Parameters +@node Font and Color Parameters +@subsubsection Font and Color Parameters - These frame parameters control the use of colors. + These frame parameters control the use of fonts and colors. @table @code +@item font-backend +A list of symbols, specifying the @dfn{font backends} to use for +drawing fonts in the frame, in order of priority. On X, there are +currently two available font backends: @code{x} (the X core font +driver) and @code{xft} (the Xft font driver). On other systems, there +is only one available font backend, so it does not make sense to +modify this frame parameter. + @item background-mode This parameter is either @code{dark} or @code{light}, according to whether the background color is a light one or a dark one. @@ -1844,7 +1852,7 @@ is over mouse-sensitive text. These variables affect newly created frames. They do not normally affect existing frames; however, if you set the mouse color of a frame, that also installs the current value of those two variables. -@xref{Color Parameters}. +@xref{Font and Color Parameters}. The values you can use, to specify either of these pointer shapes, are defined in the file @file{lisp/term/x-win.el}. Use @kbd{M-x apropos diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index e09e51625ae29e66c69b4f674909759c7a927899..009758093025419ff83aa9ce362f896b8e48fbd2 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -991,7 +991,7 @@ Window Frame Parameters * Buffer Parameters:: Which buffers have been or should be shown. * Management Parameters:: Communicating with the window manager. * Cursor Parameters:: Controlling the cursor appearance. -* Color Parameters:: Colors of various parts of the frame. +* Font and Color Parameters:: Colors of various parts of the frame. Positions diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index cf38d3ca84a83ef31f505a47e53358c2157b1afb..2ae6b0c5d742c680418e9f0cfdcc0262e801b826 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi @@ -990,7 +990,7 @@ Window Frame Parameters * Buffer Parameters:: Which buffers have been or should be shown. * Management Parameters:: Communicating with the window manager. * Cursor Parameters:: Controlling the cursor appearance. -* Color Parameters:: Colors of various parts of the frame. +* Font and Color Parameters:: Colors of various parts of the frame. Positions