]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a NEWS entry for the bookmark changes (bug#54030)
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 17 Feb 2022 11:57:15 +0000 (12:57 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 17 Feb 2022 11:58:12 +0000 (12:58 +0100)
* lisp/bookmark.el (bookmark-bmenu-mode): Make the type shorter.

etc/NEWS
lisp/bookmark.el

index 0bc0b120a975d0d5f2bf22be42051b4ea7de8d29..706c88d67b8da9f93decd415ffb1fcf89b1bc80d 100644 (file)
--- a/etc/NEWS
+++ b/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
index 61c532c1f34f52e169f5c6a38345317c2afc2107..27517318171b5370645e6801f4c336ae6ce2a368 100644 (file)
@@ -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)