1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2002-05-30 11:11:09 +00:00
parent 050c6022b8
commit 2ec49574a7
3 changed files with 9 additions and 1 deletions

View file

@ -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.

View file

@ -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.

View file

@ -250,7 +250,7 @@ enum coding_result_code
`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. */