From 59ffde0934ca10a2164c889b74cc9301b32f9160 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 14 Nov 1999 12:25:03 +0000 Subject: [PATCH] update. --- lisp/ChangeLog | 16 ++++++++++++++++ src/ChangeLog | 6 ++++++ 2 files changed, 22 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5e0e5e..e7f04ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,21 @@ 1999-11-14 MORIOKA Tomohiko + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `korean-ksc5601'. + + * dumped-lisp.el (preloaded-file-list): Add + "u02000-General-Punctuation.el", "u02070-Superscripts.el", + "u02080-Subscripts.el", "u020A0-Currency-Symbols.el" and + "u020D0-Combining-Diacritical-Marks-for-Symbols.el". + + * utf-2000/u02000-General-Punctuation.el, + utf-2000/u02070-Superscripts.el, utf-2000/u02080-Subscripts.el, + utf-2000/u020A0-Currency-Symbols.el, + utf-2000/u020D0-Combining-Diacritical-Marks-for-Symbols.el: New + files. + +1999-11-14 MORIOKA Tomohiko + * utf-2000/u00180-Latin-Extended-B.el: Reformatted to print code-point of GR-set as GR value. diff --git a/src/ChangeLog b/src/ChangeLog index 690073b..7c89017 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 1999-11-14 MORIOKA Tomohiko + * mule-charset.c (Qsub): New variable. + (to_char_code): Add `Qsub'. + (syms_of_mule_charset): Add new symbol `sub'. + +1999-11-14 MORIOKA Tomohiko + * mule-charset.c (Fput_char_attribute): Convert each element of VALUE to GL position if ATTRIBUTE is a GR-set, -- 1.7.10.4