diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-04-02 09:03:47 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-04-02 09:03:47 +0200 |
| commit | 7179960b7c82a7cca6bac60d79dd7fe09ae390a0 (patch) | |
| tree | e298b0b69cfe05ef1e6b8481e991259326cd6e5f | |
| parent | 4e60f48b376cbc643da5a2f6f758ff01cbc7133a (diff) | |
Version 30.1.0.030.1.0.0
| -rw-r--r-- | NEWS.org | 4 | ||||
| -rw-r--r-- | compat.el | 4 | ||||
| -rw-r--r-- | compat.texi | 6 |
3 files changed, 8 insertions, 6 deletions
@@ -2,10 +2,12 @@ #+link: compat-gh https://github.com/emacs-compat/compat/issues/ #+options: toc:nil num:nil author:nil -* Development +* 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 "24.4") (seq "2.23")) ;; Keywords: lisp, maint @@ -50,7 +50,7 @@ ;; time and runtime, but only if needed. (eval-when-compile (defmacro compat--maybe-require () - (when (version< emacs-version "30.0.50") + (when (version< emacs-version "30.1") (require 'compat-30) '(require 'compat-30)))) (compat--maybe-require) diff --git a/compat.texi b/compat.texi index 2e08c91..7da736c 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 "24.4") (compat "30.0.2.0")) +;; Package-Requires: ((emacs "24.4") (compat "30.1.0.0")) @end example There is no need to depend on @code{emacs 24.4} specifically. One can |
