branch: elpa/anzu
commit dcd8eac2e513643a8de87af7a46e7ead921f32bb
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 7 +++++++
anzu.el | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 2832f53229..6132de13a2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for anzu.el
+Revision 0.44 2014/12/16 syohex
+ - Improve replacement commands
+ - show case sensitive replacement text
+ - Fix storing replacement history format issue
+ - We could not use anzu replace commands with normal replacement
+ commands such as query-replace etc.
+
Revision 0.43 2014/11/30 syohex
- Re-factoring for using migemo variable(Thanks lunaryorn)
diff --git a/anzu.el b/anzu.el
index a33b960f13..9e48989f27 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.43
+;; Version: 0.44
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify