diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-07-08 20:20:06 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-07-08 20:22:28 +0200 |
| commit | 09dce8a193c5a70277512263782b82fa1cba84c0 (patch) | |
| tree | a0bce8202366deb5c6e5e850aea8bfb7c7661c55 | |
| parent | ff9e59768793a0994587ea8da9d532c9af1d8f02 (diff) | |
| -rw-r--r-- | NEWS.org | 4 | ||||
| -rw-r--r-- | compat-tests.el | 2 | ||||
| -rw-r--r-- | compat.el | 2 | ||||
| -rw-r--r-- | compat.texi | 6 |
4 files changed, 8 insertions, 6 deletions
@@ -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*") @@ -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: 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 |
