From: Eshel Yaron Date: Sat, 7 Jan 2023 06:33:07 +0000 (+0200) Subject: Announce recent changes in NEWS.org and bump version 0.11.1 X-Git-Tag: V9.1.2-sweep-0.11.2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e540d05a79748b8c41f021d0fd798bd863d223d3;p=dict.git Announce recent changes in NEWS.org and bump version 0.11.1 --- 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.