aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-10-04 07:09:43 +0000
committerKenichi Handa2006-10-04 07:09:43 +0000
commit42f557e54187491ef9833f4fbb29fb524da408c7 (patch)
tree469f8e59dfae1e636624bd9c68e05a7fa308e19f
parent49da453b3647a81c048f1bef1d9f27f82a238593 (diff)
downloademacs-42f557e54187491ef9833f4fbb29fb524da408c7.tar.gz
emacs-42f557e54187491ef9833f4fbb29fb524da408c7.zip
*** empty log message ***
-rw-r--r--README.unicode8
-rw-r--r--src/ChangeLog.unicode5
2 files changed, 13 insertions, 0 deletions
diff --git a/README.unicode b/README.unicode
index 123fdae35dc..828ac7b5e97 100644
--- a/README.unicode
+++ b/README.unicode
@@ -141,6 +141,14 @@ to the new codes, and the new codes are used only when you configure
141Emacs with the argument "--enable-font-backend" and run Emacs with the 141Emacs with the argument "--enable-font-backend" and run Emacs with the
142same argument. 142same argument.
143 143
144Which font backends to use can be specified by X resource
145"FontBackend". For instance, if you want to use Xft fonts only,
146
147Emacs.FontBackend: xft
148
149will work. If this resource is not set, Emacs tries to use all font
150backends available on your graphic device.
151
144The configure script, if invoked with "--enable-font-backend", checks 152The configure script, if invoked with "--enable-font-backend", checks
145existing of libraries freetype and fontconfig. If they are both 153existing of libraries freetype and fontconfig. If they are both
146available, macro "USE_FONT_BACKEND" is defined in src/config.h. In 154available, macro "USE_FONT_BACKEND" is defined in src/config.h. In
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index d3e18b5a675..3c93885e058 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,8 @@
12006-10-04 Kenichi Handa <handa@m17n.org>
2
3 * regex.c (analyse_first): Cancel the change for synching with
4 HEAD.
5
12006-08-28 Kenichi Handa <handa@m17n.org> 62006-08-28 Kenichi Handa <handa@m17n.org>
2 7
3 * coding.c (detect_coding_system): Fix for handling off 8 * coding.c (detect_coding_system): Fix for handling off