diff options
| author | Kenichi Handa | 2000-06-01 11:06:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-01 11:06:38 +0000 |
| commit | 4dc1225b5ba36f16605da91acb53afc83ffa41d5 (patch) | |
| tree | 801fa88794685874f4a43f9f08fd9cd367b60b48 /lisp/ChangeLog | |
| parent | ab3f48908dd746f851abdbacc0901ccefb1318fc (diff) | |
| download | emacs-4dc1225b5ba36f16605da91acb53afc83ffa41d5.tar.gz emacs-4dc1225b5ba36f16605da91acb53afc83ffa41d5.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cda88c50844..85096092000 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,24 @@ | |||
| 1 | 2000-06-01 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * international/characters.el: Fix syntax/category setting of | ||
| 4 | Tibetan characters. | ||
| 5 | |||
| 6 | * language/tibet-util.el (tibetan-add-components): Fixes for new | ||
| 7 | encoding of Tibetan characters. | ||
| 8 | (tibetan-decompose-precomposition-alist): New variable. | ||
| 9 | (tibetan-decompose-region): Convert precomposed characters to | ||
| 10 | non-precomposed characters. | ||
| 11 | (tibetan-decompose-string): Likewise. | ||
| 12 | (tibetan-composition-function): Fix args to | ||
| 13 | thibetan-compose-string. | ||
| 14 | |||
| 15 | * language/tibetan.el (tibetan-composable-pattern): More | ||
| 16 | characters included. | ||
| 17 | (tibetan-consonant-transcription-alist): Rule for "R" added. | ||
| 18 | (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | ||
| 19 | "+R" added. | ||
| 20 | (tibetan-base-to-subjoined-alist): Rule for "RA" added. | ||
| 21 | |||
| 3 | * language/lao-util.el (lao-composition-function): Fix args to | 22 | * language/lao-util.el (lao-composition-function): Fix args to |
| 4 | compose-string. | 23 | compose-string. |
| 5 | 24 | ||