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.1.0 +* Release of "Compat" Version 29.1.1.0 - The macros in ~compat-macs.el~ have been rewritten and simplified. The refactoring allows to further refine the criteria under which compatibility @@ -28,6 +28,8 @@ on ~buffer-hash~ which does not exist on all supported Emacs versions. - compat-29: Add ~pos-bol~ and ~pos-eol~. +(Release <2023-01-07 Sat>) + * Release of "Compat" Version 29.1.0.1 - Add multiple new tests for existing APIs. @@ -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.1.0-git +;; Version: 29.1.1.0 ;; URL: https://github.com/emacs-compat/compat ;; Package-Requires: ((emacs "24.4")) ;; Keywords: lisp |
