diff options
| author | Paul Eggert | 2017-09-25 11:21:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-25 11:21:50 -0700 |
| commit | 2d6bd23bef907628d1bd9110c3f689f45bf441a6 (patch) | |
| tree | dc1a3b15c80ddaa2e01237cfc71cbd2c6eaf6195 | |
| parent | abcb2e62dae6aa26308f7ac9efc89247f89cbe65 (diff) | |
| download | emacs-2d6bd23bef907628d1bd9110c3f689f45bf441a6.tar.gz emacs-2d6bd23bef907628d1bd9110c3f689f45bf441a6.zip | |
* etc/NEWS.26: Copy from emacs-26/etc/NEWS.
| -rw-r--r-- | etc/NEWS.26 | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26 index a042ce92aff..040d265f75b 100644 --- a/etc/NEWS.26 +++ b/etc/NEWS.26 | |||
| @@ -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. |
| @@ -367,7 +371,7 @@ see the node "Connection Local Variables" in the ELisp manual. | |||
| 367 | puny.el library, so that one can visit Web sites with non-ASCII URLs. | 371 | puny.el library, so that one can visit Web sites with non-ASCII URLs. |
| 368 | 372 | ||
| 369 | +++ | 373 | +++ |
| 370 | ** The new 'timer-list' command lists all active timers in a buffer, | 374 | ** The new 'list-timers' command lists all active timers in a buffer, |
| 371 | where you can cancel them with the 'c' command. | 375 | where you can cancel them with the 'c' command. |
| 372 | 376 | ||
| 373 | +++ | 377 | +++ |
| @@ -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 |
| @@ -701,6 +704,12 @@ method is an NNTP select method. | |||
| 701 | *** A new command for sorting articles by readedness marks has been | 704 | *** A new command for sorting articles by readedness marks has been |
| 702 | added: 'C-c C-s C-m C-m'. | 705 | added: 'C-c C-s C-m C-m'. |
| 703 | 706 | ||
| 707 | +++ | ||
| 708 | |||
| 709 | *** In message-citation-line-format the %Z format is now the time zone name | ||
| 710 | instead of the numeric form. The %z format continues to be the | ||
| 711 | numeric form. The new behavior is compatible with format-time-string. | ||
| 712 | |||
| 704 | ** Ibuffer | 713 | ** Ibuffer |
| 705 | 714 | ||
| 706 | --- | 715 | --- |
| @@ -1813,6 +1822,13 @@ can be replicated simply by setting 'comment-auto-fill-only-comments'. | |||
| 1813 | ** New pcase pattern 'rx' to match against a rx-style regular expression. | 1822 | ** New pcase pattern 'rx' to match against a rx-style regular expression. |
| 1814 | For details, see the doc string of 'rx--pcase-macroexpander'. | 1823 | For details, see the doc string of 'rx--pcase-macroexpander'. |
| 1815 | 1824 | ||
| 1825 | --- | ||
| 1826 | ** New functions to set region from secondary selection and vice versa. | ||
| 1827 | The new functions 'secondary-selection-to-region' and | ||
| 1828 | 'secondary-selection-from-region' let you set the beginning and the | ||
| 1829 | end of the region from those of the secondary selection and vise | ||
| 1830 | versa. | ||
| 1831 | |||
| 1816 | 1832 | ||
| 1817 | * Changes in Emacs 26.1 on Non-Free Operating Systems | 1833 | * Changes in Emacs 26.1 on Non-Free Operating Systems |
| 1818 | 1834 | ||
| @@ -1876,6 +1892,12 @@ of frame decorations on macOS 10.9+. | |||
| 1876 | --- | 1892 | --- |
| 1877 | ** 'process-attributes' on Darwin systems now returns more information. | 1893 | ** 'process-attributes' on Darwin systems now returns more information. |
| 1878 | 1894 | ||
| 1895 | --- | ||
| 1896 | ** Mousewheel and trackpad scrolling on macOS 10.7+ now behaves more | ||
| 1897 | like the macOS default. The new variables 'ns-mwheel-line-height', | ||
| 1898 | 'ns-use-mwheel-acceleration' and 'ns-use-mwheel-momentum' can be used | ||
| 1899 | to customize the behavior. | ||
| 1900 | |||
| 1879 | 1901 | ||
| 1880 | ---------------------------------------------------------------------- | 1902 | ---------------------------------------------------------------------- |
| 1881 | This file is part of GNU Emacs. | 1903 | This file is part of GNU Emacs. |