[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/relint a001a05 21/21: Increment version to 1.16
From: |
Mattias Engdegård |
Subject: |
[elpa] externals/relint a001a05 21/21: Increment version to 1.16 |
Date: |
Sun, 3 May 2020 11:13:39 -0400 (EDT) |
branch: externals/relint
commit a001a05a1d692be22f7fac9233e8cc0102aebd30
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>
Increment version to 1.16
Require xr 1.19
---
relint.el | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/relint.el b/relint.el
index cbdd340..0651d3b 100644
--- a/relint.el
+++ b/relint.el
@@ -3,8 +3,8 @@
;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
;; Author: Mattias Engdegård <address@hidden>
-;; Version: 1.15
-;; Package-Requires: ((xr "1.17") (emacs "26.1"))
+;; Version: 1.16
+;; Package-Requires: ((xr "1.19") (emacs "26.1"))
;; URL: https://github.com/mattiase/relint
;; Keywords: lisp, regexps
@@ -29,6 +29,12 @@
;;; News:
+;; Version 1.16:
+;; - Suppression comments now use regexp matching of messages
+;; - New filename-specific checks in calls to `directory-files' etc
+;; - Check some keyword arguments (:regexp and :regex)
+;; - Improved rx checks
+;; - `relint-directory' now displays number of files found
;; Version 1.15:
;; - Improved position accuracy in various lists of regexps
;; - Check for mistake in rx `any' forms
- [elpa] externals/relint f6d0fed 15/21: Describe the new file-specific warnings, (continued)
- [elpa] externals/relint f6d0fed 15/21: Describe the new file-specific warnings, Mattias Engdegård, 2020/05/03
- [elpa] externals/relint 1bf7f25 13/21: Check auto-mode-alist with file-specific checks, Mattias Engdegård, 2020/05/03
- [elpa] externals/relint 4fcc322 16/21: Delay call to file-relative-name until needed, Mattias Engdegård, 2020/05/03
- [elpa] externals/relint 326cfe2 11/21: Check calls to directory-files(-and-attributes), Mattias Engdegård, 2020/05/03
- [elpa] externals/relint 5d3f78d 19/21: Update xr messages ("repetition" changed to "option"), Mattias Engdegård, 2020/05/03
- [elpa] externals/relint a50ed0b 20/21: Don't escape printable chars in rx warnings, Mattias Engdegård, 2020/05/03
- [elpa] externals/relint cdd65ae 10/21: Add section about how relint works, Mattias Engdegård, 2020/05/03
- [elpa] externals/relint 636e172 12/21: Add filename-specific checks (unused so far), Mattias Engdegård, 2020/05/03
- [elpa] externals/relint 008fad0 17/21: Repair relint-current-buffer after thunking file parameter, Mattias Engdegård, 2020/05/03
- [elpa] externals/relint 8f49686 18/21: Move file-specific checks to xr, Mattias Engdegård, 2020/05/03
- [elpa] externals/relint a001a05 21/21: Increment version to 1.16,
Mattias Engdegård <=