aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2020-01-16 10:39:40 +0100
committerRobert Pluim2020-01-16 10:39:40 +0100
commit91cac24952806c6c4addc3c045854c2c314c2e31 (patch)
tree39e9201acd660f101dacac03bf2e51b2b33e5af3
parent5505babc0706bb949f35e2299762e592c62070ec (diff)
downloademacs-91cac24952806c6c4addc3c045854c2c314c2e31.tar.gz
emacs-91cac24952806c6c4addc3c045854c2c314c2e31.zip
; etc/NEWS minor edits
-rw-r--r--etc/NEWS61
1 files changed, 31 insertions, 30 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 12536574760..c1e00395c84 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -71,7 +71,7 @@ operating systems.
71When built with the portable dumping support (which is the default), 71When built with the portable dumping support (which is the default),
72Emacs looks for the 'emacs.pdmp' file, generated during the build, in 72Emacs looks for the 'emacs.pdmp' file, generated during the build, in
73its data directory at startup, and loads the dumped state from there. 73its data directory at startup, and loads the dumped state from there.
74The new command-line argument '--dump-file=FILE' allows to specify a 74The new command-line argument '--dump-file=FILE' allows specifying a
75non-default '.pdmp' file to load the state from; see the node 75non-default '.pdmp' file to load the state from; see the node
76"(emacs) Initial Options" in the Emacs manual for more information. 76"(emacs) Initial Options" in the Emacs manual for more information.
77 77
@@ -224,7 +224,7 @@ it won't work right without some adjustment:
224Units that are ordered after 'emacs.service' will only be started 224Units that are ordered after 'emacs.service' will only be started
225after Emacs has finished initialization and is ready for use. 225after Emacs has finished initialization and is ready for use.
226(If your Emacs is installed in a non-standard location and you copied the 226(If your Emacs is installed in a non-standard location and you copied the
227emacs.service file to eg "~/.config/systemd/user/", you will need to copy 227emacs.service file to e.g. "~/.config/systemd/user/", you will need to copy
228the new version of the file again.) 228the new version of the file again.)
229 229
230 230
@@ -450,7 +450,7 @@ from a remote host.
450 450
451+++ 451+++
452** The function 'executable-find' supports an optional argument REMOTE. 452** The function 'executable-find' supports an optional argument REMOTE.
453This triggers to search the program on the remote host as indicated by 453This triggers searching for the program on the remote host as indicated by
454'default-directory'. 454'default-directory'.
455 455
456+++ 456+++
@@ -480,7 +480,7 @@ Customize 'switch-to-prev-buffer-skip' instead.
480 480
481+++ 481+++
482** New user option 'switch-to-prev-buffer-skip'. 482** New user option 'switch-to-prev-buffer-skip'.
483This user option allows to specify the set of buffers that may be 483This user option allows specifying the set of buffers that may be
484shown by 'switch-to-prev-buffer' and 'switch-to-next-buffer' more 484shown by 'switch-to-prev-buffer' and 'switch-to-next-buffer' more
485stringently than the now obsolete 'switch-to-visible-buffer'. 485stringently than the now obsolete 'switch-to-visible-buffer'.
486 486
@@ -550,7 +550,7 @@ There are 2 new buffer local variables and 1 face to customize this
550mode, they are described in the manual "(emacs) Display". 550mode, they are described in the manual "(emacs) Display".
551 551
552+++ 552+++
553** 'progress-reporter-update' accepts a suffix string to display. 553** 'progress-reporter-update' now accepts an optional suffix string to display.
554 554
555--- 555---
556** New user option 'xref-file-name-display' controls the display of 556** New user option 'xref-file-name-display' controls the display of
@@ -596,14 +596,14 @@ if so, 'backup-by-copying-when-mismatch' will be forced on.
596* Editing Changes in Emacs 27.1 596* Editing Changes in Emacs 27.1
597 597
598+++ 598+++
599** When asked to visit a large file, Emacs now offers visiting it literally. 599** When asked to visit a large file, Emacs now offers to visit it literally.
600Previously, Emacs would only ask for confirmation before visiting 600Previously, Emacs would only ask for confirmation before visiting
601large files. Now it also offers a third alternative: to visit the 601large files. Now it also offers a third alternative: to visit the
602file literally, as in 'find-file-literally', which speeds up 602file literally, as in 'find-file-literally', which speeds up
603navigation and editing of large files. 603navigation and editing of large files.
604 604
605+++ 605+++
606** 'zap-to-char' now uses history of characters you used to zap to. 606** 'zap-to-char' now uses the history of characters you used to zap to.
607'zap-to-char' uses the new 'read-char-from-minibuffer' function to allow 607'zap-to-char' uses the new 'read-char-from-minibuffer' function to allow
608navigating through the history of characters that have been input. 608navigating through the history of characters that have been input.
609This is mostly useful for characters that have complex input methods 609This is mostly useful for characters that have complex input methods
@@ -779,9 +779,9 @@ mediawiki format tables.
779 779
780** goto-addr 780** goto-addr
781 781
782*** A way to more conveniently specify what URI address schemes that 782*** A way to more conveniently specify what URI address schemes should
783should be ignored have been added via the 783be ignored has been added via the 'goto-address-uri-schemes-ignored'
784'goto-address-uri-schemes-ignored' variable. 784variable.
785 785
786+++ 786+++
787** tex-mode 787** tex-mode
@@ -1411,7 +1411,7 @@ where you can select a node to go back (like in browsers).
1411*** Info can now follow 'file://' protocol URLs. 1411*** Info can now follow 'file://' protocol URLs.
1412The 'file://' URLs in Info documents can now be followed by passing 1412The 'file://' URLs in Info documents can now be followed by passing
1413them to the 'browse-url' function, like the other protocols: 'ftp', 1413them to the 'browse-url' function, like the other protocols: 'ftp',
1414'http', and 'https'. This allows to have references to local HTML 1414'http', and 'https'. This allows having references to local HTML
1415files, for example. 1415files, for example.
1416 1416
1417--- 1417---
@@ -1523,8 +1523,9 @@ This feature can be enabled by setting the new 'nnimap-use-namespaces'
1523server variable to non-nil. 1523server variable to non-nil.
1524 1524
1525+++ 1525+++
1526*** A prefix argument to 'gnus-summary-limit-to-score' will limit reverse. 1526*** A prefix argument to 'gnus-summary-limit-to-score' will limit in reverse.
1527Limit to articles with score at below. 1527Limit to articles with score "at or below" the SCORE argument rather
1528than "at or above".
1528 1529
1529--- 1530---
1530*** The function 'gnus-score-find-favorite-words' has been renamed 1531*** The function 'gnus-score-find-favorite-words' has been renamed
@@ -1925,7 +1926,7 @@ The abbreviation can be disabled by the new user option
1925** ERT 1926** ERT
1926 1927
1927+++ 1928+++
1928*** New variable 'ert-quiet' allows to make ERT output in batch mode 1929*** New variable 'ert-quiet' allows making ERT output in batch mode
1929less verbose by removing non-essential information. 1930less verbose by removing non-essential information.
1930 1931
1931+++ 1932+++
@@ -2064,21 +2065,21 @@ the real password is revealed (via 'reveal-mode'). The new
2064** Tramp 2065** Tramp
2065 2066
2066+++ 2067+++
2067*** New connection method "nextcloud", which allows to access OwnCloud 2068*** New connection method "nextcloud", which allows accessing OwnCloud
2068or NextCloud hosted files and directories. 2069or NextCloud hosted files and directories.
2069 2070
2070+++ 2071+++
2071*** New connection method "rclone", which allows to access system 2072*** New connection method "rclone", which allows accessing system
2072storages via the 'rclone' program. This feature is experimental. 2073storages via the 'rclone' program. This feature is experimental.
2073 2074
2074+++ 2075+++
2075*** New connection method "sudoedit", which allows to edit local files 2076*** New connection method "sudoedit", which allows editing local files
2076with different user credentials. Contrary to the "sudo" method, no 2077with different user credentials. Contrary to the "sudo" method, no
2077session is run permanently in the background. This is for security 2078session is run permanently in the background. This is for security
2078reasons. 2079reasons.
2079 2080
2080+++ 2081+++
2081*** Connection methods "obex" and "synce" are removed, because they 2082*** Connection methods "obex" and "synce" have been removed, because they
2082are obsoleted in GVFS. 2083are obsoleted in GVFS.
2083 2084
2084+++ 2085+++
@@ -2090,7 +2091,7 @@ from auth-source search are taken into account. This can be disabled
2090by setting the user option 'tramp-completion-use-auth-sources' to nil. 2091by setting the user option 'tramp-completion-use-auth-sources' to nil.
2091 2092
2092+++ 2093+++
2093*** The user option 'tramp-ignored-file-name-regexp' allows to disable 2094*** The user option 'tramp-ignored-file-name-regexp' allows disabling
2094Tramp for some look-alike remote file names. 2095Tramp for some look-alike remote file names.
2095 2096
2096+++ 2097+++
@@ -2099,9 +2100,9 @@ multi-hop file names must match the previous hop. Default host names
2099are adjusted to the host name from the previous hop. 2100are adjusted to the host name from the previous hop.
2100 2101
2101+++ 2102+++
2102*** For the connection methods "sudo" and "doas" there exists a 2103*** A timeout has been added for the connection methods "sudo" and "doas".
2103timeout, after which the underlying session is disabled. This is for 2104The underlying session is disabled when the timeout expires. This is
2104security reasons. 2105for security reasons.
2105 2106
2106+++ 2107+++
2107*** For some connection methods, like "sshx" or "plink", it is 2108*** For some connection methods, like "sshx" or "plink", it is
@@ -2111,7 +2112,7 @@ cooperates badly with Tramp.
2111 2112
2112+++ 2113+++
2113*** New commands 'tramp-rename-files' and 'tramp-rename-these-files'. 2114*** New commands 'tramp-rename-files' and 'tramp-rename-these-files'.
2114They allow to save remote files somewhere else when the corresponding 2115They allow saving remote files somewhere else when the corresponding
2115host is not reachable anymore. 2116host is not reachable anymore.
2116 2117
2117** Rcirc 2118** Rcirc
@@ -2311,7 +2312,7 @@ expressions from simpler parts.
2311 2312
2312+++ 2313+++
2313*** New value of 'minibuffer' frame parameter 'child-frame'. 2314*** New value of 'minibuffer' frame parameter 'child-frame'.
2314This allows to create and parent immediately a minibuffer-only child 2315This allows creating and immediately parenting a minibuffer-only child
2315frame when making a frame. 2316frame when making a frame.
2316 2317
2317--- 2318---
@@ -3040,7 +3041,7 @@ years containing more than four digits. This is for compatibility
3040with POSIX.1-2017. 3041with POSIX.1-2017.
3041 3042
3042+++ 3043+++
3043*** To access (or alter) the elements a decoded time value, the 3044*** To access (or alter) the elements of a decoded time value, the
3044'decoded-time-second', 'decoded-time-minute', 'decoded-time-hour', 3045'decoded-time-second', 'decoded-time-minute', 'decoded-time-hour',
3045'decoded-time-day', 'decoded-time-month', 'decoded-time-year', 3046'decoded-time-day', 'decoded-time-month', 'decoded-time-year',
3046'decoded-time-weekday', 'decoded-time-dst' and 'decoded-time-zone' 3047'decoded-time-weekday', 'decoded-time-dst' and 'decoded-time-zone'
@@ -3059,7 +3060,7 @@ elements as if it's midnight January 1st, 1970) have been added.
3059if it is not known whether daylight saving time is in effect. 3060if it is not known whether daylight saving time is in effect.
3060Formerly they were inconsistent: 'encode-time' returned t in this 3061Formerly they were inconsistent: 'encode-time' returned t in this
3061situation, whereas 'parse-time-string' returned nil. Now they 3062situation, whereas 'parse-time-string' returned nil. Now they
3062consistently use use nil to mean that DST is not in effect, and use -1 3063consistently use nil to mean that DST is not in effect, and use -1
3063to mean that it is not known whether DST is in effect. 3064to mean that it is not known whether DST is in effect.
3064 3065
3065+++ 3066+++
@@ -3249,22 +3250,22 @@ reliably survive subsequent invocations of 'set-window-buffer'.
3249 3250
3250+++ 3251+++
3251** New user option 'resize-mini-frames'. 3252** New user option 'resize-mini-frames'.
3252This option allows to automatically resize minibuffer-only frames 3253This option allows automatically resizing minibuffer-only frames
3253similarly to how minibuffer windows are resized on "normal" frames. 3254similarly to how minibuffer windows are resized on "normal" frames.
3254 3255
3255+++ 3256+++
3256** New buffer display action function 'display-buffer-in-direction'. 3257** New buffer display action function 'display-buffer-in-direction'.
3257This function allows to specify the location of the window chosen by 3258This function allows specifying the location of the window chosen by
3258'display-buffer' in various ways. 3259'display-buffer' in various ways.
3259 3260
3260+++ 3261+++
3261** New buffer display action alist entry 'dedicated'. 3262** New buffer display action alist entry 'dedicated'.
3262Such an entry allows to specify the dedicated status of a window 3263Such an entry allows specifying the dedicated status of a window
3263created by 'display-buffer'. 3264created by 'display-buffer'.
3264 3265
3265+++ 3266+++
3266** New buffer display action alist entry 'window-min-height'. 3267** New buffer display action alist entry 'window-min-height'.
3267Such an entry allows to specify a minimum height of the window used 3268Such an entry allows specifying a minimum height of the window used
3268for displaying a buffer. 'display-buffer-below-selected' is the only 3269for displaying a buffer. 'display-buffer-below-selected' is the only
3269action function to respect it at the moment. 3270action function to respect it at the moment.
3270 3271