[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 09dce8a193: Version 30.0.0.0
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 09dce8a193: Version 30.0.0.0 |
Date: |
Mon, 8 Jul 2024 15:57:38 -0400 (EDT) |
branch: externals/compat
commit 09dce8a193c5a70277512263782b82fa1cba84c0
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
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 4ac1babc2c..acc06d0543 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 10d9a9b981..b736015fae 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 96c5bddb8b..e43e66959a 100644
--- a/compat.el
+++ b/compat.el
@@ -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 9501a0169f..41725d03bd 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/compat 09dce8a193: Version 30.0.0.0,
ELPA Syncer <=