branch: elpa/anzu
commit 169442a8312750f4f4e7e19ec2e1f6246535a271
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 3 +++
README.md | 4 ++++
anzu.el | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 06b4ba63e4..cc6acef0c3 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.12 2013/10/21 syohex
+ - Re-factoring: reduce global variables
+
Revision 0.11 2013/10/21 syohex
- Change mode-line message at replace commands
diff --git a/README.md b/README.md
index bc2ad5e5ff..fa2e8c5638 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,10 @@ Add following S-exp in your configuration if you use anzu
replace commands as de
Face of mode-line anzu information
+#### `anzu-replace-highlight`
+
+Face of replaced text
+
#### `anzu-mode-line-update-function`
Function which constructs mode-line string. If you color mode-line string,
diff --git a/anzu.el b/anzu.el
index 15d1ebdc93..60f7029d51 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.11
+;; Version: 0.12
;; 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