From 09dce8a193c5a70277512263782b82fa1cba84c0 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Mon, 8 Jul 2024 20:20:06 +0200 Subject: Version 30.0.0.0 --- NEWS.org | 4 +++- compat-tests.el | 2 +- compat.el | 2 +- compat.texi | 6 +++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS.org b/NEWS.org index 4ac1bab..acc06d0 100644 --- a/NEWS.org +++ b/NEWS.org @@ -2,7 +2,7 @@ #+link: compat-gh https://github.com/emacs-compat/compat/issues/ #+options: toc:nil num:nil author:nil -* Development +* Release of "Compat" Version 30.0.0.0 - compat-28: Mark =subr-native-elisp-p= as obsolete (renamed in Emacs 30). - compat-30: New function =char-to-name=. @@ -24,6 +24,8 @@ - compat-30: Add extended =completion-metadata-get= with support for =completion-category-overrides= and =completion-extra-properties=. +(Release <2024-07-08 Mon>) + * Release of "Compat" Version 29.1.4.5 - Minor optimization of ~plist-get~ and ~plist-put~. diff --git a/compat-tests.el b/compat-tests.el index 10d9a9b..b736015 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -92,7 +92,7 @@ (defconst compat-tests--version (package-get-version)) (ert-deftest compat-package-get-version () (should (stringp compat-tests--version)) - (should-equal 29 (car (version-to-list compat-tests--version)))) + (should-equal 30 (car (version-to-list compat-tests--version)))) (ert-deftest compat-buffer-match-p () (let ((b "*compat-test-buffer*") diff --git a/compat.el b/compat.el index 96c5bdd..e43e669 100644 --- a/compat.el +++ b/compat.el @@ -4,7 +4,7 @@ ;; Author: Philip Kaludercic , Daniel Mendler ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> -;; Version: 29.1.4.5 +;; Version: 30.0.0.0 ;; URL: https://github.com/emacs-compat/compat ;; Package-Requires: ((emacs "24.4") (seq "2.23")) ;; Keywords: lisp, maint diff --git a/compat.texi b/compat.texi index 9501a01..41725d0 100644 --- a/compat.texi +++ b/compat.texi @@ -31,7 +31,7 @@ modify this GNU manual.” @finalout @titlepage @title "Compat" Manual -@subtitle For version 29.1.4.5 +@subtitle For version 30.0.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 29.1.4.5. +version 30.0.0.0. @insertcopying @end ifnottex @@ -108,7 +108,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 "29.1.4.5")) +;; Package-Requires: ((emacs "24.4") (compat "30.0.0.0")) @end example There is no need to depend on @code{emacs 24.4} specifically. One can -- cgit v1.0