From 1bfd603c7efb9c7a698f454e73ba06ad48ac6ece Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 23 May 2003 23:32:28 +0000 Subject: [PATCH] (define-coding-system): Doc fix. --- lisp/ChangeLog | 13 +++++++++++-- lisp/international/mule.el | 7 ++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68ce460fb27..a65cf9214df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-05-24 Dave Love + + * 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 * international/utf-7.el: New file. @@ -1254,8 +1263,8 @@ (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 diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 1be00688428..8b54911f01f 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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. -- 2.39.5