diff options
| -rw-r--r-- | NEWS.org | 7 | ||||
| -rw-r--r-- | compat.el | 2 | ||||
| -rw-r--r-- | compat.texi | 6 |
3 files changed, 10 insertions, 5 deletions
@@ -4,7 +4,6 @@ * Development -- compat-30: Add oklab color functions. - compat-28: New pcase pattern =cl-type=. - compat-31: New macros =static-when= and =static-unless=. - compat-31: New functions =oddp= and =evenp=. @@ -19,6 +18,12 @@ - Drop support for Emacs 24.x. Emacs 25.1 is required now. In case Emacs 24.x support is still needed, Compat 30 can be used. +* Release of "Compat" Version 30.1.0.0 + +- compat-30: Add oklab color functions. + +(Release <2025-04-02 Wed>) + * Release of "Compat" Version 30.0.2.0 - compat-30: Rename =trusted-files= to =trusted-content=. @@ -4,7 +4,7 @@ ;; Author: Philip Kaludercic <philipk@posteo.net>, Daniel Mendler <mail@daniel-mendler.de> ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> -;; Version: 30.0.2.0 +;; Version: 30.1.0.0 ;; URL: https://github.com/emacs-compat/compat ;; Package-Requires: ((emacs "25.1")) ;; Keywords: lisp, maint diff --git a/compat.texi b/compat.texi index 33181e5..2b81e7e 100644 --- a/compat.texi +++ b/compat.texi @@ -31,7 +31,7 @@ modify this GNU manual.” @finalout @titlepage @title "Compat" Manual -@subtitle For version 30.0.2.0 +@subtitle For version 30.1.0.0 @author Philip Kaludercic, Daniel Mendler @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 30.0.2.0. +version 30.1.0.0. @insertcopying @end ifnottex @@ -109,7 +109,7 @@ mirrors the version of Emacs releases. The current version of Compat corresponds to the current Emacs release. @example -;; Package-Requires: ((emacs "25.1") (compat "30.0.2.0")) +;; Package-Requires: ((emacs "25.1") (compat "30.1.0.0")) @end example There is no need to depend on @code{emacs 25.1} specifically. One can |
