mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Add a NEWS entry for the bookmark changes (bug#54030)
* lisp/bookmark.el (bookmark-bmenu-mode): Make the type shorter.
This commit is contained in:
parent
a1617f070b
commit
c218660d66
5
etc/NEWS
5
etc/NEWS
@ -991,6 +991,11 @@ support for pipelines which will move a lot of data. See section
|
||||
|
||||
** Miscellaneous
|
||||
|
||||
---
|
||||
*** 'list-bookmarks' now includes a type column.
|
||||
Types are registered via a 'bookmark-handler-type' symbol property on
|
||||
the jumping function.
|
||||
|
||||
---
|
||||
*** New minor mode 'elide-head-mode'.
|
||||
Enabling this minor mode turns on hiding header material, like
|
||||
|
@ -1903,7 +1903,7 @@ Bookmark names preceded by a \"*\" have annotations.
|
||||
(setq tabulated-list-format
|
||||
`[("" 1) ;; Space to add "*" for bookmark with annotation
|
||||
("Bookmark" ,bookmark-bmenu-file-column bookmark-bmenu--name-predicate)
|
||||
("Type" 15 bookmark-bmenu--type-predicate)
|
||||
("Type" 8 bookmark-bmenu--type-predicate)
|
||||
,@(if bookmark-bmenu-toggle-filenames
|
||||
'(("File" 0 bookmark-bmenu--file-predicate)))])
|
||||
(setq tabulated-list-padding bookmark-bmenu-marks-width)
|
||||
|
Loading…
Reference in New Issue
Block a user