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

index ab1fb9e2b6c577b1790d34e214143919c93745e5..5e5ba70d9b948f709d5b8a241e5de7d42618969f 100644 (file)
@@ -3,8 +3,7 @@
        * 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.
+       * international/mule.el (decode-char, encode-char): New functions.
        (make-coding-system): Accept a symbol of translation table as a
        value of property `safe-chars'.
 
index e89deb31213dc0d74a4907d643475e0ac3790a79..23fa4136af6c1e57c192a03e993115400a8e467d 100644 (file)
@@ -1,5 +1,7 @@
 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
 
+       * puresize.h (BASE_PURESIZE): Increase to 680000.
+
        * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
 
 2000-10-29  Jason Rumney  <jasonr@gnu.org>