diff options
| author | Eli Zaretskii | 2017-09-29 10:02:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-09-29 10:02:33 +0300 |
| commit | c1ac8c170f17a98b7e5d6e098f707daeb71ea27d (patch) | |
| tree | dffdc5f4a509ec200b69c09f52b979f42d31e10b /etc | |
| parent | 18073beb14f393b4bbcc92890a89dcfcb75fb7ac (diff) | |
| parent | af130f900fc499f71ea22f10ba055a75ce35ed4e (diff) | |
| download | emacs-c1ac8c170f17a98b7e5d6e098f707daeb71ea27d.tar.gz emacs-c1ac8c170f17a98b7e5d6e098f707daeb71ea27d.zip | |
Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 21 |
1 files changed, 15 insertions, 6 deletions
| @@ -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 |
| 145 | visiting a file would always prompt for a file name. Now it only does | 150 | visiting a file would always prompt for a file name. Now it only does |
| 146 | so if 'write-contents-functions' is nil (or all its functions return | 151 | so if 'write-contents-functions' is nil (or all its functions return |
| 147 | nil). A non-nil buffer-local value for this variable is sufficient | 152 | nil). |
| 148 | for '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, | |||
| 578 | defun are selected unless they are separated from the defun by a blank | 582 | defun are selected unless they are separated from the defun by a blank |
| 579 | line. | 583 | line. |
| 580 | 584 | ||
| 581 | --- | ||
| 582 | ** New command 'replace-buffer-contents'. | 585 | ** New command 'replace-buffer-contents'. |
| 583 | This command replaces the contents of the accessible portion of the | 586 | This command replaces the contents of the accessible portion of the |
| 584 | current buffer with the contents of the accessible portion of a | 587 | current 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 | |||
| 1350 | priority instead. Now the code does what the documentation says it | 1353 | priority instead. Now the code does what the documentation says it |
| 1351 | should do. | 1354 | should do. |
| 1352 | 1355 | ||
| 1356 | --- | ||
| 1357 | ** 'eldoc-message' only accepts one argument now. Programs that | ||
| 1358 | called it with multiple arguments before should pass them through | ||
| 1359 | 'format' first. Even that is discouraged: for ElDoc support, you | ||
| 1360 | should 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 |
| 1894 | like the macOS default. The new variables | 1903 | like 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 |
| 1896 | and 'ns-touchpad-use-momentum' can be used to customize the behavior. | 1905 | to customize the behavior. |
| 1897 | 1906 | ||
| 1898 | 1907 | ||
| 1899 | ---------------------------------------------------------------------- | 1908 | ---------------------------------------------------------------------- |