diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-10 13:17:14 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-10 13:19:02 +0100 |
commit | 9623342216baa911f21b347820d1e1c3cbbe58e1 (patch) | |
tree | cf9d19aa5fac8df49787960b7e4ed23a5cc13454 /etc | |
parent | 8d81ab374da4d159cd05cd8caaaae2390829ccee (diff) | |
download | emacs-9623342216baa911f21b347820d1e1c3cbbe58e1.tar.gz emacs-9623342216baa911f21b347820d1e1c3cbbe58e1.tar.bz2 emacs-9623342216baa911f21b347820d1e1c3cbbe58e1.zip |
; * etc/NEWS: Move a bookmark related item further down.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1533,16 +1533,6 @@ 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 line, and jumping to a bookmark will also set this mark. @@ -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 --- |