]> 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)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 17 Dec 2023 11:14:04 +0000 (12:14 +0100)
etc/NEWS

index 918c12b91d231bd596ec954aab3d621aeaa26ea9..d3521633a5f5de72a7797026bdfe1b528e739f8e 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
 
@@ -1093,14 +1104,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,