diff options
| -rw-r--r-- | leim/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 663b9c8b688..62da438c48f 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-06-12 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted. | ||
| 4 | ("tibetan-wylie"): State transition table modified. | ||
| 5 | |||
| 1 | 2000-06-01 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * quail/tibetan.el: Change all tibetan-1-column characters to | 8 | * quail/tibetan.el: Change all tibetan-1-column characters to |
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. |