branch: elpa/anzu
commit 68300bc9498a39aaa8a94ec940e11ad1ad2add2d
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 5 +++++
anzu.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 0947d2c99d..8839b67a7d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for anzu.el
+Revision 0.20 2013/11/01 syohex
+ - Fix case of 0 width match such as '^', '$'
+ - Improve replace commands(We can use \#, \1 in \,(...))
+ - Re-factoring
+
Revision 0.19 2013/10/30 syohex
- Fix autoload cookie
- Implement anzu-query-replace-at-cursor-thing
diff --git a/anzu.el b/anzu.el
index 1f3a2eda03..5e97a368b5 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.19
+;; Version: 0.20
;; 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