branch: master
commit 2bc08c63f6ebf89ca71fc0c0897daa3b02c23101
Author: Leo Perrin <[email protected]>
Commit: Alexey Veretennikov <[email protected]>
Updated change log in the loccur.el file.
---
loccur.el | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/loccur.el b/loccur.el
index e374f6e..ae3919f 100644
--- a/loccur.el
+++ b/loccur.el
@@ -44,6 +44,11 @@
;;
;;; Change Log:
;;
+;; 2013-03-31 (1.2)
+;; + Added possibility to desactivate regex highlight, moved
+;; function in different sections and added the RET keyboard
+;; shortcut in loccur-mode (Leo Perrin).
+;;
;; 2010-03-07 (1.1.1)
;; + Default value is taken from prompt instead of an edit area
;; (thanks to Nathaniel Flath)