diff options
| -rw-r--r-- | NEWS.org | 4 | ||||
| -rw-r--r-- | compat.el | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ #+title: compat.el - Changelog -* Development of "Compat" Version 29.1.2.0 +* Release of "Compat" Version 29.1.2.0 - All compatibility functions are covered by tests! - Add links from compatibility definitions to tests. @@ -17,6 +17,8 @@ - compat-29: Add ~with-buffer-unmodified-if-unchanged~. - compat-29: Fix and test ~define-key~ with REMOVE argument. +(Release <2023-01-16 Mon>) + * Release of "Compat" Version 29.1.1.1 - Add tests, 167 out of 203 definitions tested (82%). @@ -4,7 +4,7 @@ ;; Author: Philip Kaludercic <philipk@posteo.net>, Daniel Mendler <mail@daniel-mendler.de> ;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>, Compat Development <~pkal/compat-devel@lists.sr.ht> -;; Version: 29.1.2.0-git +;; Version: 29.1.2.0 ;; URL: https://github.com/emacs-compat/compat ;; Package-Requires: ((emacs "24.4")) ;; Keywords: lisp |
