]> git.eshelyaron.com Git - emacs.git/commitdiff
; Move NEWS item to "Incomatible Changes" section
authorStefan Kangas <stefankangas@gmail.com>
Sun, 17 Dec 2023 11:14:04 +0000 (12:14 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 21 Dec 2023 20:52:36 +0000 (21:52 +0100)
(cherry picked from commit 7b46b24d3902dc43d920daf670e8c2b560a6ee45)

etc/NEWS

index f0f648bc358d9ee856df2aafe8458614876f37e5..fff340418155dacd4ae3e6f8ed1229556e3a436d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,6 +65,17 @@ arranges for Emacs to be the default application for the 'org-protocol'
 URI scheme.  See the Org mode manual, Info node "(org) Protocols" for
 more details.
 
+\f
+* Incompatible Changes in Emacs 30.1
+
++++
+** URL now never sends user email addresses in HTTP requests.
+Emacs never sent email addresses by default, but it used to be
+possible to customize 'url-privacy-level' so that the users email
+address was sent along in HTTP requests.  This feature has now been
+removed, as it was considered more risky than useful.  The user option
+'url-personal-mail-address' is now also obsolete.
+
 \f
 * Changes in Emacs 30.1
 
@@ -1119,14 +1130,6 @@ Highlighting Tests" node in the ERT manual.
 
 ** URL
 
-+++
-*** URL now never sends user email addresses in HTTP requests.
-Emacs never sent email addresses by default, but it used to be
-possible to customize 'url-privacy-level' so that the users email
-address was sent along in HTTP requests.  This feature has now been
-removed, as it was considered more risky than useful.  The user option
-'url-personal-mail-address' is now also obsolete.
-
 +++
 *** 'url-gateway-broken-resolution' is now obsolete.
 This option was intended for use on SunOS 4.x and Ultrix systems,