; * etc/NEWS: Move a bookmark related item further down.

This commit is contained in:
Stefan Kangas 2021-11-10 13:17:14 +01:00
parent 8d81ab374d
commit 9623342216

View file

@ -1532,16 +1532,6 @@ used instead.
When the bookmark.el library is loaded, a customize choice is added
to 'tab-bar-new-tab-choice' for new tabs to show the bookmark list.
---
*** The 'list-bookmarks' menu is now based on 'tabulated-list-mode'.
The interactive bookmark list will now benefit from features in
'tabulated-list-mode' like sorting columns or changing column width.
Support for the optional "inline" header line, allowing for a header
without using 'header-line-format', has been dropped. Consequently,
the variables 'bookmark-bmenu-use-header-line' and
'bookmark-bmenu-inline-header-height' are now declared obsolete.
---
*** New user option 'bookmark-set-fringe-mark'.
If non-nil, setting a bookmark will set a fringe mark on the current
@ -1555,6 +1545,16 @@ that have been marked for deletion. However, if this new option is
non-nil then Emacs will require confirmation with 'yes-or-no-p' before
deleting.
---
*** The 'list-bookmarks' menu is now based on 'tabulated-list-mode'.
The interactive bookmark list will now benefit from features in
'tabulated-list-mode' like sorting columns or changing column width.
Support for the optional "inline" header line, allowing for a
header without using 'header-line-format', has been dropped.
The variables 'bookmark-bmenu-use-header-line' and
'bookmark-bmenu-inline-header-height' are now obsolete.
** Recentf
---