*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 12 Sep 2002 08:36:59 +0000 (08:36 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 12 Sep 2002 08:36:59 +0000 (08:36 +0000)
lisp/ChangeLog
lisp/international/mule.el

index 8446e64..3cada00 100644 (file)
@@ -1,3 +1,9 @@
+2002-09-12  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule-conf.el (emacs-mule, iso-2022-7bit) 
+       (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2) 
+       (compound-text, ctext-no-compositions): Cancel provious change.
+
 2002-09-09  Dave Love  <d.love@dl.ac.uk>
 
        * wid-edit.el (widget-string-complete): New.
index 70c81d7..283179a 100644 (file)
@@ -467,12 +467,16 @@ and `mac' means MAC-like EOL \(i.e. single CR).  If omitted, on
 decoding by the coding system, Emacs automatically detects the EOL
 format of the source text.
 
-`:charset-list' (required for `charset' coding systems)
+`:charset-list'
 
 VALUE must be a list of charsets supported by the coding system.  On
 encoding by the coding system, if a character belongs to multiple
 charsets in the list, a charset that comes earlier in the list is
-selected.
+selected.  If `:coding-type' is `iso-2022', VALUE may be `iso-2022',
+which indicates that the coding system supports all ISO-2022 based
+charsets.  If `:coding-type' is `emacs-mule', VALUE may be
+`emacs-mule', which indicates that the coding system supports all
+charsets that have `:emacs-mule-id' property.
 
 `:ascii-compatible-p'