]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Ibuffer: Mark locked buffers
[gnu-emacs] / etc / NEWS
index 7e11f622f14ad3ffb3eed93f81c6a9cc89ec232d..deb18895555a494ed3ee7fe823e173cca9792fc0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -187,11 +187,26 @@ 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.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 25.2
 
 ** Ibuffer
 
+---
+*** A new command 'ibuffer-mark-by-locked' to mark
+all locked buffers;  bound to '% L'.
+
+---
+*** A new option 'ibuffer-locked-char' to indicate
+locked buffers; Ibuffer shows a new column displaying
+'ibuffer-locked-char' for locked buffers.
+
 ---
 *** A new command 'ibuffer-unmark-all-marks' to unmark
 all buffers without asking confirmation;  bound to
@@ -199,7 +214,7 @@ all buffers without asking confirmation;  bound to
 
 ---
 *** A new command `ibuffer-mark-by-content-regexp' to mark buffers
-whose content matches a regexp; bound to '% c' and '% g'.
+whose content matches a regexp; bound to '% g'.
 
 ---
 *** Two new options `ibuffer-never-search-content-name' and
@@ -228,6 +243,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
 
 +++
@@ -318,6 +338,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'.