diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/international/fontset.el | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 665443add0c..359150a9d76 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-06-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * international/fontset.el (setup-default-fontset): | ||
| 4 | Fix typo in previous change. | ||
| 5 | |||
| 1 | 2009-06-19 Kenichi Handa <handa@m17n.org> | 6 | 2009-06-19 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * international/fontset.el (setup-default-fontset): Add a spec of | 8 | * international/fontset.el (setup-default-fontset): Add a spec of |
| @@ -94,7 +99,7 @@ | |||
| 94 | * composite.el (compose-gstring-for-terminal): For zero-width | 99 | * composite.el (compose-gstring-for-terminal): For zero-width |
| 95 | characters of Unicode category `Cf', simply replace it with SPC. | 100 | characters of Unicode category `Cf', simply replace it with SPC. |
| 96 | 101 | ||
| 97 | 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es> | 102 | 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es> |
| 98 | 103 | ||
| 99 | * ispell.el: Make `ispell-dictionary' customizable (#2555) | 104 | * ispell.el: Make `ispell-dictionary' customizable (#2555) |
| 100 | 105 | ||
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 423dfa5d364..d041f161cc6 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -326,8 +326,8 @@ | |||
| 326 | (nil . "VISCII1.1-1") | 326 | (nil . "VISCII1.1-1") |
| 327 | ,(font-spec :registry "iso10646-1" :script 'latin)) | 327 | ,(font-spec :registry "iso10646-1" :script 'latin)) |
| 328 | 328 | ||
| 329 | (thai ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark)) | 329 | (thai ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark))) |
| 330 | ,(font-spec :registry "iso10646-1" :script 'thai)) | 330 | ,(font-spec :registry "iso10646-1" :script 'thai) |
| 331 | (nil . "TIS620*") | 331 | (nil . "TIS620*") |
| 332 | (nil . "ISO8859-11")) | 332 | (nil . "ISO8859-11")) |
| 333 | 333 | ||