diff options
| author | Kenichi Handa | 2006-10-04 07:09:43 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-10-04 07:09:43 +0000 |
| commit | 42f557e54187491ef9833f4fbb29fb524da408c7 (patch) | |
| tree | 469f8e59dfae1e636624bd9c68e05a7fa308e19f | |
| parent | 49da453b3647a81c048f1bef1d9f27f82a238593 (diff) | |
| download | emacs-42f557e54187491ef9833f4fbb29fb524da408c7.tar.gz emacs-42f557e54187491ef9833f4fbb29fb524da408c7.zip | |
*** empty log message ***
| -rw-r--r-- | README.unicode | 8 | ||||
| -rw-r--r-- | src/ChangeLog.unicode | 5 |
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 | |||
| 141 | Emacs with the argument "--enable-font-backend" and run Emacs with the | 141 | Emacs with the argument "--enable-font-backend" and run Emacs with the |
| 142 | same argument. | 142 | same argument. |
| 143 | 143 | ||
| 144 | Which font backends to use can be specified by X resource | ||
| 145 | "FontBackend". For instance, if you want to use Xft fonts only, | ||
| 146 | |||
| 147 | Emacs.FontBackend: xft | ||
| 148 | |||
| 149 | will work. If this resource is not set, Emacs tries to use all font | ||
| 150 | backends available on your graphic device. | ||
| 151 | |||
| 144 | The configure script, if invoked with "--enable-font-backend", checks | 152 | The configure script, if invoked with "--enable-font-backend", checks |
| 145 | existing of libraries freetype and fontconfig. If they are both | 153 | existing of libraries freetype and fontconfig. If they are both |
| 146 | available, macro "USE_FONT_BACKEND" is defined in src/config.h. In | 154 | available, 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 @@ | |||
| 1 | 2006-10-04 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * regex.c (analyse_first): Cancel the change for synching with | ||
| 4 | HEAD. | ||
| 5 | |||
| 1 | 2006-08-28 Kenichi Handa <handa@m17n.org> | 6 | 2006-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 |