branch: elpa/anzu
commit 2a3d8d76d2bb3c6b39c4809a51dfc691890d1ef9
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 3 +++
anzu.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 21def8722a..f38e784e80 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.38 2014/09/06 syohex
+ - Improve replace command suggested by DamienCassou
+
Revision 0.37 2014/08/27 syohex
- Fix for isearch toggle commands and symbol search
- Improve mode line in replacing commands
diff --git a/anzu.el b/anzu.el
index e0919631e7..9a427d16ca 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.37
+;; Version: 0.38
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify