branch: elpa/anzu
commit bdb3da5028935a4aea55c40769bc191a81afb54e
Author: Neil Okamoto <[email protected]>
Commit: Neil Okamoto <[email protected]>
bump version 0.64
---
Changes | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 2029f9ed1f..678c165def 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.64 2020/12/02 nokamoto
+ - default anzu-search-threshold and anzu-replace-threshold is 1000 (#113)
+ - support non-contiguous regions like rectangle region (#115)
+
Revision 0.62 2016/08/18 syohex
- Don't search over bounds(#80)
- Correct variable type attribute(#76 Thanks Matus Goljer)
diff --git a/anzu.el b/anzu.el
index 5fe49ef2ba..28abbc5f9b 100644
--- a/anzu.el
+++ b/anzu.el
@@ -5,7 +5,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; Maintainer: Neil Okamoto <[email protected]>
;; URL: https://github.com/emacsorphanage/anzu
-;; Version: 0.62
+;; Version: 0.64
;; Package-Requires: ((emacs "25.1"))
;; This program is free software; you can redistribute it and/or modify