]> git.eshelyaron.com Git - dict.git/commitdiff
Update NEWS.org and bump package version V8.5.20-sweep-0.8.0
authorEshel Yaron <me@eshelyaron.com>
Sat, 22 Oct 2022 16:26:57 +0000 (19:26 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 22 Oct 2022 16:26:57 +0000 (19:26 +0300)
NEWS.org
sweeprolog.el

index 67adb807e97dbb78034979d8f8d9b5b2c3bca5bd..26ddc7be563f6a0cc08b08ac4a038ca3abe3fca6 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -26,10 +26,16 @@ predicate after the current predicate definition.
 ** 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
index 5d611afa9c858741c3a2dce58c3453a0973564d3..a8778d994c50dbf418c89155f77d364f70a61226 100644 (file)
@@ -6,7 +6,7 @@
 ;; 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.