From e540d05a79748b8c41f021d0fd798bd863d223d3 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 7 Jan 2023 08:33:07 +0200 Subject: [PATCH] Announce recent changes in NEWS.org and bump version 0.11.1 --- NEWS.org | 10 ++++++++++ sweeprolog.el | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 0d33147..6824b3d 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,16 @@ SWI-Prolog in Emacs. For further details, please consult the manual: . +* Version 0.11.2 on 2023-01-07 + +** Term Search now uses terms at point for "future history" + +When reading a search term in the minibuffer, ~sweeprolog-term-search~ +now populates the "future history" with the terms at point starting +from the most nested term. This means that you can type ~M-n~ in the +minibuffer to quickly fill in the term at point in order to search for +similar terms. + * Version 0.11.1 on 2023-01-06 ** Term Search improvements diff --git a/sweeprolog.el b/sweeprolog.el index d396dcc..0c196f7 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.11.1 +;; Package-Version: 0.11.2 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs. -- 2.39.5