mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
*** empty log message ***
This commit is contained in:
parent
49da453b36
commit
42f557e541
2 changed files with 13 additions and 0 deletions
|
|
@ -141,6 +141,14 @@ to the new codes, and the new codes are used only when you configure
|
|||
Emacs with the argument "--enable-font-backend" and run Emacs with the
|
||||
same argument.
|
||||
|
||||
Which font backends to use can be specified by X resource
|
||||
"FontBackend". For instance, if you want to use Xft fonts only,
|
||||
|
||||
Emacs.FontBackend: xft
|
||||
|
||||
will work. If this resource is not set, Emacs tries to use all font
|
||||
backends available on your graphic device.
|
||||
|
||||
The configure script, if invoked with "--enable-font-backend", checks
|
||||
existing of libraries freetype and fontconfig. If they are both
|
||||
available, macro "USE_FONT_BACKEND" is defined in src/config.h. In
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2006-10-04 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* regex.c (analyse_first): Cancel the change for synching with
|
||||
HEAD.
|
||||
|
||||
2006-08-28 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* coding.c (detect_coding_system): Fix for handling off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue