[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/logview 12a33e026b 220/259: Also test on Emacs 29.2 and 29
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/logview 12a33e026b 220/259: Also test on Emacs 29.2 and 29.3. |
Date: |
Fri, 31 Jan 2025 07:02:16 -0500 (EST) |
branch: elpa/logview
commit 12a33e026b398e36bbf12b4eb7aee4375e752ccc
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Also test on Emacs 29.2 and 29.3.
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8725be2ca4..e789d3ba43 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
'26.1', '26.2', '26.3',
'27.1', '27.2',
'28.1', '28.2',
- '29.1',
+ '29.1', '29.2', '29.3',
'snapshot']
include:
- os: macos-latest
- [nongnu] elpa/logview 880675cc73 011/259: Make submode customization much more user-friendly by providing standard options for level mappings and timestamps., (continued)
- [nongnu] elpa/logview 880675cc73 011/259: Make submode customization much more user-friendly by providing standard options for level mappings and timestamps., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 4ee5d0ef4b 051/259: Change mention of MELPA in README.md to prefer stable variant., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 1ec5131eed 085/259: Brag about current Travis CI status in README.md., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 5c88e7be0a 110/259: Make `logview--all-timestamp-formats' cache its results externally using `extmap'; important now that `datetime' switched to Java 9 and knows many more locales., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview a715f41651 153/259: Make usage of font lock mode support some more standard functionality, for the sake of possible derived modes (issue #43)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview b37079f93c 159/259: Don't jump to section start when narrowing; instead, print section header in the echo area (also when using command `SPC')., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 9bf89f7e62 178/259: Post-release version bump, ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview e6d5a0a686 171/259: Improve Emacs responsiveness in cases where filters filter out almost everything., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview e5fe5d611c 184/259: Silence a byte-compilation warning in Emacs 30., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 23c4e73831 196/259: Also test on Emacs 29.1., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 12a33e026b 220/259: Also test on Emacs 29.2 and 29.3.,
ELPA Syncer <=
- [nongnu] elpa/logview cc870eef58 200/259: da71d44 * Update copyright years., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 1d1524f491 221/259: Add checks for Emacs 29 forgotten in commit 75c4945 before using new macros., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview d0c8d5e70f 041/259: Add support for timestamps with microseconds, ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 134b41557a 077/259: Bump version because of an important bugfix., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview f2b84b96b3 065/259: Add pseudo-filter to always show entries of certain levels (e.g. errors and warnings), regardless of any text filters., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 181eec1aa6 004/259: Expand list of standard submodes and timestamps so that some files in '/var/log' are picked up automatically., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview aa996ca1df 074/259: Allow to specify message field in format string: important to avoid the implicit trailing whitespace where necessary; fixes #16., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 46d028b9ea 089/259: Fix for commit 30759b1: don't use `advice-add' when not defined (on older 24.x versions)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 01aa1ad1a6 124/259: Added submode for Monolog, a PHP logging framework. Closes #35., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 72566479cb 121/259: Explicitly specify desired distro in `.travis.yml'., ELPA Syncer, 2025/01/31