emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog elisp.texi frames.t...


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog elisp.texi frames.t...
Date: Tue, 12 May 2009 03:31:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/05/12 03:31:59

Modified files:
        doc/lispref    : ChangeLog elisp.texi frames.texi vol1.texi 
                         vol2.texi 

Log message:
        * 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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.272&r2=1.273
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/elisp.texi?cvsroot=emacs&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/frames.texi?cvsroot=emacs&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/vol1.texi?cvsroot=emacs&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/vol2.texi?cvsroot=emacs&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -b -r1.272 -r1.273
--- ChangeLog   11 May 2009 06:15:14 -0000      1.272
+++ ChangeLog   12 May 2009 03:31:58 -0000      1.273
@@ -1,3 +1,12 @@
+2009-05-12  Chong Yidong  <address@hidden>
+
+       * 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  <address@hidden>
 
        * windows.texi (Choosing Window): Don't explicitly refer to

Index: elisp.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/elisp.texi,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- elisp.texi  1 May 2009 15:32:02 -0000       1.35
+++ elisp.texi  12 May 2009 03:31:59 -0000      1.36
@@ -982,7 +982,7 @@
 * 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
 

Index: frames.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/frames.texi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- frames.texi 4 May 2009 19:43:22 -0000       1.27
+++ frames.texi 12 May 2009 03:31:59 -0000      1.28
@@ -477,7 +477,7 @@
 * 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 @@
 and bar becomes a narrower bar).
 @end defvar
 
address@hidden Color Parameters
address@hidden Color Parameters
address@hidden Font and Color Parameters
address@hidden Font and Color Parameters
 
-  These frame parameters control the use of colors.
+  These frame parameters control the use of fonts and colors.
 
 @table @code
address@hidden 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 @@
   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.
address@hidden Parameters}.
address@hidden 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

Index: vol1.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/vol1.texi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- vol1.texi   1 May 2009 15:32:02 -0000       1.11
+++ vol1.texi   12 May 2009 03:31:59 -0000      1.12
@@ -991,7 +991,7 @@
 * 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
 

Index: vol2.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/vol2.texi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- vol2.texi   1 May 2009 15:32:02 -0000       1.11
+++ vol2.texi   12 May 2009 03:31:59 -0000      1.12
@@ -990,7 +990,7 @@
 * 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]