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

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

[elpa] externals/relint c2d3f3b 15/15: Increment version to 1.14


From: Mattias Engdegård
Subject: [elpa] externals/relint c2d3f3b 15/15: Increment version to 1.14
Date: Sat, 29 Feb 2020 17:22:31 -0500 (EST)

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

    Increment version to 1.14
    
    Require xr 1.16.
---
 relint.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/relint.el b/relint.el
index 186ffa9..04002bc 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.13
-;; Package-Requires: ((xr "1.15") (emacs "26.1"))
+;; Version: 1.14
+;; Package-Requires: ((xr "1.16") (emacs "26.1"))
 ;; URL: https://github.com/mattiase/relint
 ;; Keywords: lisp, regexps
 
@@ -29,6 +29,11 @@
 
 ;;; News:
 
+;; Version 1.14:
+;; - Added `relint-buffer'
+;; - Report error position inside string literals when possible
+;; - Scan arguments to `search-forward-regexp' and `search-backward-regexp'
+;; - Use text quoting for messages
 ;; Version 1.13:
 ;; - Look in function/macro doc strings to find regexp arguments and
 ;;   return values



reply via email to

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