aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-09-25 11:21:50 -0700
committerPaul Eggert2017-09-25 11:21:50 -0700
commit2d6bd23bef907628d1bd9110c3f689f45bf441a6 (patch)
treedc1a3b15c80ddaa2e01237cfc71cbd2c6eaf6195
parentabcb2e62dae6aa26308f7ac9efc89247f89cbe65 (diff)
downloademacs-2d6bd23bef907628d1bd9110c3f689f45bf441a6.tar.gz
emacs-2d6bd23bef907628d1bd9110c3f689f45bf441a6.zip
* etc/NEWS.26: Copy from emacs-26/etc/NEWS.
-rw-r--r--etc/NEWS.2630
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
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.
@@ -367,7 +371,7 @@ see the node "Connection Local Variables" in the ELisp manual.
367puny.el library, so that one can visit Web sites with non-ASCII URLs. 371puny.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,
371where you can cancel them with the 'c' command. 375where 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,
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
@@ -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
702added: 'C-c C-s C-m C-m'. 705added: '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
710instead of the numeric form. The %z format continues to be the
711numeric 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.
1814For details, see the doc string of 'rx--pcase-macroexpander'. 1823For details, see the doc string of 'rx--pcase-macroexpander'.
1815 1824
1825---
1826** New functions to set region from secondary selection and vice versa.
1827The new functions 'secondary-selection-to-region' and
1828'secondary-selection-from-region' let you set the beginning and the
1829end of the region from those of the secondary selection and vise
1830versa.
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
1897like the macOS default. The new variables 'ns-mwheel-line-height',
1898'ns-use-mwheel-acceleration' and 'ns-use-mwheel-momentum' can be used
1899to customize the behavior.
1900
1879 1901
1880---------------------------------------------------------------------- 1902----------------------------------------------------------------------
1881This file is part of GNU Emacs. 1903This file is part of GNU Emacs.