diff options
| -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 |