branch: elpa/anzu
commit 05eda5f709189fed98ae3249d59d14b3affeceb7
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index e58b3e602b..37d211d77d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.51 2015/02/18 syohex
+ - Improve new history feature of Emacs 25
+ (This feature works on both Emacs 24 and 25)
+
Revision 0.50 2015/02/11 syohex
- Fix Emacs 24 issue(Reported by LefterisJP)
Can't use both anzu replace commands and builtin replacements commands
diff --git a/anzu.el b/anzu.el
index e44f4ce221..5a4ef88ce4 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.50
+;; Version: 0.51
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify