emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 6b70229adf: Bump version to 28.1.2.0


From: ELPA Syncer
Subject: [elpa] externals/compat 6b70229adf: Bump version to 28.1.2.0
Date: Mon, 18 Jul 2022 03:57:22 -0400 (EDT)

branch: externals/compat
commit 6b70229adf1ad7c2227789061dd1b2fc00d36ad8
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Bump version to 28.1.2.0
---
 MANUAL      |  4 ++--
 NEWS.org    | 17 +++++++++++++++++
 README.md   |  2 +-
 compat.el   |  2 +-
 compat.texi |  6 +++---
 5 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/MANUAL b/MANUAL
index 35af1b52ea..eba606ad5f 100644
--- a/MANUAL
+++ b/MANUAL
@@ -9,7 +9,7 @@
 #+texinfo_dir_desc:     Compatibility Library for Emacs Lisp
 #+options:              compact-itemx:t
 
-#+macro: version 28.1.1.3
+#+macro: version 28.1.2.0
 #+link:         debbugs https://debbugs.gnu.org/cgi/bugreport.cgi?bug=
 
 This manual documents the usage of the "Compat" Emacs lisp library,
@@ -45,7 +45,7 @@ Feedback on this point is appreciated.
 The intended use-case for this library is for package developers to
 add as a dependency in the header:
 
-: ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.3"))
+: ;; Package-Requires: ((emacs "24.3") (compat "28.1.2.0"))
 
 and later on a
 
diff --git a/NEWS.org b/NEWS.org
index 47d9d0b324..9c6a819b6a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,23 @@
 #+options: toc:nil num:nil
 #+link:    compat https://todo.sr.ht/~pkal/compat/
 
+* Release of "Compat" Version 28.1.2.0
+
+The main change of this release has been the major simplification of
+Compat's initialisation system, improving the situation around issues
+people had been reporting ([[compat:4]], once again) with unconventional
+or unpopular packaging systems.
+
+In addition to this, the following functional changes have been made:
+
+- Fix =format-prompt= of an empty string as "default" argument
+- Add =decoded-time-period= defined in Emacs 28
+- Add =subr-primitive-p= defined in Emacs 28
+
+Minor improvements to manual are also part of this release.
+
+(Release <2022-07-18 Mon>)
+
 * Release of "Compat" Version 28.1.1.3
 
 This release just contains a hot-fix for an issue introduced in the
diff --git a/README.md b/README.md
index b203f83d87..4571d1f3f7 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Usage
 The intended use-case for this library is for package developers to
 add as a dependency in the header:
 
-    ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.3"))
+    ;; Package-Requires: ((emacs "24.3") (compat "28.1.2.0"))
 
 and later on a
 
diff --git a/compat.el b/compat.el
index b1e1261ce5..35fd8a0ccc 100644
--- a/compat.el
+++ b/compat.el
@@ -4,7 +4,7 @@
 
 ;; Author: Philip Kaludercic <philipk@posteo.net>
 ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht>
-;; Version: 28.1.1.3
+;; Version: 28.1.2.0
 ;; URL: https://sr.ht/~pkal/compat
 ;; Package-Requires: ((emacs "24.3") (nadvice "0.3"))
 ;; Keywords: lisp
diff --git a/compat.texi b/compat.texi
index 51230ebc26..cb45222669 100644
--- a/compat.texi
+++ b/compat.texi
@@ -31,7 +31,7 @@ modify this GNU manual.”
 @finalout
 @titlepage
 @title "Compat" Manual
-@subtitle For version 28.1.1.0
+@subtitle For version 28.1.2.0
 @author Philip Kaludercic
 @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 28.1.1.0.
+version 28.1.2.0.
 
 @insertcopying
 @end ifnottex
@@ -123,7 +123,7 @@ The intended use-case for this library is for package 
developers to
 add as a dependency in the header:
 
 @example
-;; Package-Requires: ((emacs "24.3") (compat "28.1.1.0"))
+;; Package-Requires: ((emacs "24.3") (compat "28.1.2.0"))
 @end example
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]