branch: elpa/anzu
commit e53fe6d0fc553769a83f17f5eb483b6b027fe353
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 7edf6ba1cc..21def8722a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.37 2014/08/27 syohex
+ - Fix for isearch toggle commands and symbol search
+ - Improve mode line in replacing commands
+
Revision 0.36 2014/07/04 syohex
- Implement replacement only specified lines
diff --git a/anzu.el b/anzu.el
index e41169e1fc..969db8d357 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.36
+;; Version: 0.37
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify