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

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

[elpa] externals/xr 74906f6d10 2/2: Increment version to 1.23


From: Mattias Engdegård
Subject: [elpa] externals/xr 74906f6d10 2/2: Increment version to 1.23
Date: Mon, 11 Jul 2022 14:21:03 -0400 (EDT)

branch: externals/xr
commit 74906f6d104b7daae162dc32684e0443e80fdb03
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    Increment version to 1.23
---
 xr.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/xr.el b/xr.el
index 95c0df27b2..ea1854a817 100644
--- a/xr.el
+++ b/xr.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
 ;; Author: Mattias Engdegård <mattiase@acm.org>
-;; Version: 1.22
+;; Version: 1.23
 ;; Package-Requires: ((emacs "26.1"))
 ;; URL: https://github.com/mattiase/xr
 ;; Keywords: lisp, regexps
@@ -29,6 +29,11 @@
 
 ;;; News:
 
+;; Version 1.23:
+;; - Represent explicitly the gap in ranges from ASCII to raw bytes:
+;;   "[A-\xbb]" becomes (any "A-\x7f\x80-\xbb") because that is how
+;;   Emacs regexps work. This also suppresses some false positives
+;;   in `xr-lint' and `xr-skip-set-lint'.
 ;; Version 1.22:
 ;; - More compact distribution
 ;; Version 1.21:



reply via email to

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