https://github.com/Wilfred/ez-query-replace.el.git
git clone 'git://github.com/Wilfred/ez-query-replace.el.git'
ez-query-replace is a simple wrapper around `query-replace' that adds a default search term, and allows you to conveniently replay old replacements.
ez-query-replace is now smarter about setting the initial value of point when you are replacing the value at point.
If the region is active when ez-query-replace is called, we deactivate it after reading its contents. The active region just gets in the way when you're replacing values.
Improved the minibuffer prompt: say what we're replacing when we do the replacement.
Initial release.