comparison lisp/ChangeLog @ 88994:15c43d2abe68

*** empty log message ***
author Dave Love <fx@gnu.org>
date Sun, 18 Aug 2002 13:32:01 +0000
parents cd3317b3e1a9
children ef6383763076
comparison
equal deleted inserted replaced
88993:a7223f475d71 88994:15c43d2abe68
1 2002-08-18 Dave Love <d.love@dl.ac.uk>
2
3 * international/mule-diag.el (describe-coding-system): Add utf-16
4 case.
5
6 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
7
8 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"): Add
9 charset.
10 ("Ukrainian"): New.
11
12 * language/georgian.el (georgian-ps): New coding system.
13
1 2002-08-15 Kenichi Handa <handa@etl.go.jp> 14 2002-08-15 Kenichi Handa <handa@etl.go.jp>
2 15
3 * international/mule-cmds.el (reset-language-environment): Don't 16 * international/mule-cmds.el (reset-language-environment): Don't
4 set nonascii-translation-table and nonascii-insert-offset. Call 17 set nonascii-translation-table and nonascii-insert-offset. Call
5 set-unibyte-charset, not set-primary-charset. 18 set-unibyte-charset, not set-primary-charset.
96 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it 109 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
97 to the corresponding script name. 110 to the corresponding script name.
98 (create-fontset-from-ascii-font): Slightly tuned. 111 (create-fontset-from-ascii-font): Slightly tuned.
99 112
100 * international/mule-conf.el (devanagari-glyph): New charset. 113 * international/mule-conf.el (devanagari-glyph): New charset.
101 Unify these charses: korean-ksc5601, ipa, tibetan, ethiopic, 114 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
102 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1, 115 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
103 japanese-jisx0213-2. 116 japanese-jisx0213-2.
104 117
105 * international/mule-diag.el (print-fontset): Use describe-vector 118 * international/mule-diag.el (print-fontset): Use describe-vector
106 to handle a char table returned by fontset-info. 119 to handle a char table returned by fontset-info.