X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9bf31d1d3f35880c652f76509d1e27d33e454121..85b3eca57a5ae5335c11b157bb481cf8f7a35684:/etc/NEWS diff --git a/etc/NEWS b/etc/NEWS index f9fbe03e08..403a6b7ee3 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -56,6 +56,13 @@ affected by this, as SGI stopped supporting IRIX in December 2013. * Changes in Emacs 25.2 ++++ +** The new user option 'mouse-select-region-move-to-beginning' +controls the position of point when double-clicking mouse-1 on the end +of a parenthetical grouping or string-delimiter: the default value nil +keeps point at the end of the region, setting it to non-nil moves +point to the beginning of the region. + --- ** 'find-library-name' will now fall back on looking at 'load-history' to try to locate libraries that have been loaded with an explicit path @@ -198,6 +205,10 @@ same as in modes where the character is not whitespace. ** Ibuffer +--- +*** A new command 'ibuffer-copy-buffername-as-kill'; bound +to 'B'. + --- *** New command 'ibuffer-change-marks'; bound to '* c'. @@ -231,6 +242,14 @@ whose content matches a regexp; bound to '% g'. ** Dired ++++ +*** A New option 'dired-always-read-filesystem' default to nil. +If non-nil, buffers visiting files are reverted before search them; +for instance, in 'dired-mark-files-containing-regexp' a non-nil value +of this option means the file is revisited in a temporary buffer; +this temporary buffer is the actual buffer searched: the original buffer +visiting the file is not modified. + +++ *** In wdired, when editing files to contain slash characters, the resulting directories are automatically created. Whether to do @@ -246,11 +265,6 @@ viewing HTML files and the like. breakpoint (e.g. with "f" and "o") by customizing the new option 'edebug-sit-on-break'. -** ElDoc - -+++ -*** 'eldoc-documentation-functions' replaces 'eldoc-documentation-function'. - ** eww +++ @@ -546,6 +560,9 @@ ABBR is a time zone abbreviation. The affected functions are *** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. The Info-quoted and tex-verbatim faces now default to inheriting from it. +** New built-in function `mapcan' which avoids unnecessary consing (and garbage + collection). + * Changes in Emacs 25.2 on Non-Free Operating Systems