X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8085d5fcc4240a39458ead26ae2279590bb9f629..5811404f0b86c9fa92c3e0b22505a9bb05f04145:/etc/NEWS diff --git a/etc/NEWS b/etc/NEWS index b3a044d4cd..cc14c7a954 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -187,9 +187,31 @@ questions, with a handy way to display help texts. 'undo', undo the last replacement; bound to 'u'. 'undo-all', undo all replacements; bound to 'U'. +** 'delete-trailing-whitespace' deletes whitespace after form feed. +In modes where form feed was treated as a whitespace character, +'delete-trailing-whitespace' would keep lines containing it unchanged. +It now deletes whitespace after the last form feed thus behaving the +same as in modes where the character is not whitespace. + * Changes in Specialized Modes and Packages in Emacs 25.2 +** Ibuffer + +--- +*** A new command 'ibuffer-unmark-all-marks' to unmark +all buffers without asking confirmation; bound to +'U'; 'ibuffer-do-replace-regexp' bound to 'r'. + +--- +*** A new command `ibuffer-mark-by-content-regexp' to mark buffers +whose content matches a regexp; bound to '% c' and '% g'. + +--- +*** Two new options `ibuffer-never-search-content-name' and +`ibuffer-never-search-content-mode' used by +`ibuffer-mark-by-content-regexp'. + ** Compilation mode --- @@ -212,6 +234,11 @@ 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 +++ @@ -302,6 +329,10 @@ different group ID. +++ *** New connection method "doas" for OpenBSD hosts. ++++ +*** New connection method "gdrive", which allows to access Google +Drive onsite repositories. + --- ** 'auto-revert-use-notify' is set back to t in 'global-auto-revert-mode'.