From: Stefan Kangas Date: Sat, 25 Dec 2021 15:36:07 +0000 (+0100) Subject: * lisp/net/webjump.el: Add TODO section. (Bug#14624) X-Git-Tag: emacs-29.0.90~3456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe80d24a0b4c86bbd6d61a1413e6797b3260be45;p=emacs.git * lisp/net/webjump.el: Add TODO section. (Bug#14624) --- 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)