]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version 0.11.1 V9.1.2-sweep-0.11.2
authorEshel Yaron <me@eshelyaron.com>
Sat, 7 Jan 2023 06:33:07 +0000 (08:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jan 2023 06:34:03 +0000 (08:34 +0200)
NEWS.org
sweeprolog.el

index 0d331473306180f8c10a4f85ccec347ff2931afa..6824b3d00895575f6ba832cd94b7ea2ea227276a 100644 (file)
--- 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
index d396dccbc67765fda7e7a44ae4879ccdfe6059f5..0c196f72aa140e5981e35a0c8c28b03b4790fdd8 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.11.1
+;; Package-Version: 0.11.2
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.