Commit 64a49043 authored by Po Lu's avatar Po Lu
Browse files

Merge remote-tracking branch 'savannah/master' into master-android-1

parents 103f36cc 5ab82229
Pipeline #27530 failed with stages
in 62 minutes and 17 seconds
......@@ -73,9 +73,13 @@ more details.
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
removed, as it was considered more dangerous than useful. RFC 9110
10.1.2) also recommends against it. The user option
'url-personal-mail-address' is now also obsolete.
To send an email address in the header of individual HTTP requests,
see the variable `url-request-extra-headers'.
* Changes in Emacs 30.1
......@@ -478,7 +482,10 @@ When a fileset's VC change history ('C-x v l') ends at a rename, we
now print the old name(s) and a button which jumps to their history.
Git and Hg are supported. Naturally, 'vc-git-print-log-follow' should
be nil for this to work (or '--follow' should not be in
'vc-hg-print-log-switches', in Hg's case).
'vc-hg-print-log-switches', in Hg's case). Unlike when the '--follow'
switch is used, commands to see the diff of the old revision ('d'),
check out an old file version ('f') or annotate it right away ('a'),
also work on revisions which precede renames.
*** New option 'vc-git-file-name-changes-switches'.
It allows tweaking the thresholds for rename and copy detection.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment