[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/loccur 4934c0560d 06/13: Updated version and comments
From: |
ELPA Syncer |
Subject: |
[elpa] externals/loccur 4934c0560d 06/13: Updated version and comments |
Date: |
Mon, 10 Jun 2024 15:58:52 -0400 (EDT) |
branch: externals/loccur
commit 4934c0560d2f63e6314b4584211a0cc0a7e671c4
Author: Alexey Veretennikov <alexey.veretennikov@gmail.com>
Commit: Alexey Veretennikov <alexey.veretennikov@gmail.com>
Updated version and comments
---
loccur.el | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/loccur.el b/loccur.el
index ffe180257b..b184eb2af4 100644
--- a/loccur.el
+++ b/loccur.el
@@ -5,7 +5,7 @@
;; Author: Alexey Veretennikov <alexey.veretennikov@gmail.com>
;;
;; Created: 2009-09-08
-;; Version: 1.2.3
+;; Version: 1.2.4
;; Package-Requires: ((emacs "24.3"))
;; Keywords: matching
;; URL: https://github.com/fourier/loccur
@@ -45,6 +45,24 @@
;;
;;; Change Log:
;;
+;; 2019-10-22 (1.2.4)
+;; + Added fix for the issue when the actions to perform
+;; then the loccur-mode was disactivated were incomplete.
+;; + Then loccur or loccur-no-highlight are called with universal prefix,
+;; i.e. with C-u before the command, the currently selected value is
+;; ignored.
+;; Then people want this behavior by default, it is better wrap the call
+;; to loccur with universal prefix, i.e. by implementing a helper
+;; function like this:
+;;
+;; (defun loccur-no-selection ()
+;; (interactive)
+;; (let ((current-prefix-arg 1))
+;; (call-interactively
+;; 'loccur)))
+;;
+;; And then just call this function instead of loccur.
+;;
;; 2016-12-26 (1.2.3)
;; + Removed empty line in the beginning of the buffer.
;; + Added 'Tips and tricks' session to the README.md file
- [elpa] externals/loccur updated (b232bc34d4 -> f47c53a24a), ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 0e3234586d 01/13: Set minimum Emacs version, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 194d70e6be 04/13: Fixed issue #8, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 5650277d58 03/13: Implemented solution for the issue #9., ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 650d91dda0 02/13: Merge pull request #7 from syohex/fix-min-version, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 099e8999b0 05/13: Fixed issue #12, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 4934c0560d 06/13: Updated version and comments,
ELPA Syncer <=
- [elpa] externals/loccur 284d7bb285 07/13: Added melpa badge, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 9cd6c9eb17 10/13: Merge pull request #14 from astoff/master, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 2120345933 11/13: Updated version to 1.2.5, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur d4b286a0db 09/13: Updated contribution information and added license, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 75bbd853d5 08/13: Add loccur-isearch, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur 01b7afa625 12/13: Updated function names, ELPA Syncer, 2024/06/10
- [elpa] externals/loccur f47c53a24a 13/13: Merge branch 'externals/loccur' of https://git.sv.gnu.org/git/emacs/elpa, ELPA Syncer, 2024/06/10