1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

* NEWS: Mention multipart/related.

This commit is contained in:
Lars Magne Ingebrigtsen 2014-10-15 23:55:10 +02:00
parent bcb7ccde45
commit 8d7ee483cc
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
* NEWS: Mention multipart/related.
2014-10-15 Eli Zaretskii <eliz@gnu.org>
* NEWS: Mention the UBA implementation update.

View File

@ -127,6 +127,11 @@ Unicode standards.
*** New minor mode global-eldoc-mode
*** eldoc-documentation-function now defaults to nil
** Message mode
*** text/html messages that contain inline image parts will be
transformed into multipart/related messages before sending.
** pcase
*** New UPatterns `quote' and `app'.
*** New UPatterns can be defined with `pcase-defmacro'.