** New command ~sweeprolog-forward-hole~ in ~sweeprolog-mode~ buffers
This command, bound to ~C-c C-i~ in ~sweeprolog-mode-map~, moves the
- cursor and marks the next hole (placeholder variable) inserted by
- ~sweeprolog-insert-term-dwim~ for the user to fill it.
+cursor and marks the next hole (placeholder variable) inserted by
+~sweeprolog-insert-term-dwim~ for the user to fill it.
+
+** References to Prolog library files are now linkified in help buffers
+
+The HTML rendering ~sweep~ performs to display Prolog documentation in
+~*Help*~ buffers now also recognizes reference to Prolog library files,
+such as ~library(list)~, in Prolog documentation. Clicking on such
+reference opens the corresponding file from the local Prolog library.
-** Newly deprecated user option ~sweeprolog-init-on-load
* Version 0.7.2 on 2022-10-20
** ~sweep-module~ is now loaded on-demand
;; Maintainer: Eshel Yaron <~eshel/dev@lists.sr.ht>
;; Keywords: prolog languages extensions
;; URL: https://git.sr.ht/~eshel/sweep
-;; Package-Version: 0.7.2
+;; Package-Version: 0.8.0
;; Package-Requires: ((emacs "28.1"))
;; This file is NOT part of GNU Emacs.