diff options
| author | Robert Pluim | 2020-01-16 10:39:40 +0100 |
|---|---|---|
| committer | Robert Pluim | 2020-01-16 10:39:40 +0100 |
| commit | 91cac24952806c6c4addc3c045854c2c314c2e31 (patch) | |
| tree | 39e9201acd660f101dacac03bf2e51b2b33e5af3 | |
| parent | 5505babc0706bb949f35e2299762e592c62070ec (diff) | |
| download | emacs-91cac24952806c6c4addc3c045854c2c314c2e31.tar.gz emacs-91cac24952806c6c4addc3c045854c2c314c2e31.zip | |
; etc/NEWS minor edits
| -rw-r--r-- | etc/NEWS | 61 |
1 files changed, 31 insertions, 30 deletions
| @@ -71,7 +71,7 @@ operating systems. | |||
| 71 | When built with the portable dumping support (which is the default), | 71 | When built with the portable dumping support (which is the default), |
| 72 | Emacs looks for the 'emacs.pdmp' file, generated during the build, in | 72 | Emacs looks for the 'emacs.pdmp' file, generated during the build, in |
| 73 | its data directory at startup, and loads the dumped state from there. | 73 | its data directory at startup, and loads the dumped state from there. |
| 74 | The new command-line argument '--dump-file=FILE' allows to specify a | 74 | The new command-line argument '--dump-file=FILE' allows specifying a |
| 75 | non-default '.pdmp' file to load the state from; see the node | 75 | non-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: | |||
| 224 | Units that are ordered after 'emacs.service' will only be started | 224 | Units that are ordered after 'emacs.service' will only be started |
| 225 | after Emacs has finished initialization and is ready for use. | 225 | after 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 |
| 227 | emacs.service file to eg "~/.config/systemd/user/", you will need to copy | 227 | emacs.service file to e.g. "~/.config/systemd/user/", you will need to copy |
| 228 | the new version of the file again.) | 228 | the 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. |
| 453 | This triggers to search the program on the remote host as indicated by | 453 | This 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'. |
| 483 | This user option allows to specify the set of buffers that may be | 483 | This user option allows specifying the set of buffers that may be |
| 484 | shown by 'switch-to-prev-buffer' and 'switch-to-next-buffer' more | 484 | shown by 'switch-to-prev-buffer' and 'switch-to-next-buffer' more |
| 485 | stringently than the now obsolete 'switch-to-visible-buffer'. | 485 | stringently 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 | |||
| 550 | mode, they are described in the manual "(emacs) Display". | 550 | mode, 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. |
| 600 | Previously, Emacs would only ask for confirmation before visiting | 600 | Previously, Emacs would only ask for confirmation before visiting |
| 601 | large files. Now it also offers a third alternative: to visit the | 601 | large files. Now it also offers a third alternative: to visit the |
| 602 | file literally, as in 'find-file-literally', which speeds up | 602 | file literally, as in 'find-file-literally', which speeds up |
| 603 | navigation and editing of large files. | 603 | navigation 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 |
| 608 | navigating through the history of characters that have been input. | 608 | navigating through the history of characters that have been input. |
| 609 | This is mostly useful for characters that have complex input methods | 609 | This 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 |
| 783 | should be ignored have been added via the | 783 | be ignored has been added via the 'goto-address-uri-schemes-ignored' |
| 784 | 'goto-address-uri-schemes-ignored' variable. | 784 | variable. |
| 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. |
| 1412 | The 'file://' URLs in Info documents can now be followed by passing | 1412 | The 'file://' URLs in Info documents can now be followed by passing |
| 1413 | them to the 'browse-url' function, like the other protocols: 'ftp', | 1413 | them 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 |
| 1415 | files, for example. | 1415 | files, for example. |
| 1416 | 1416 | ||
| 1417 | --- | 1417 | --- |
| @@ -1523,8 +1523,9 @@ This feature can be enabled by setting the new 'nnimap-use-namespaces' | |||
| 1523 | server variable to non-nil. | 1523 | server 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. |
| 1527 | Limit to articles with score at below. | 1527 | Limit to articles with score "at or below" the SCORE argument rather |
| 1528 | than "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 |
| 1929 | less verbose by removing non-essential information. | 1930 | less 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 |
| 2068 | or NextCloud hosted files and directories. | 2069 | or 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 |
| 2072 | storages via the 'rclone' program. This feature is experimental. | 2073 | storages 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 |
| 2076 | with different user credentials. Contrary to the "sudo" method, no | 2077 | with different user credentials. Contrary to the "sudo" method, no |
| 2077 | session is run permanently in the background. This is for security | 2078 | session is run permanently in the background. This is for security |
| 2078 | reasons. | 2079 | reasons. |
| 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 |
| 2082 | are obsoleted in GVFS. | 2083 | are obsoleted in GVFS. |
| 2083 | 2084 | ||
| 2084 | +++ | 2085 | +++ |
| @@ -2090,7 +2091,7 @@ from auth-source search are taken into account. This can be disabled | |||
| 2090 | by setting the user option 'tramp-completion-use-auth-sources' to nil. | 2091 | by 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 |
| 2094 | Tramp for some look-alike remote file names. | 2095 | Tramp 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 | |||
| 2099 | are adjusted to the host name from the previous hop. | 2100 | are 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". |
| 2103 | timeout, after which the underlying session is disabled. This is for | 2104 | The underlying session is disabled when the timeout expires. This is |
| 2104 | security reasons. | 2105 | for 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'. |
| 2114 | They allow to save remote files somewhere else when the corresponding | 2115 | They allow saving remote files somewhere else when the corresponding |
| 2115 | host is not reachable anymore. | 2116 | host 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'. |
| 2314 | This allows to create and parent immediately a minibuffer-only child | 2315 | This allows creating and immediately parenting a minibuffer-only child |
| 2315 | frame when making a frame. | 2316 | frame when making a frame. |
| 2316 | 2317 | ||
| 2317 | --- | 2318 | --- |
| @@ -3040,7 +3041,7 @@ years containing more than four digits. This is for compatibility | |||
| 3040 | with POSIX.1-2017. | 3041 | with 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. | |||
| 3059 | if it is not known whether daylight saving time is in effect. | 3060 | if it is not known whether daylight saving time is in effect. |
| 3060 | Formerly they were inconsistent: 'encode-time' returned t in this | 3061 | Formerly they were inconsistent: 'encode-time' returned t in this |
| 3061 | situation, whereas 'parse-time-string' returned nil. Now they | 3062 | situation, whereas 'parse-time-string' returned nil. Now they |
| 3062 | consistently use use nil to mean that DST is not in effect, and use -1 | 3063 | consistently use nil to mean that DST is not in effect, and use -1 |
| 3063 | to mean that it is not known whether DST is in effect. | 3064 | to 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'. |
| 3252 | This option allows to automatically resize minibuffer-only frames | 3253 | This option allows automatically resizing minibuffer-only frames |
| 3253 | similarly to how minibuffer windows are resized on "normal" frames. | 3254 | similarly 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'. |
| 3257 | This function allows to specify the location of the window chosen by | 3258 | This 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'. |
| 3262 | Such an entry allows to specify the dedicated status of a window | 3263 | Such an entry allows specifying the dedicated status of a window |
| 3263 | created by 'display-buffer'. | 3264 | created 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'. |
| 3267 | Such an entry allows to specify a minimum height of the window used | 3268 | Such an entry allows specifying a minimum height of the window used |
| 3268 | for displaying a buffer. 'display-buffer-below-selected' is the only | 3269 | for displaying a buffer. 'display-buffer-below-selected' is the only |
| 3269 | action function to respect it at the moment. | 3270 | action function to respect it at the moment. |
| 3270 | 3271 | ||