]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 30 Oct 2000 01:30:50 +0000 (01:30 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 30 Oct 2000 01:30:50 +0000 (01:30 +0000)
lisp/ChangeLog
src/ChangeLog

index 70dfe83058df1088e5a12b9a2a4c022b711be15f..ab1fb9e2b6c577b1790d34e214143919c93745e5 100644 (file)
@@ -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
index 81869c73512772eef590802ebdd57dc4e576d262..e89deb31213dc0d74a4907d643475e0ac3790a79 100644 (file)
@@ -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.