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 +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22#+link: compat-gh https://github.com/emacs-compat/compat/issues/
33#+options: toc:nil num:nil author:nil
44
5- * Development
5+ * Release of "Compat" Version 30.1.0.1
66
77- compat-28: Fix =named-let= tail recursion.
88
9+ (Release <2025-06-19 Thu>)
10+
911* Release of "Compat" Version 30.1.0.0
1012
1113- 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 "24.4") (seq "2.23"))
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 "24.4") (compat "30.1.0.0 "))
112+ ;; Package-Requires: ((emacs "24.4") (compat "30.1.0.1 "))
113113@end example
114114
115115There is no need to depend on @code {emacs 24.4 } specifically. One can
You can’t perform that action at this time.
0 commit comments