aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7ac6c89ebf4..f236fd1ee69 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -164,6 +164,11 @@ The PCL-CVS commands are still available via the keyboard.
164** Using "unibyte: t" in Lisp source files is obsolete. 164** Using "unibyte: t" in Lisp source files is obsolete.
165Use "coding: raw-text" instead. 165Use "coding: raw-text" instead.
166 166
167** In the buffer made by `M-x report-emacs-bug', the `C-c m' binding
168has been changed to `C-c M-i' (`report-emacs-bug-insert-to-mailer').
169The previous binding, introduced in Emacs 24.1, was a mistake, because
170`C-c LETTER' bindings are reserved for user customizations.
171
167** Internationalization 172** Internationalization
168 173
169*** New language environment: Persian. 174*** New language environment: Persian.
@@ -984,9 +989,10 @@ to use the old defaults relying on external mail facilities
984(`sendmail-send-it' on GNU/Linux and other Unix-like systems, and 989(`sendmail-send-it' on GNU/Linux and other Unix-like systems, and
985`mailclient-send-it' on Windows). 990`mailclient-send-it' on Windows).
986 991
987*** Typing C-c m in the buffer made by M-x report-emacs-bug transfers 992*** Typing `C-c m' in the buffer made by `M-x report-emacs-bug'
988the report to your desktop's preferred mail client, if there is one. 993transfers the report to your desktop's preferred mail client, if there
989This uses either the "xdg-email" utility, or Mac OS's "open" command. 994is one. This uses either the "xdg-email" utility, or Mac OS's "open"
995command.
990 996
991*** See Changes in Specialized Modes and Packages for SMTPmail changes 997*** See Changes in Specialized Modes and Packages for SMTPmail changes
992and Mail mode changes 998and Mail mode changes