[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/logview 40f9210bd8 007/259: Require Emacs 24.1 instead of
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/logview 40f9210bd8 007/259: Require Emacs 24.1 instead of 24.5; 24.1 is certainly needed because of lexical binding at least. |
Date: |
Fri, 31 Jan 2025 07:01:47 -0500 (EST) |
branch: elpa/logview
commit 40f9210bd87d09cf730cbaff25159e42e53b1b7d
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Require Emacs 24.1 instead of 24.5; 24.1 is certainly needed because of
lexical binding at least.
---
logview.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/logview.el b/logview.el
index 189ea93a40..9436a404ab 100644
--- a/logview.el
+++ b/logview.el
@@ -7,7 +7,7 @@
;; Version: 0.1
;; Keywords: files, tools
;; Homepage: https://github.com/doublep/logview
-;; Package-Requires: ((emacs "24.5"))
+;; Package-Requires: ((emacs "24.1"))
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
- [nongnu] branch elpa/logview created (now 034c240c81), ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 40f9210bd8 007/259: Require Emacs 24.1 instead of 24.5; 24.1 is certainly needed because of lexical binding at least.,
ELPA Syncer <=
- [nongnu] elpa/logview 4936b1ce71 015/259: Fix a typo., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 0738dd1dfe 047/259: Fix 'd' command on entries without details: instead of showing an error, it used to hide the next entry., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview c22ac44d14 058/259: Bump version because of an important bugfix., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview b687711aa1 012/259: When adding self to 'auto-mode-alist', append rather than prepend., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview ab7eabfe9a 078/259: Fix and simplify 'logview-choose-submode' by reusing existing 'logview--get-split-alists' helper; fixes #23., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 35f43a806f 024/259: Fix filter buffer highlight breaking whenever you edit the continuation of a multiline filter., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview b2a9bdf252 032/259: Mention that Logview is now available from MELPA., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 4f1db3f208 055/259: Bump version because of an important bugfix., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 9bddbbfd7b 076/259: After editing views, mark them as needing saving, otherwise definitions might get lost., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview a7374a86e2 068/259: Rewrite change in commit a0eab50 to still warn about other I/O errors on older Emacs versions., ELPA Syncer, 2025/01/31