branch: elpa/sweeprolog commit e540d05a79748b8c41f021d0fd798bd863d223d3 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
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 0d33147330..6824b3d008 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,16 @@ SWI-Prolog in Emacs. For further details, please consult the manual: <https://eshelyaron.com/sweep.html>. +* 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 d396dccbc6..0c196f72aa 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron <~eshel/d...@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.