aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS36
1 files changed, 32 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a042ce92aff..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.
@@ -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---
@@ -1344,6 +1353,12 @@ non-nil, but the code returned the list in the increasing order of
1344priority instead. Now the code does what the documentation says it 1353priority instead. Now the code does what the documentation says it
1345should do. 1354should do.
1346 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.
1347 1362
1348* Lisp Changes in Emacs 26.1 1363* Lisp Changes in Emacs 26.1
1349 1364
@@ -1813,6 +1828,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. 1828** New pcase pattern 'rx' to match against a rx-style regular expression.
1814For details, see the doc string of 'rx--pcase-macroexpander'. 1829For details, see the doc string of 'rx--pcase-macroexpander'.
1815 1830
1831---
1832** New functions to set region from secondary selection and vice versa.
1833The new functions 'secondary-selection-to-region' and
1834'secondary-selection-from-region' let you set the beginning and the
1835end of the region from those of the secondary selection and vise
1836versa.
1837
1816 1838
1817* Changes in Emacs 26.1 on Non-Free Operating Systems 1839* Changes in Emacs 26.1 on Non-Free Operating Systems
1818 1840
@@ -1876,6 +1898,12 @@ of frame decorations on macOS 10.9+.
1876--- 1898---
1877** 'process-attributes' on Darwin systems now returns more information. 1899** 'process-attributes' on Darwin systems now returns more information.
1878 1900
1901---
1902** Mousewheel and trackpad scrolling on macOS 10.7+ now behaves more
1903like the macOS default. The new variables 'ns-mwheel-line-height',
1904'ns-use-mwheel-acceleration' and 'ns-use-mwheel-momentum' can be used
1905to customize the behavior.
1906
1879 1907
1880---------------------------------------------------------------------- 1908----------------------------------------------------------------------
1881This file is part of GNU Emacs. 1909This file is part of GNU Emacs.