Mercurial > emacs
comparison lisp/ChangeLog @ 33046:750f2e41d6bf
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 30 Oct 2000 01:33:12 +0000 |
parents | f7a3d4e0ddb5 |
children | 84f89d78d87a |
comparison
equal
deleted
inserted
replaced
33045:694e6396dc8b | 33046:750f2e41d6bf |
---|---|
1 2000-10-30 Kenichi Handa <handa@etl.go.jp> | 1 2000-10-30 Kenichi Handa <handa@etl.go.jp> |
2 | 2 |
3 * international/mule-conf.el: New charsets mule-unicode-2500-33ff | 3 * international/mule-conf.el: New charsets mule-unicode-2500-33ff |
4 and mule-unicode-e000-ffff. | 4 and mule-unicode-e000-ffff. |
5 | 5 |
6 * international/mule.el (unicode-char): New function. | 6 * international/mule.el (decode-char, encode-char): New functions. |
7 (char-unicode): New function. | |
8 (make-coding-system): Accept a symbol of translation table as a | 7 (make-coding-system): Accept a symbol of translation table as a |
9 value of property `safe-chars'. | 8 value of property `safe-chars'. |
10 | 9 |
11 * international/mule-cmds.el (encode-coding-char): Check property | 10 * international/mule-cmds.el (encode-coding-char): Check property |
12 safe-chars instead of safe-charsets. | 11 safe-chars instead of safe-charsets. |