diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd8abb95e98..c3ad921c2b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-06-12 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * language/tibet-util.el: Convert all tibetan-1-column characters | ||
| 4 | to the corresponding tibetan characters. | ||
| 5 | (tibetan-add-components): Delete code for the special treatment of | ||
| 6 | 'a chung. | ||
| 7 | |||
| 8 | * language/tibetan.el (tibetan-composable-pattern): Fix previous | ||
| 9 | change. | ||
| 10 | (tibetan-vowel-transcription-alist): More rules added. | ||
| 11 | (tibetan-composite-vowel-alist): New variable. | ||
| 12 | (tibetan-precomposition-rule-alist): More rules added. | ||
| 13 | |||
| 1 | 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> | 14 | 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 15 | ||
| 3 | * startup.el (command-line): Only call menu-bar-mode if interactive. | 16 | * startup.el (command-line): Only call menu-bar-mode if interactive. |