aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2016-10-20 16:29:40 +0200
committerMichael Albinus2016-10-20 16:29:40 +0200
commit3b83123a7f5709ad58ceaa9ac073f433749471d2 (patch)
treed5de77e02f42fe1ddec200bf543abfa111c1f022
parentce26926b6223194a6ff0d8a3c17f1d58aaa5d0fe (diff)
downloademacs-3b83123a7f5709ad58ceaa9ac073f433749471d2.tar.gz
emacs-3b83123a7f5709ad58ceaa9ac073f433749471d2.zip
* etc/NEWS: Fix typos. Remove entries backported to Emacs 25.2.
-rw-r--r--etc/NEWS39
1 files changed, 17 insertions, 22 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4f88de9c5b6..3b3164c2582 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -127,9 +127,6 @@ part of minibuffers.
127** 'find-library' now takes a prefix argument to pop to a different 127** 'find-library' now takes a prefix argument to pop to a different
128window. 128window.
129 129
130** 'find-library', 'help-function-def' and 'help-variable-def' now run
131'find-function-after-hook'.
132
133--- 130---
134** 'process-attributes' on Darwin systems now returns more information. 131** 'process-attributes' on Darwin systems now returns more information.
135 132
@@ -286,7 +283,7 @@ whose content matches a regexp; bound to '% g'.
286** Dired 283** Dired
287 284
288+++ 285+++
289*** A New option 'dired-always-read-filesystem' default to nil. 286*** A new option 'dired-always-read-filesystem' default to nil.
290If non-nil, buffers visiting files are reverted before search them; 287If non-nil, buffers visiting files are reverted before search them;
291for instance, in 'dired-mark-files-containing-regexp' a non-nil value 288for instance, in 'dired-mark-files-containing-regexp' a non-nil value
292of this option means the file is revisited in a temporary buffer; 289of this option means the file is revisited in a temporary buffer;
@@ -302,9 +299,9 @@ this is controlled by the 'wdired-create-parent-directories' variable.
302*** 'W' is now bound to 'browse-url-of-dired-file', and is useful for 299*** 'W' is now bound to 'browse-url-of-dired-file', and is useful for
303viewing HTML files and the like. 300viewing HTML files and the like.
304 301
305** Ediff 302** Edebug
306 303
307*** Ediff can be prevented from pausing 1 second after reaching a 304*** Edebug can be prevented from pausing 1 second after reaching a
308breakpoint (e.g. with "f" and "o") by customizing the new option 305breakpoint (e.g. with "f" and "o") by customizing the new option
309'edebug-sit-on-break'. 306'edebug-sit-on-break'.
310 307
@@ -514,14 +511,15 @@ function 'check-declare-errmsg' has been removed.
514 511
515* Lisp Changes in Emacs 26.1 512* Lisp Changes in Emacs 26.1
516 513
517** New function undo-amalgamate-change-group to get rid of undo-boundaries 514** New function 'undo-amalgamate-change-group' to get rid of
518between two states. 515undo-boundaries between two states.
519 516
520** New var 'definition-prefixes' is a hashtable mapping prefixes to the 517** New var 'definition-prefixes' is a hashtable mapping prefixes to the
521files where corresponding definitions can be found. This can be used 518files where corresponding definitions can be found. This can be used
522to fetch definitions that are not yet loaded, for example for 'C-h f'. 519to fetch definitions that are not yet loaded, for example for 'C-h f'.
523 520
524** New var syntax-ppss-table to control the syntax-table used in syntax-ppss. 521** New var 'syntax-ppss-table' to control the syntax-table used in
522'syntax-ppss'.
525 523
526+++ 524+++
527** 'define-derived-mode' can now specify an :after-hook form, which 525** 'define-derived-mode' can now specify an :after-hook form, which
@@ -535,8 +533,8 @@ FIXME As an experiment, nil is the current default.
535If no insurmountable problems before next release, it can stay that way. 533If no insurmountable problems before next release, it can stay that way.
536 534
537--- 535---
538** 'gnutls-boot' now takes a parameter :complete-negotiation that says 536** 'gnutls-boot' now takes a parameter ':complete-negotiation' that
539that negotiation should complete even on non-blocking sockets. 537says that negotiation should complete even on non-blocking sockets.
540 538
541+++ 539+++
542** New functions 'window-pixel-width-before-size-change' and 540** New functions 'window-pixel-width-before-size-change' and
@@ -574,7 +572,7 @@ of a two character construct, i.e., a comment delimiter or escaped
574character. Its value is the syntax of that last character. 572character. Its value is the syntax of that last character.
575 573
576+++ 574+++
577** 'parse-partial-sexp''s state, element 9, has now been confirmed as 575** 'parse-partial-sexp's state, element 9, has now been confirmed as
578permanent and documented, and may be used by Lisp programs. Its value 576permanent and documented, and may be used by Lisp programs. Its value
579is a list of currently open parenthesis positions, starting with the 577is a list of currently open parenthesis positions, starting with the
580outermost parenthesis. 578outermost parenthesis.
@@ -615,10 +613,6 @@ ABBR is a time zone abbreviation. The affected functions are
615'current-time-string', 'current-time-zone', 'decode-time', 613'current-time-string', 'current-time-zone', 'decode-time',
616'format-time-string', and 'set-time-zone-rule'. 614'format-time-string', and 'set-time-zone-rule'.
617 615
618+++
619*** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs.
620The Info-quoted and tex-verbatim faces now default to inheriting from it.
621
622** New built-in function 'mapcan' which avoids unnecessary consing (and garbage 616** New built-in function 'mapcan' which avoids unnecessary consing (and garbage
623collection). 617collection).
624 618
@@ -635,7 +629,7 @@ or its files before 'delete-directory' gets to them.
635 629
636+++ 630+++
637*** Support for side windows is now official. The display action 631*** Support for side windows is now official. The display action
638function `display-buffer-in-side-window' will display its buffer in a 632function 'display-buffer-in-side-window' will display its buffer in a
639side window. Functions for toggling all side windows on a frame, 633side window. Functions for toggling all side windows on a frame,
640changing and reversing the layout of side windows and returning the main 634changing and reversing the layout of side windows and returning the main
641(major non-side) window of a frame are provided. For details consult 635(major non-side) window of a frame are provided. For details consult
@@ -643,21 +637,22 @@ the section "Side Windows" in the Elisp manual.
643 637
644+++ 638+++
645*** Support for atomic windows - rectangular compositions of windows 639*** Support for atomic windows - rectangular compositions of windows
646treated by `split-window', `delete-window' and `delete-other-windows' 640treated by 'split-window', 'delete-window' and 'delete-other-windows'
647like a single live window - is now official. For details consult the 641like a single live window - is now official. For details consult the
648section "Atomic Windows" in the Elisp manual. 642section "Atomic Windows" in the Elisp manual.
649 643
650+++ 644+++
651*** New `display-buffer' alist entry `window-parameters' allows to 645*** New 'display-buffer' alist entry 'window-parameters' allows to
652assign window parameters to the window used for displaying the buffer. 646assign window parameters to the window used for displaying the buffer.
653 647
654+++ 648+++
655*** New window parameter `no-delete-other-window' prevents that 649*** New window parameter 'no-delete-other-window' prevents that
656its window gets deleted by `delete-other-windows'. 650its window gets deleted by 'delete-other-windows'.
657 651
658+++ 652+++
659*** New command `window-swap-states' swaps the states of two live 653*** New command 'window-swap-states' swaps the states of two live
660windows. 654windows.
655
661 656
662* Changes in Emacs 26.1 on Non-Free Operating Systems 657* Changes in Emacs 26.1 on Non-Free Operating Systems
663 658