WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2020- Drop support for Emacs 24.x. Emacs 25.1 is required now. In case
2121 Emacs 24.x support is still needed, Compat 30 can be used.
2222
23+ * Release of "Compat" Version 30.1.0.1
24+
25+ - compat-28: Fix =named-let= tail recursion.
26+
27+ (Release <2025-06-19 Thu>)
28+
2329* Release of "Compat" Version 30.1.0.0
2430
2531- compat-30: Add oklab color functions.
Original file line number Diff line number Diff line change 44
55; ; Author: Philip Kaludercic <[email protected] >, Daniel Mendler <[email protected] >66; ; Maintainer: Compat Development <~pkal/[email protected] >7- ; ; Version: 30.1.0.0
7+ ; ; Version: 30.1.0.1
88; ; URL: https://github.com/emacs-compat/compat
99; ; Package-Requires: ((emacs "25.1"))
1010; ; Keywords: lisp, maint
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ modify this GNU manual.”
3131@finalout
3232@titlepage
3333@title "Compat" Manual
34- @subtitle For version 30.1.0.0
34+ @subtitle For version 30.1.0.1
3535@author Philip Kaludercic , Daniel Mendler
3636@page
3737@vskip 0pt plus 1filll
@@ -46,7 +46,7 @@ modify this GNU manual.”
4646
4747This manual documents the usage of the "Compat" Emacs lisp library,
4848the forward-compatibility library for Emacs Lisp, corresponding to
49- version 30.1.0.0 .
49+ version 30.1.0.1 .
5050
5151@insertcopying
5252@end ifnottex
@@ -109,7 +109,7 @@ mirrors the version of Emacs releases. The current version of Compat
109109corresponds to the current Emacs release.
110110
111111@example
112- ;; Package-Requires: ((emacs "25.1") (compat "30.1.0.0 "))
112+ ;; Package-Requires: ((emacs "25.1") (compat "30.1.0.1 "))
113113@end example
114114
115115There is no need to depend on @code {emacs 25.1 } specifically. One can
You can’t perform that action at this time.
0 commit comments