aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-08-24 18:20:10 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-08-24 18:20:10 +0200
commitce2fecf94eb3f27851567237a65251dbb419de4b (patch)
tree0a04877b94e58fd32a2b85dc65640291b6a22546
parentd3142f3f04425e27eceb9ce2a68c14ae9f14c331 (diff)
Bump to version 28.1.2.128.1.2.1
-rw-r--r--NEWS.org14
-rw-r--r--compat.el2
-rw-r--r--compat.texi6
3 files changed, 18 insertions, 4 deletions
diff --git a/NEWS.org b/NEWS.org
index 9c6a819..dee10ae 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,20 @@
#+options: toc:nil num:nil
#+link: compat https://todo.sr.ht/~pkal/compat/
+* Release of "Compat" Version 28.1.2.1
+
+This is a minor release adding the following changes:
+
+- Add =derived-mode-p= defined in Emacs 27
+- Add =provided-mode-derived-p= defined in Emacs 27
+- Add =read-multiple-choice= defined in Emacs 26
+- Add =file-name-absolute-p= defined in Emacs 28
+
+The only other notable change is that the manual has been rewritten to
+include much more documentation that had been the case previously.
+
+(Release <2022-08-24 Wed>)
+
* Release of "Compat" Version 28.1.2.0
The main change of this release has been the major simplification of
diff --git a/compat.el b/compat.el
index d3d745e..9b21978 100644
--- a/compat.el
+++ b/compat.el
@@ -4,7 +4,7 @@
;; Author: Philip Kaludercic <philipk@posteo.net>
;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht>
-;; Version: 28.1.2.0
+;; Version: 28.1.2.1
;; URL: https://sr.ht/~pkal/compat
;; Package-Requires: ((emacs "24.3") (nadvice "0.3"))
;; Keywords: lisp
diff --git a/compat.texi b/compat.texi
index 9d14a08..e226954 100644
--- a/compat.texi
+++ b/compat.texi
@@ -31,7 +31,7 @@ modify this GNU manual.”
@finalout
@titlepage
@title "Compat" Manual
-@subtitle For version 28.1.2.0
+@subtitle For version 28.1.2.1
@author Philip Kaludercic
@page
@vskip 0pt plus 1filll
@@ -46,7 +46,7 @@ modify this GNU manual.”
This manual documents the usage of the "Compat" Emacs lisp library,
the forward-compatibility library for Emacs Lisp, corresponding to
-version 28.1.2.0.
+version 28.1.2.1.
@insertcopying
@end ifnottex
@@ -123,7 +123,7 @@ The intended use-case for this library is for package developers to add
as a dependency in the header:
@example
-;; Package-Requires: ((emacs "24.3") (compat "28.1.2.0"))
+;; Package-Requires: ((emacs "24.3") (compat "28.1.2.1"))
@end example
There is no need to depend on @code{emacs} 24.3 specifically. One can