From 6e42efc6f83a29a8201a742e00020b4cf4377e3d Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 22 Oct 2022 19:26:57 +0300 Subject: [PATCH] Update NEWS.org and bump package version --- NEWS.org | 12 +++++++++--- sweeprolog.el | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS.org b/NEWS.org index 67adb80..26ddc7b 100644 --- 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 diff --git a/sweeprolog.el b/sweeprolog.el index 5d611af..a8778d9 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -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. -- 2.39.5