aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS21
1 files changed, 15 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 34561acae56..1b5ae658f6c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -117,6 +117,11 @@ The effect is similar to that of "toolBar" resource on the tool bar.
117 117
118* Changes in Emacs 26.1 118* Changes in Emacs 26.1
119 119
120+++
121** Option 'buffer-offer-save' can be set to new value, 'always'. When
122 set to 'always', the command `save-some-buffers' will always offer
123 this buffer for saving.
124
120** Security vulnerability related to Enriched Text mode is removed. 125** Security vulnerability related to Enriched Text mode is removed.
121 126
122+++ 127+++
@@ -144,8 +149,7 @@ init file:
144'save-buffer' process. Previously, saving a buffer that was not 149'save-buffer' process. Previously, saving a buffer that was not
145visiting a file would always prompt for a file name. Now it only does 150visiting a file would always prompt for a file name. Now it only does
146so if 'write-contents-functions' is nil (or all its functions return 151so if 'write-contents-functions' is nil (or all its functions return
147nil). A non-nil buffer-local value for this variable is sufficient 152nil).
148for 'save-some-buffers' to consider the buffer for saving.
149 153
150--- 154---
151** New variable 'executable-prefix-env' for inserting magic signatures. 155** New variable 'executable-prefix-env' for inserting magic signatures.
@@ -578,7 +582,6 @@ Negative prefix arg flips the direction of selection. Also,
578defun are selected unless they are separated from the defun by a blank 582defun are selected unless they are separated from the defun by a blank
579line. 583line.
580 584
581---
582** New command 'replace-buffer-contents'. 585** New command 'replace-buffer-contents'.
583This command replaces the contents of the accessible portion of the 586This command replaces the contents of the accessible portion of the
584current buffer with the contents of the accessible portion of a 587current buffer with the contents of the accessible portion of a
@@ -1350,6 +1353,12 @@ non-nil, but the code returned the list in the increasing order of
1350priority instead. Now the code does what the documentation says it 1353priority instead. Now the code does what the documentation says it
1351should do. 1354should do.
1352 1355
1356---
1357** 'eldoc-message' only accepts one argument now. Programs that
1358called it with multiple arguments before should pass them through
1359'format' first. Even that is discouraged: for ElDoc support, you
1360should set 'eldoc-documentation-function' instead of calling
1361'eldoc-message' directly.
1353 1362
1354* Lisp Changes in Emacs 26.1 1363* Lisp Changes in Emacs 26.1
1355 1364
@@ -1891,9 +1900,9 @@ of frame decorations on macOS 10.9+.
1891 1900
1892--- 1901---
1893** Mousewheel and trackpad scrolling on macOS 10.7+ now behaves more 1902** Mousewheel and trackpad scrolling on macOS 10.7+ now behaves more
1894like the macOS default. The new variables 1903like the macOS default. The new variables 'ns-mwheel-line-height',
1895'ns-use-system-mwheel-acceleration', 'ns-touchpad-scroll-line-height' 1904'ns-use-mwheel-acceleration' and 'ns-use-mwheel-momentum' can be used
1896and 'ns-touchpad-use-momentum' can be used to customize the behavior. 1905to customize the behavior.
1897 1906
1898 1907
1899---------------------------------------------------------------------- 1908----------------------------------------------------------------------