branch: elpa/anzu
commit 602aa46fe798234d50cdc3b58113547932ad84ca
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index f23599a910..13df5b9796 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.18 2013/10/30 syohex
+ - Add switch of deactivate region feature
+ - Improve anzu-query-replace-at-cursor behavior
+
Revision 0.17 2013/10/28 syohex
- Fix case fold issue
diff --git a/anzu.el b/anzu.el
index 25fd7fbd80..cf983e60fa 100644
--- a/anzu.el
+++ b/anzu.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
-;; Version: 0.17
+;; Version: 0.18
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by