emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e8bb4aba71 1/3: ; * etc/NEWS: Move Bookmark items to separate hea


From: Stefan Kangas
Subject: master e8bb4aba71 1/3: ; * etc/NEWS: Move Bookmark items to separate heading.
Date: Sat, 18 Jun 2022 13:59:28 -0400 (EDT)

branch: master
commit e8bb4aba71b651f5b661ad9c3ed798e95c6fd212
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * etc/NEWS: Move Bookmark items to separate heading.
---
 etc/NEWS | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index f9eb81908b..81b34a1643 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1636,6 +1636,22 @@ For example, the regexp ".*" will match only characters 
that are part
 of the file name.  Also "^.*$" can be used to match at the beginning
 of the file name and at the end of the file name.
 
+** Bookmarks
+
+---
+*** 'list-bookmarks' now includes a type column.
+Types are registered via a 'bookmark-handler-type' symbol property on
+the jumping function.
+
++++
+*** 'bookmark-sort-flag' can now be set to 'last-modified'.
+This will display bookmark list from most recently set to least
+recently set.
+
+---
+*** When editing a bookmark annotation, 'C-c C-k' will now cancel.
+It is bound to the new command 'bookmark-edit-annotation-cancel'.
+
 ** Exif
 
 ---
@@ -1796,20 +1812,6 @@ The resulting tables can display text in variable pitch 
fonts, text
 using fonts of different sizes, and images.  See the "(vtable) Top"
 manual for more details.
 
----
-*** 'list-bookmarks' now includes a type column.
-Types are registered via a 'bookmark-handler-type' symbol property on
-the jumping function.
-
-+++
-*** 'bookmark-sort-flag' can now be set to 'last-modified'.
-This will display bookmark list from most recently set to least
-recently set.
-
----
-*** When editing a bookmark annotation, 'C-c C-k' will now cancel.
-It is bound to the new command 'bookmark-edit-annotation-cancel'.
-
 ---
 *** New minor mode 'elide-head-mode'.
 Enabling this minor mode turns on hiding header material, like



reply via email to

[Prev in Thread] Current Thread [Next in Thread]