From fe80d24a0b4c86bbd6d61a1413e6797b3260be45 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Sat, 25 Dec 2021 16:36:07 +0100
Subject: [PATCH] * lisp/net/webjump.el: Add TODO section.  (Bug#14624)

---
 lisp/net/webjump.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el
index d14d382aac3..7547f92d7d3 100644
--- a/lisp/net/webjump.el
+++ b/lisp/net/webjump.el
@@ -61,6 +61,13 @@
 
 ;;; Code:
 
+;; TODO:
+;; - Add a menu bar and tool bar for this library.
+;; - Add commands to create/delete link from the hotlist.
+;; - Add something like a bookmark folder in modern browsers.
+;;    - Add a command that can open/follow all links in a folder.
+;; - Add tags for Web sites in the hotlist.
+
 ;;-------------------------------------------------------- Package Dependencies
 
 (require 'browse-url)
-- 
2.39.5