comparison lisp/ChangeLog @ 89306:2eb2dbb9baac

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 07 Nov 2002 06:34:54 +0000
parents e37e2b1fad5c
children f81bc2f13a1b
comparison
equal deleted inserted replaced
89305:55aea6305ac0 89306:2eb2dbb9baac
1 2002-11-07 Kenichi Handa <handa@m17n.org> 1 2002-11-07 Kenichi Handa <handa@m17n.org>
2
3 The following changes are to make character composition happen
4 automatically on displaying.
2 5
3 * composite.el: Remove all autoload cookies. 6 * composite.el: Remove all autoload cookies.
4 (composition-function-table): Variable declaration moved from 7 (composition-function-table): Variable declaration moved from
5 composite.c. Format changed. 8 composite.c. Format changed.
6 (save-buffer-state): Copied from font-lock.el. 9 (save-buffer-state): Copied from font-lock.el.
60 composition-function-table for Tibetan characters. 63 composition-function-table for Tibetan characters.
61 64
62 * language/tibet-util.el (tibetan-composition-function): Change 65 * language/tibet-util.el (tibetan-composition-function): Change
63 arguments to conform to composition-function-table. 66 arguments to conform to composition-function-table.
64 67
65 * loadup.el: Load composite 68 * loadup.el: Load composite.
66 69
67 2002-11-01 Dave Love <fx@gnu.org> 70 2002-11-01 Dave Love <fx@gnu.org>
68 71
69 * international/mule-diag.el (unicode-data): Find unicodedata-file 72 * international/mule-diag.el (unicode-data): Find unicodedata-file
70 literally. 73 literally.