aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 88deb779848..e8383b7c241 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -526,11 +526,23 @@ does not fit in a machine integer (Bug#30408).
526'json-insert', 'json-parse-string', and 'json-parse-buffer'. These 526'json-insert', 'json-parse-string', and 'json-parse-buffer'. These
527are implemented in C using the Jansson library. 527are implemented in C using the Jansson library.
528 528
529** Mailcap
530
529--- 531---
530** The new function `mailcap-file-name-to-mime-type' has been added. 532*** The new function `mailcap-file-name-to-mime-type' has been added.
531It's a simple convenience function for looking up MIME types based on 533It's a simple convenience function for looking up MIME types based on
532file name extensions. 534file name extensions.
533 535
536*** The default way the list of possible external viewers for MIME
537types is sorted and chosen has changed. Earlier, the most specific
538viewer was chosen, even if there was a general override in ~/.mailcap.
539For instance, if /etc/mailcap has an entry for image/gif, that one
540will be chosen even if you have an entry for image/* in your
541~/.mailcap file. But with the new method, entries from ~/.mailcap
542overrides all system and Emacs-provided defaults. To get the old
543method back, set `mailcap-prefer-mailcap-viewers' to nil
544
545
534+++ 546+++
535** The new function 'read-answer' accepts either long or short answers 547** The new function 'read-answer' accepts either long or short answers
536depending on the new customizable variable 'read-answer-short'. 548depending on the new customizable variable 'read-answer-short'.