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:
parent
9192d3ed2f
commit
a1fe5dfaf7
@ -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.
|
||||
|
||||
|
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user