]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 30 May 2002 11:11:09 +0000 (11:11 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 30 May 2002 11:11:09 +0000 (11:11 +0000)
lisp/ChangeLog
src/ChangeLog
src/coding.h

index 869f7420fdc389997db7bbebcd43a61a3cfa5d44..d50f09f6693bbd1b37fd4592f47006a49be6f51d 100644 (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.
index 1f692dea37336060610c7ff72f68d3b660fae459..509c2f48e3ccb2f63b66e0dbbdbd443d2b365f96 100644 (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.
index 1b14ff445f392f04896ce56a04ea2e6e1ff32536..25b38caa37ff667f15e1d7eddaf41164a4994aba 100644 (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.  */