Mercurial > emacs
changeset 88688:d429f57602b9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 30 May 2002 11:11:09 +0000 |
parents | 8508370c895a |
children | e324faed6fcc |
files | lisp/ChangeLog src/ChangeLog src/coding.h |
diffstat | 3 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 30 11:10:55 2002 +0000 +++ b/lisp/ChangeLog Thu May 30 11:11:09 2002 +0000 @@ -1,7 +1,11 @@ 2002-05-30 Kenichi Handa <handa@etl.go.jp> + * language/japanese.el (japanese-iso-7bit-1978-irv): Add + `designation' to :flags, `ascii' to :charset-list. + * international/mule.el (define-charset): New args :min-code and :max-code. + (coding-system-iso-2022-flags): Add use-roman, use-oldjis. * international/mule-conf.el (chinese-gbk): Change :code-offset to #x160000.
--- a/src/ChangeLog Thu May 30 11:10:55 2002 +0000 +++ b/src/ChangeLog Thu May 30 11:11:09 2002 +0000 @@ -1,5 +1,9 @@ 2002-05-30 Kenichi Handa <handa@etl.go.jp> + * Makefile.in (lisp): Change chienese.elc to chinese.el. They are + not bytecompiled now. + (shortlisp): Likewise. + * charset.c (charset_jisx0201_roman, charset_jisx0208_1978, charset_jisx0208): New variables. (Fdefine_charset_internal): Setup them if appropriate.