diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 8 insertions, 6 deletions
| @@ -520,16 +520,21 @@ alternatives to currently visited manuals. | |||
| 520 | --- | 520 | --- |
| 521 | ** ntlm.el has support for NTLM2. | 521 | ** ntlm.el has support for NTLM2. |
| 522 | 522 | ||
| 523 | --- | 523 | ** Rmail |
| 524 | ** The Rmail commands d, C-d and u now handle repeat counts to delete or | 524 | |
| 525 | *** The Rmail commands d, C-d and u take optional repeat counts to delete or | ||
| 525 | undelete multiple messages. | 526 | undelete multiple messages. |
| 526 | 527 | ||
| 527 | ** Rmail can now render HTML mail messages if your Emacs was built with | 528 | *** Rmail can now render HTML mail messages if your Emacs was built with |
| 528 | libxml2 or if you have the Lynx browser installed. By default, Rmail | 529 | libxml2 or if you have the Lynx browser installed. By default, Rmail |
| 529 | will display the HTML version of a mail message that has both HTML and | 530 | will display the HTML version of a mail message that has both HTML and |
| 530 | plain text parts, if display of HTML email is possible; customize the | 531 | plain text parts, if display of HTML email is possible; customize the |
| 531 | `rmail-mime-prefer-html' option to `nil' if you don't want that. | 532 | `rmail-mime-prefer-html' option to `nil' if you don't want that. |
| 532 | 533 | ||
| 534 | +++ | ||
| 535 | *** In the commands that make summaries by subject, recipients, or senders, | ||
| 536 | you can no longer use commas to separate regular expressions. | ||
| 537 | |||
| 533 | ** SES now supports local printer functions; see `ses-define-local-printer'. | 538 | ** SES now supports local printer functions; see `ses-define-local-printer'. |
| 534 | 539 | ||
| 535 | ** In sh-mode, you can now use `sh-shell' as a file-local variable to | 540 | ** In sh-mode, you can now use `sh-shell' as a file-local variable to |
| @@ -875,9 +880,6 @@ permissions set to temporary values (e.g., for creating private files). | |||
| 875 | 880 | ||
| 876 | ** You can access the slots of structures using `cl-struct-slot-value'. | 881 | ** You can access the slots of structures using `cl-struct-slot-value'. |
| 877 | 882 | ||
| 878 | ** Functions `rmail-delete-forward' and `rmail-delete-backward' take an | ||
| 879 | optional repeat-count argument. | ||
| 880 | |||
| 881 | ** Function `sort' can deal with vectors. | 883 | ** Function `sort' can deal with vectors. |
| 882 | 884 | ||
| 883 | ** Function `system-name' now returns an updated value if the current | 885 | ** Function `system-name' now returns an updated value if the current |