aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS.27
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS.27')
-rw-r--r--etc/NEWS.2716
1 files changed, 11 insertions, 5 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27
index a056f5c1e82..31b69025173 100644
--- a/etc/NEWS.27
+++ b/etc/NEWS.27
@@ -202,10 +202,11 @@ it won't work right without some adjustment:
202 202
203** Emacs now notifies systemd when startup finishes or shutdown begins. 203** Emacs now notifies systemd when startup finishes or shutdown begins.
204Units that are ordered after 'emacs.service' will only be started 204Units that are ordered after 'emacs.service' will only be started
205after Emacs has finished initialization and is ready for use. 205after Emacs has finished initialization and is ready for use, and
206(If your Emacs is installed in a non-standard location and you copied the 206Emacs needs to be built with systemd support. (If your Emacs is
207emacs.service file to e.g. "~/.config/systemd/user/", you will need to copy 207installed in a non-standard location and you copied the emacs.service
208the new version of the file again.) 208file to e.g. "~/.config/systemd/user/", you will need to copy the new
209version of the file again.)
209 210
210 211
211* Changes in Emacs 27.1 212* Changes in Emacs 27.1
@@ -595,7 +596,7 @@ the node "(emacs) Directory Variables" of the user manual.
595 596
596** Network connections using 'local' can now use IPv6. 597** Network connections using 'local' can now use IPv6.
597'make-network-process' now uses the correct loopback address when 598'make-network-process' now uses the correct loopback address when
598asked to use ':host 'local' and ':family 'ipv6'. 599asked to use ":host 'local" and ":family 'ipv6".
599 600
600** The new function 'replace-region-contents' replaces the current 601** The new function 'replace-region-contents' replaces the current
601region using a given replacement-function in a non-destructive manner 602region using a given replacement-function in a non-destructive manner
@@ -1917,6 +1918,11 @@ The value of the new 'sender' slot (if a string) is used to set gpg's
1917'mml-secure-openpgp-sign-with-sender'. See gpg(1) manual page about 1918'mml-secure-openpgp-sign-with-sender'. See gpg(1) manual page about
1918"--sender" for more information. 1919"--sender" for more information.
1919 1920
1921*** 'epg-find-configuration' no longer finds GnuPG 2.0 through 2.1.5.
1922Previously, it found these versions by mistake. The intent was to
1923find GnuPG 2.1.6 or later, or find GnuPG 1.4.3 or later within the
1924GnuPG 1 series.
1925
1920** Rmail 1926** Rmail
1921 1927
1922*** New user option 'rmail-output-reset-deleted-flag'. 1928*** New user option 'rmail-output-reset-deleted-flag'.