1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

(setup-default-fontset): Add non-OTF

lao font for lao script.
This commit is contained in:
Kenichi Handa 2008-02-25 01:40:09 +00:00
parent 9192d3ed2f
commit a1fe5dfaf7
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,22 @@
2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
* international/fontset.el (setup-default-fontset): Add non-OTF
lao font for lao script.
* language/tibetan.el: Register tibetan-composition-fucntion in
composition-function-table.
* language/tibet-util.el (tibetan-composition-function): Adjusted
for the new calling way (argument changed). Try font-shape-text
if possible.
* language/lao.el: Register lao-composition-function in
composition-function-table.
* language/lao-util.el (lao-composition-function): Adjusted for
the new calling way (argument changed). Try font-shape-text if
possible.
2008-02-25 Jason Rumney <jasonr@gnu.org>
* files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
@ -356,6 +375,8 @@
2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
* ldefs-boot.el: Regenerated.
* loadup.el: Don't load language/devanagari, language/kannanda,
language/malayalam, and language/tamil. Load language/sinhala.

View File

@ -307,6 +307,7 @@
(malayalam ,(font-spec :registry "iso10646-1" :otf '(mlym nil (akhn))))
(lao ,(font-spec :registry "iso10646-1" :otf '(lao\ nil nil (mark)))
,(font-spec :registry "iso10646-1" :script 'lao)
(nil . "MuleLao-1"))
(tai-viet ("TaiViet" . "iso10646-1"))