[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/urgrep 1d4bdca3d8 111/115: Add package keywords and suc
From: |
ELPA Syncer |
Subject: |
[elpa] externals/urgrep 1d4bdca3d8 111/115: Add package keywords and such |
Date: |
Wed, 10 May 2023 03:00:50 -0400 (EDT) |
branch: externals/urgrep
commit 1d4bdca3d82694f33e8f73f2feaca847dcad0c7f
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>
Add package keywords and such
---
urgrep-wgrep.el | 6 ++++--
urgrep.el | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/urgrep-wgrep.el b/urgrep-wgrep.el
index 125c8456b3..f133911d73 100644
--- a/urgrep-wgrep.el
+++ b/urgrep-wgrep.el
@@ -5,8 +5,10 @@
;; Author: Jim Porter
;; URL: https://github.com/jimporter/urgrep
;; Version: 0.1-git
-;; Keywords:
-;; Package-Requires: ((urgrep "0.1-git"))
+;; Keywords: grep, search
+;; Package-Requires: ((urgrep "0.1-git") (wgrep "2.3.4"))
+
+;; This file is NOT part of GNU Emacs.
;; 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 the Free
diff --git a/urgrep.el b/urgrep.el
index ecca2e0eb7..c7089f0700 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -5,9 +5,11 @@
;; Author: Jim Porter
;; URL: https://github.com/jimporter/urgrep
;; Version: 0.1-git
-;; Keywords:
+;; Keywords: grep, search
;; Package-Requires: ((emacs "27.1") (project "0.2.0"))
+;; This file is NOT part of GNU Emacs.
+
;; 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 the Free
;; Software Foundation, either version 3 of the License, or (at your option)
- [elpa] externals/urgrep 3082d89bd9 099/115: Add support for abbreviating the command in urgrep buffers, (continued)
- [elpa] externals/urgrep 3082d89bd9 099/115: Add support for abbreviating the command in urgrep buffers, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep b5b426e9ca 084/115: Fix hiding excessive part of rgrep command in Emacs 28, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep 56acdfe434 087/115: Improve how we wait for urgrep to finish in tests, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep 30cc9e363e 085/115: Fix context-line detection for find/grep, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep 0b036cdcf4 100/115: Improve explanation of `C-u C-u` for choosing directory, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep 6614dfe651 102/115: Update checkout action in CI, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep 01fbe92f2c 103/115: In tests, wait for grep to finish before doing any checks, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep 99e1de4eb1 105/115: Fix an edge case when unable to get the grouped filename for highlighting, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep f5b41c672b 106/115: Use `rx` in several places, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep 91e3807239 109/115: Properly evaluate rx forms, ELPA Syncer, 2023/05/10
- [elpa] externals/urgrep 1d4bdca3d8 111/115: Add package keywords and such,
ELPA Syncer <=
- [elpa] externals/urgrep 61ef67450b 114/115: Assign copyright to the FSF, ELPA Syncer, 2023/05/10