From 70737ea90728e34103bb5599990bfced520abcbf Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 30 Oct 2000 01:30:50 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 26 ++++++++++++++++++++++++++ src/ChangeLog | 4 ++++ 2 files changed, 30 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70dfe83058d..ab1fb9e2b6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,29 @@ +2000-10-30 Kenichi Handa + + * 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 * custom.el (custom-add-to-group): Allow multiple entries for a diff --git a/src/ChangeLog b/src/ChangeLog index 81869c73512..e89deb31213 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-10-30 Kenichi Handa + + * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION. + 2000-10-29 Jason Rumney * w32term.h (FONT_DESCENT): Negate descent of BDF fonts. -- 2.39.2