diff --git a/etc/NEWS b/etc/NEWS index 918c12b91d2..d3521633a5f 100644 --- 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. + +* 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. + * 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,