emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/relint 3315f03 12/12: Increment version to 1.13


From: Mattias Engdegård
Subject: [elpa] externals/relint 3315f03 12/12: Increment version to 1.13
Date: Thu, 30 Jan 2020 10:53:41 -0500 (EST)

branch: externals/relint
commit 3315f038c324113b6141d333bedf1b6a28882792
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Increment version to 1.13
---
 relint.el | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/relint.el b/relint.el
index f96f71b..3ac29cb 100644
--- a/relint.el
+++ b/relint.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2019 Free Software Foundation, Inc.
 
 ;; Author: Mattias Engdegård <address@hidden>
-;; Version: 1.12
+;; Version: 1.13
 ;; Package-Requires: ((xr "1.15") (emacs "26.1"))
 ;; URL: https://github.com/mattiase/relint
 ;; Keywords: lisp, regexps
@@ -55,6 +55,13 @@
 
 ;;; News:
 
+;; Version 1.13:
+;; - Look in function/macro doc strings to find regexp arguments and
+;;   return values
+;; - Detect binding and mutation of some known regexp variables
+;; - Detect regexps as arguments to `syntax-propertize-rules'
+;; - More font-lock-keywords variables are scanned for regexps
+;; - `relint-batch' no longer outputs a summary if there were no errors
 ;; Version 1.12:
 ;; - Improved detection of regexps in defcustom declarations
 ;; - Better suppression of false positives



reply via email to

[Prev in Thread] Current Thread [Next in Thread]