aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2015-05-26 21:04:19 -0400
committerGlenn Morris2015-05-26 21:04:19 -0400
commitd3155315c85212f224fc5df0239182dafdfd6284 (patch)
tree1e576b7f9b3d6cf7c44ca621f57398701051ff15 /etc
parent5e9756e4c68a199f051c2b9998c07a683ff479ff (diff)
downloademacs-d3155315c85212f224fc5df0239182dafdfd6284.tar.gz
emacs-d3155315c85212f224fc5df0239182dafdfd6284.zip
* lisp/mail/rmailsum.el: Commas no longer separate regexps. (Bug#19026)
(rmail-summary-by-recipients, rmail-summary-by-topic) (rmail-summary-by-senders): No longer use mail-comma-list-regexp. * doc/emacs/rmail.texi (Rmail Make Summary): Update for this change. ; * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1cccc317ab5..24f6d582dcc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
525undelete multiple messages. 526undelete 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
528libxml2 or if you have the Lynx browser installed. By default, Rmail 529libxml2 or if you have the Lynx browser installed. By default, Rmail
529will display the HTML version of a mail message that has both HTML and 530will display the HTML version of a mail message that has both HTML and
530plain text parts, if display of HTML email is possible; customize the 531plain 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,
536you 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
879optional 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