comparison lisp/ChangeLog @ 88624:22b091c1363a

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 23 May 2002 18:45:30 +0000
parents d331f7548d5f
children c01417a4990a
comparison
equal deleted inserted replaced
88623:0d7705c8ee3c 88624:22b091c1363a
1 2002-05-23 Dave Love <fx@gnu.org>
2
3 * language/ind-util.el: Avoid decode-char.
4 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
5 Use characterp, not char-valid-p.
6
7 * language/devan-util.el: Add coding tag, avoid decode-char.
8
9 * international/titdic-cnv.el: Add coding tag.
10 (tit-process-header): Add coding tag to output.
11
12 * language/thai.el (cp874, ibm874): New coding systems.
13
14 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>: Add
15 character-p.
16
17 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
18 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437): New
19 coding systems.
20 <set-language-info-alist>: Avoid decode-char.
21
22 * language/hebrew.el (cp862, ibm862): New coding systems.
23
24 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding
25 systems.
26
27 * language/cyrillic.el (cp855, ibm855): New coding systems.
28
29 * international/mule-conf.el: Avoid decode-char in top-level code
30 for self-inserting multibyte chars.
31 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
32 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874): New
33 charsets.
34
35 * international/characters.el: Various simplifications and
36 additions.
37
1 2002-05-22 Dave Love <fx@gnu.org> 38 2002-05-22 Dave Love <fx@gnu.org>
2 39
3 * international/mule-conf.el (code-pages): Provide for 40 * international/mule-conf.el (code-pages): Provide for
4 compatibility. 41 compatibility.
5 42