]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-coding-system): Doc fix.
authorDave Love <fx@gnu.org>
Fri, 23 May 2003 23:32:28 +0000 (23:32 +0000)
committerDave Love <fx@gnu.org>
Fri, 23 May 2003 23:32:28 +0000 (23:32 +0000)
lisp/ChangeLog
lisp/international/mule.el

index 68ce460fb2758343fab1391a258fc7a0195ce16d..a65cf9214df57d62a01dedb855200d14a35c2454 100644 (file)
@@ -1,3 +1,12 @@
+2003-05-24  Dave Love  <fx@gnu.org>
+
+       * international/mule-conf.el (utf-16le, utf-16be-16be) 
+       (utf-16le-with-signature, utf-16be-with-signature, utf-16):
+       Define :mime-text-unsuitable.  `utf-16{b,l}e...' renamed from
+       `-16-{b,l}e-' and aliases defined for the old names.
+
+       * international/mule.el (define-coding-system): Doc fix.
+
 2003-05-08  Dave Love  <fx@gnu.org>
 
        * international/utf-7.el: New file.
        (select-safe-coding-system, select-message-coding-system): Use
        :mime-charset, not 'mime-charset.
 
-       * international/mule-conf.el (utf-8-emacs): Add various
-       :mime-charset properties.
+       * international/mule-conf.el: Add various :mime-charset
+       properties.
 
 2002-05-13  Dave Love  <fx@gnu.org>
 
index 1be006884283fe21bcfa6acbbbc87f8cf7efe232..8b54911f01f0fb02a43214d9e0a5f45df667f31c 100644 (file)
@@ -454,7 +454,7 @@ VALUE is a character to display on mode line for the coding system.
 `:coding-type' (required)
 
 VALUE must be one of `charset', `utf-8', `utf-16', `iso-2022',
-`emacs-mule', `shift-jis', `big5', `ccl', `raw-text', `undecided'.
+`emacs-mule', `shift-jis', `ccl', `raw-text', `undecided'.
 
 `:eol-type'
 
@@ -524,6 +524,11 @@ format automatically, and on encoding, uses Unix-like EOL.
 VALUE must be a symbol whose name is that of a MIME charset converted
 to lower case.
 
+`:mime-text-unsuitable'
+
+VALUE non-nil means the `:mime-charset' property names a charset which
+is unsuitable for the top-level media type "text".
+
 `:flags'
 
 VALUE must be a list of symbols that control the ISO-2022 converter.