branch: elpa/anzu
commit f4618cd33539ec7220958aed387ccc8425e0eb6f
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 6 ++++++
anzu.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 3fd3045db3..baa7461eb6 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
Revision history for anzu.el
+Revision 0.02 2013/09/22 syohex
+ - Support display search information at any position in mode-line
+ (Suggest by gvol)
+ - Fix case that input is anchor(Report by dakrone)
+ - Improve non regexp search
+
Revision 0.01 2013/09/20 syohex
- Initial version
diff --git a/anzu.el b/anzu.el
index 069b3dc48d..8cbdee958e 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.01
+;; Version: 0.02
;; 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