branch: elpa/anzu
commit 1ea6980019c373cf8d8cd2cbc9d6408da8c1c548
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 4 ++++
README.md | 8 +++++++-
anzu.el | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
index 116e931e0e..d3ac505796 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.29 2014/02/02 syohex
+ - Add no query replace command
+ - Use cl-lib instead of cl.el
+
Revision 0.28 2014/01/29 syohex
- Fix ignore case issue
diff --git a/README.md b/README.md
index cc98e8be4c..8466b5ea74 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ information in the mode-line in various search mode.
## Requirements
* Emacs 24 or higher
-* cl-lib 0.3 or higher
+* `cl-lib` 0.3 or higher(You need not to install `cl-lib` if you use Emacs
24.3 or higher)
## Installation
@@ -73,6 +73,12 @@ Same as `anzu-query-replace` except *from-string* is symbol
at cursor
Same as `anzu-query-replace-at-cursor` except replaced region is
specified by `anzu-replace-at-cursor-thing`.
+#### `anzu-replace-at-cursor-thing`
+
+Same as `anzu-query-replace-at-cursor-thing` except not query.
+This command is usuful refactoring such as changing variable name
+in the function.
+
## Customization
diff --git a/anzu.el b/anzu.el
index 16c4946572..55deb774e0 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.28
+;; Version: 0.29
;; Package-Requires: ((cl-lib "0.3"))
;; This program is free software; you can redistribute it and/or modify