diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
| @@ -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 |
| 527 | are implemented in C using the Jansson library. | 527 | are 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. |
| 531 | It's a simple convenience function for looking up MIME types based on | 533 | It's a simple convenience function for looking up MIME types based on |
| 532 | file name extensions. | 534 | file name extensions. |
| 533 | 535 | ||
| 536 | *** The default way the list of possible external viewers for MIME | ||
| 537 | types is sorted and chosen has changed. Earlier, the most specific | ||
| 538 | viewer was chosen, even if there was a general override in ~/.mailcap. | ||
| 539 | For instance, if /etc/mailcap has an entry for image/gif, that one | ||
| 540 | will be chosen even if you have an entry for image/* in your | ||
| 541 | ~/.mailcap file. But with the new method, entries from ~/.mailcap | ||
| 542 | overrides all system and Emacs-provided defaults. To get the old | ||
| 543 | method 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 |
| 536 | depending on the new customizable variable 'read-answer-short'. | 548 | depending on the new customizable variable 'read-answer-short'. |