diff options
| author | Michael Albinus | 2016-10-20 16:29:40 +0200 |
|---|---|---|
| committer | Michael Albinus | 2016-10-20 16:29:40 +0200 |
| commit | 3b83123a7f5709ad58ceaa9ac073f433749471d2 (patch) | |
| tree | d5de77e02f42fe1ddec200bf543abfa111c1f022 | |
| parent | ce26926b6223194a6ff0d8a3c17f1d58aaa5d0fe (diff) | |
| download | emacs-3b83123a7f5709ad58ceaa9ac073f433749471d2.tar.gz emacs-3b83123a7f5709ad58ceaa9ac073f433749471d2.zip | |
* etc/NEWS: Fix typos. Remove entries backported to Emacs 25.2.
| -rw-r--r-- | etc/NEWS | 39 |
1 files changed, 17 insertions, 22 deletions
| @@ -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 |
| 128 | window. | 128 | window. |
| 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. |
| 290 | If non-nil, buffers visiting files are reverted before search them; | 287 | If non-nil, buffers visiting files are reverted before search them; |
| 291 | for instance, in 'dired-mark-files-containing-regexp' a non-nil value | 288 | for instance, in 'dired-mark-files-containing-regexp' a non-nil value |
| 292 | of this option means the file is revisited in a temporary buffer; | 289 | of 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 |
| 303 | viewing HTML files and the like. | 300 | viewing 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 |
| 308 | breakpoint (e.g. with "f" and "o") by customizing the new option | 305 | breakpoint (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 |
| 518 | between two states. | 515 | undo-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 |
| 521 | files where corresponding definitions can be found. This can be used | 518 | files where corresponding definitions can be found. This can be used |
| 522 | to fetch definitions that are not yet loaded, for example for 'C-h f'. | 519 | to 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. | |||
| 535 | If no insurmountable problems before next release, it can stay that way. | 533 | If 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 |
| 539 | that negotiation should complete even on non-blocking sockets. | 537 | says 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 | |||
| 574 | character. Its value is the syntax of that last character. | 572 | character. 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 |
| 578 | permanent and documented, and may be used by Lisp programs. Its value | 576 | permanent and documented, and may be used by Lisp programs. Its value |
| 579 | is a list of currently open parenthesis positions, starting with the | 577 | is a list of currently open parenthesis positions, starting with the |
| 580 | outermost parenthesis. | 578 | outermost 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. | ||
| 620 | The 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 |
| 623 | collection). | 617 | collection). |
| 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 |
| 638 | function `display-buffer-in-side-window' will display its buffer in a | 632 | function 'display-buffer-in-side-window' will display its buffer in a |
| 639 | side window. Functions for toggling all side windows on a frame, | 633 | side window. Functions for toggling all side windows on a frame, |
| 640 | changing and reversing the layout of side windows and returning the main | 634 | changing 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 |
| 646 | treated by `split-window', `delete-window' and `delete-other-windows' | 640 | treated by 'split-window', 'delete-window' and 'delete-other-windows' |
| 647 | like a single live window - is now official. For details consult the | 641 | like a single live window - is now official. For details consult the |
| 648 | section "Atomic Windows" in the Elisp manual. | 642 | section "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 |
| 652 | assign window parameters to the window used for displaying the buffer. | 646 | assign 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 |
| 656 | its window gets deleted by `delete-other-windows'. | 650 | its 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 |
| 660 | windows. | 654 | windows. |
| 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 | ||