branch: master commit d13013039f5039bbb8c76a8af49c658e32bec157 Author: Michael Heerdegen <michael_heerde...@web.de> Commit: Michael Heerdegen <michael_heerde...@web.de>
[el-search] Bump version to 1.7 Also add a NEWS entry for this release. --- packages/el-search/NEWS | 10 ++++++++++ packages/el-search/el-search.el | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/el-search/NEWS b/packages/el-search/NEWS index c05a730..1847eba 100644 --- a/packages/el-search/NEWS +++ b/packages/el-search/NEWS @@ -1,6 +1,16 @@ Some of the user visible news were: +Version: 1.7 + + Signature and semantics of non-interactive function + `el-search-forward' have been further adapted to that of the vanilla + search function `search-forward'. The counterpart + `el-search-backward' has been added. + + The new key bindings < and > let you directly jump to the first and + to the last match in a buffer. + Version: 1.6.5 When the new user option `el-search-allow-scroll' is enabled (the diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index 462a67b..899272b 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -7,7 +7,7 @@ ;; Created: 29 Jul 2015 ;; Keywords: lisp ;; Compatibility: GNU Emacs 25 -;; Version: 1.6.10 +;; Version: 1.7 ;; Package-Requires: ((emacs "25") (stream "2.2.4") (cl-print "1.0"))