branch: elpa/anzu
commit 9064fc78922cde61b514ff2553f1ad924164b629
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 6132de13a2..b07c560bed 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.45 2015/01/09 syohex
+ - Disable blink-matching-paren in replace commands
+
Revision 0.44 2014/12/16 syohex
- Improve replacement commands
- show case sensitive replacement text
diff --git a/anzu.el b/anzu.el
index e92b68e99f..88e90175ae 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.44
+;; Version: 0.45
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify