aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-28 20:49:09 +0300
committerEli Zaretskii2011-09-28 20:49:09 +0300
commite1504b9b0b2fdcf757c29dcc65ffe8b670cc7604 (patch)
tree649abc0c391089af0222ef689896b99c6a83f6ac
parentfbcaa2f3880fc9fc3a84182a0061fbdcf32ba19e (diff)
downloademacs-e1504b9b0b2fdcf757c29dcc65ffe8b670cc7604.tar.gz
emacs-e1504b9b0b2fdcf757c29dcc65ffe8b670cc7604.zip
INSTALL: Mention that m17n libraries and libotf are needed for Arabic shaping.
-rw-r--r--ChangeLog5
-rw-r--r--INSTALL22
2 files changed, 18 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index a80fa24c3c2..c1a80f2d92f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12011-09-28 Eli Zaretskii <eliz@gnu.org>
2
3 * INSTALL: Mention that m17n libraries and libotf are needed for
4 Arabic shaping.
5
12011-09-26 Paul Eggert <eggert@cs.ucla.edu> 62011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Merge from gnulib, improving some licensing wording. 8 Merge from gnulib, improving some licensing wording.
diff --git a/INSTALL b/INSTALL
index 03682d19b10..3aed5a869cc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -111,15 +111,16 @@ ADDITIONAL DISTRIBUTION FILES
111 111
112* Complex Text Layout support libraries 112* Complex Text Layout support libraries
113 113
114Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf" 114On GNU and Unix systems, Emacs needs the optional libraries "m17n-db",
115to correctly display such complex scripts as Indic and Khmer. 115"libm17n-flt", "libotf" to correctly display such complex scripts as
116On some systems, particularly GNU/Linux, these libraries may be 116Indic and Khmer, and also for scripts that require Arabic shaping
117already present or available as additional packages. Note that if 117support (Arabic and Farsi). On some systems, particularly GNU/Linux,
118there is a separate `dev' or `devel' package, for use at compilation 118these libraries may be already present or available as additional
119time rather than run time, you will need that as well as the 119packages. Note that if there is a separate `dev' or `devel' package,
120corresponding run time package; typically the dev package will contain 120for use at compilation time rather than run time, you will need that
121header files and a library archive. Otherwise, you can download and 121as well as the corresponding run time package; typically the dev
122build libraries from sources. 122package will contain header files and a library archive. Otherwise,
123you can download and build libraries from sources.
123 124
124The sources of these libraries are available by anonymous CVS from 125The sources of these libraries are available by anonymous CVS from
125cvs.m17n.org. 126cvs.m17n.org.
@@ -133,6 +134,9 @@ For m17n-lib, if you have problems with making the whole package
133because you lack some other packages on which m17n-lib depends, try to 134because you lack some other packages on which m17n-lib depends, try to
134configure it with the option "--without-gui". 135configure it with the option "--without-gui".
135 136
137Note that Emacs cannot support complex scripts on a TTY, unless the
138terminal includes such a support.
139
136* intlfonts-VERSION.tar.gz 140* intlfonts-VERSION.tar.gz
137 141
138The intlfonts distribution contains X11 fonts in various encodings 142The intlfonts distribution contains X11 fonts in various encodings