branch: externals/xr
commit 8ccace4400586cbda8185f38b3dcd07929d2b83e
Author: Mattias Engdegård <[email protected]>
Commit: Mattias Engdegård <[email protected]>
Increment version to 1.11
---
xr.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/xr.el b/xr.el
index 0438257..28545a9 100644
--- a/xr.el
+++ b/xr.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2019 Free Software Foundation, Inc.
;; Author: Mattias Engdegård <[email protected]>
-;; Version: 1.10
+;; Version: 1.11
;; URL: https://github.com/mattiase/xr
;; Keywords: lisp, maint, regexps
@@ -80,6 +80,10 @@
;;; News:
+;; Version 1.11:
+;; - Warn about repetition of empty-matching expressions
+;; - Detect `-' not first or last in char alternatives or skip-sets
+;; - Stronger ad-hoc [...] check in skip-sets
;; Version 1.10:
;; - Warn about [[:class:]] in skip-sets
;; - Warn about two-character ranges like [*-+] in regexps