# HG changeset patch # User Kenichi Handa # Date 1022757069 0 # Node ID d429f57602b920d626d2f7508d0419424c6c9f2d # Parent 8508370c895afbd3a45f1aefecffed74f2c67810 *** empty log message *** diff -r 8508370c895a -r d429f57602b9 lisp/ChangeLog --- 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 + * 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. diff -r 8508370c895a -r d429f57602b9 src/ChangeLog --- 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 + * 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. diff -r 8508370c895a -r d429f57602b9 src/coding.h --- a/src/coding.h Thu May 30 11:10:55 2002 +0000 +++ b/src/coding.h Thu May 30 11:11:09 2002 +0000 @@ -250,7 +250,7 @@ `coding_system'. */ struct iso_2022_spec { - /* */ + /* Bit-wise-or of CODING_ISO_FLAG_XXX. */ unsigned flags; /* The current graphic register invoked to each graphic plane. */