aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTino Calancha2016-07-08 01:34:35 +0900
committerTino Calancha2016-07-08 01:34:35 +0900
commit44517b21abc4c243cdc7df264c629d592d9fb4cf (patch)
tree85212e1836c7cd715b639db2ae6c4963f8fb8e1f /etc
parent9d70e4da7402e5a89db6a1b175b917cd3fb37e36 (diff)
downloademacs-44517b21abc4c243cdc7df264c629d592d9fb4cf.tar.gz
emacs-44517b21abc4c243cdc7df264c629d592d9fb4cf.zip
Ibuffer: Mark locked buffers
* lisp/ibuf-ext.el (ibuffer-locked-buffer-p): New defun. (ibuffer-mark-by-locked): New command. (ibuffer-mode-map): Bind it to '% L'; update menus. (ibuffer-mode): Update mode doc. ;* etc/NEWS: Add NEWS entry for these changes and previous two commits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 87ffb437d91..deb18895555 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -199,6 +199,15 @@ same as in modes where the character is not whitespace.
199** Ibuffer 199** Ibuffer
200 200
201--- 201---
202*** A new command 'ibuffer-mark-by-locked' to mark
203all locked buffers; bound to '% L'.
204
205---
206*** A new option 'ibuffer-locked-char' to indicate
207locked buffers; Ibuffer shows a new column displaying
208'ibuffer-locked-char' for locked buffers.
209
210---
202*** A new command 'ibuffer-unmark-all-marks' to unmark 211*** A new command 'ibuffer-unmark-all-marks' to unmark
203all buffers without asking confirmation; bound to 212all buffers without asking confirmation; bound to
204'U'; 'ibuffer-do-replace-regexp' bound to 'r'. 213'U'; 'ibuffer-do-replace-regexp' bound to 'r'.