diff options
| author | Kenichi Handa | 2008-02-25 01:40:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-02-25 01:40:09 +0000 |
| commit | a1fe5dfaf737461619d5ac5fcc796048b9ada97e (patch) | |
| tree | 4aae214df1703f74910cc30021cff7976be4afff /lisp/ChangeLog | |
| parent | 9192d3ed2fcee09af277914e751c1c8f44045a5f (diff) | |
| download | emacs-a1fe5dfaf737461619d5ac5fcc796048b9ada97e.tar.gz emacs-a1fe5dfaf737461619d5ac5fcc796048b9ada97e.zip | |
(setup-default-fontset): Add non-OTF
lao font for lao script.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4489d7e247f..28eaca557a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * international/fontset.el (setup-default-fontset): Add non-OTF | ||
| 4 | lao font for lao script. | ||
| 5 | |||
| 6 | * language/tibetan.el: Register tibetan-composition-fucntion in | ||
| 7 | composition-function-table. | ||
| 8 | |||
| 9 | * language/tibet-util.el (tibetan-composition-function): Adjusted | ||
| 10 | for the new calling way (argument changed). Try font-shape-text | ||
| 11 | if possible. | ||
| 12 | |||
| 13 | * language/lao.el: Register lao-composition-function in | ||
| 14 | composition-function-table. | ||
| 15 | |||
| 16 | * language/lao-util.el (lao-composition-function): Adjusted for | ||
| 17 | the new calling way (argument changed). Try font-shape-text if | ||
| 18 | possible. | ||
| 19 | |||
| 1 | 2008-02-25 Jason Rumney <jasonr@gnu.org> | 20 | 2008-02-25 Jason Rumney <jasonr@gnu.org> |
| 2 | 21 | ||
| 3 | * files.el (file-name-invalid-regexp): Fix octal/decimal confusion. | 22 | * files.el (file-name-invalid-regexp): Fix octal/decimal confusion. |
| @@ -356,6 +375,8 @@ | |||
| 356 | 375 | ||
| 357 | 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp> | 376 | 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp> |
| 358 | 377 | ||
| 378 | * ldefs-boot.el: Regenerated. | ||
| 379 | |||
| 359 | * loadup.el: Don't load language/devanagari, language/kannanda, | 380 | * loadup.el: Don't load language/devanagari, language/kannanda, |
| 360 | language/malayalam, and language/tamil. Load language/sinhala. | 381 | language/malayalam, and language/tamil. Load language/sinhala. |
| 361 | 382 | ||