# HG changeset patch # User Kenichi Handa # Date 1159945783 0 # Node ID f70eb92de85e75ba5db9668b19d68fe9bf006a6a # Parent 82904c663debdc0fedd149abe55c11d99bacecb6 *** empty log message *** diff -r 82904c663deb -r f70eb92de85e README.unicode --- a/README.unicode Wed Oct 04 07:06:28 2006 +0000 +++ b/README.unicode Wed Oct 04 07:09:43 2006 +0000 @@ -141,6 +141,14 @@ 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 diff -r 82904c663deb -r f70eb92de85e src/ChangeLog.unicode --- a/src/ChangeLog.unicode Wed Oct 04 07:06:28 2006 +0000 +++ b/src/ChangeLog.unicode Wed Oct 04 07:09:43 2006 +0000 @@ -1,3 +1,8 @@ +2006-10-04 Kenichi Handa + + * regex.c (analyse_first): Cancel the change for synching with + HEAD. + 2006-08-28 Kenichi Handa * coding.c (detect_coding_system): Fix for handling off