Mercurial > emacs
comparison etc/NEWS @ 107521:54f3a4d055ee
Document font-use-system-font.
* cmdargs.texi (Font X): Move most content to Fonts.
* frames.texi (Fonts): New node. Document font-use-system-font.
* emacs.texi (Top):
* xresources.texi (Table of Resources):
* mule.texi (Defining Fontsets, Charsets): Update xrefs.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 20 Mar 2010 13:24:06 -0400 |
parents | 6ac7a46c38cc |
children | 2ba213d1dc9a |
comparison
equal
deleted
inserted
replaced
107520:77fe45f37334 | 107521:54f3a4d055ee |
---|---|
69 +++ | 69 +++ |
70 ** The pointer now becomes invisible when typing. | 70 ** The pointer now becomes invisible when typing. |
71 Customize `make-pointer-invisible' to disable this feature. | 71 Customize `make-pointer-invisible' to disable this feature. |
72 | 72 |
73 ** Font changes | 73 ** Font changes |
74 | 74 +++ |
75 *** Emacs can use the system default monospaced font in Gnome. | 75 *** Emacs can use the system default monospaced font in Gnome. |
76 To enable this feature, set `font-use-system-font' to non-nil (it is | 76 To enable this feature, set `font-use-system-font' to non-nil (it is |
77 nil by default). If the system default changes, Emacs changes also. | 77 nil by default). If the system default changes, Emacs changes also. |
78 This feature requires Gconf support, which is automatically included | 78 This feature requires Gconf support, which is automatically included |
79 at compile-time if configure detects the gconf libraries (you can | 79 at compile-time if configure detects the gconf libraries (you can |
80 disable this with the configure option --without-gconf). | 80 disable this with the configure option --without-gconf). |
81 | 81 --- |
82 *** On X11, Emacs reacts to Xft changes made by configuration tools, | 82 *** On X11, Emacs reacts to Xft changes made by configuration tools, |
83 via the XSETTINGS mechanism. This includes antialias, hinting, | 83 via the XSETTINGS mechanism. This includes antialias, hinting, |
84 hintstyle, RGBA, DPI and lcdfilter changes. | 84 hintstyle, RGBA, DPI and lcdfilter changes. |
85 | 85 |
86 +++ | 86 +++ |