Mercurial > emacs
changeset 33043:f7a3d4e0ddb5
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 30 Oct 2000 01:30:50 +0000 |
parents | 0adfe4160770 |
children | 7878d85aef6d |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 30 01:16:02 2000 +0000 +++ b/lisp/ChangeLog Mon Oct 30 01:30:50 2000 +0000 @@ -1,3 +1,29 @@ +2000-10-30 Kenichi Handa <handa@etl.go.jp> + + * international/mule-conf.el: New charsets mule-unicode-2500-33ff + and mule-unicode-e000-ffff. + + * international/mule.el (unicode-char): New function. + (char-unicode): New function. + (make-coding-system): Accept a symbol of translation table as a + value of property `safe-chars'. + + * international/mule-cmds.el (encode-coding-char): Check property + safe-chars instead of safe-charsets. + + * international/fontset.el (fontset-default): Modified for + mule-unicode-2500-33ff and mule-unicode-e000-ffff. + (x-font-name-charset-alist): Likewise. + (ccl-encode-unicode-font): New CCL program. Record it in + font-ccl-encoder-alist to be used for fonts "ISO10646-1". + + * language/european.el (mac-roman-decoder, mac-roman-encoder): New + translation tables. + (decode-mac-roman, encode-mac-roman): Definition of these CCL + programs are modified and moved from mac-win.el. + (mac-roman): Definition of this coding system is modified and + moved from mac-win.el. + 2000-10-29 Miles Bader <miles@gnu.org> * custom.el (custom-add-to-group): Allow multiple entries for a
--- a/src/ChangeLog Mon Oct 30 01:16:02 2000 +0000 +++ b/src/ChangeLog Mon Oct 30 01:30:50 2000 +0000 @@ -1,3 +1,7 @@ +2000-10-30 Kenichi Handa <handa@etl.go.jp> + + * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION. + 2000-10-29 Jason Rumney <jasonr@gnu.org> * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.