aboutsummaryrefslogtreecommitdiff
path: root/compat.el
AgeCommit message (Expand)Author
2023-01-18compat: Improve docstringsDaniel Mendler
2023-01-17compat-function: Whitespace fix in docstringDaniel Mendler
2023-01-16Version 29.1.2.029.1.2.0Daniel Mendler
2023-01-16Bump snapshot versionDaniel Mendler
2023-01-16Drop JSON support for now (libjansson)Daniel Mendler
2023-01-14Version 29.1.1.129.1.1.1Daniel Mendler
2023-01-10compat-function: Expand docstringDaniel Mendler
2023-01-07Version 29.1.1.029.1.1.0Daniel Mendler
2023-01-07compat.el: Add missing compat-declare-versionDaniel Mendler
2023-01-06Move json functions to compat.elDaniel Mendler
2023-01-06compat-tests: Test that no unnecessary compat-* files are loadedDaniel Mendler
2023-01-06Only require Compat libraries which are neededDaniel Mendler
2023-01-06Set new development version 29.1.1.0-gitDaniel Mendler
2023-01-05Version 29.1.0.129.1.0.1Daniel Mendler
2023-01-05Version 29.1.0.029.1.0.0Daniel Mendler
2023-01-05Update manualDaniel Mendler
2023-01-05Remove nadvice from Package-RequiresDaniel Mendler
2023-01-04Add documentationDaniel Mendler
2023-01-03Rename compat-funcall to compat-callDaniel Mendler
2023-01-03Move functions from compat--explicit- to compat--Daniel Mendler
2023-01-03Use different version stringDaniel Mendler
2023-01-03Move compat-funcall and compat-functionDaniel Mendler
2023-01-03Update package headerDaniel Mendler
2023-01-03Chained requiring, remove unnecessary declare-functionsDaniel Mendler
2023-01-03Drop support for 24.3Daniel Mendler
2023-01-03Avoid duplicating the package information in the headerDaniel Mendler
2023-01-03Always load prefixed definitionsDaniel Mendler
2023-01-03Preliminary bump the version tag to 29.1.0.0-devPhilip Kaludercic
2023-01-03Update copyright yearsPhilip Kaludercic
2022-12-15Simplify loading procedurePhilip Kaludercic
2022-12-15Always load compat-29Philip Kaludercic
2022-08-29Bump to version 28.1.2.2Philip Kaludercic
2022-08-26Merge branch 'master' into emacs-29.1Philip Kaludercic
2022-08-24Bump to version 28.1.2.128.1.2.1Philip Kaludercic
2022-08-10Merge branch 'master' into emacs-29.1Philip Kaludercic
2022-08-10Prepare compat.el for testing functions from compat-29Philip Kaludercic
2022-08-09Refer to the manual from the commentary sectionPhilip Kaludercic
2022-08-02Merge branch 'master' into emacs-29.1Philip Kaludercic
2022-07-28Revert "Load compat-NM.el only if NM < emacs-major-version"Philip Kaludercic
2022-07-19Always load all compat files during testingPhilip Kaludercic
2022-07-19Load compat-NM.el only if NM < emacs-major-versionPhilip Kaludercic
2022-07-19Make compat.el not depend on compat-macs.elPhilip Kaludercic
2022-07-19Remove obsolete commentPhilip Kaludercic
2022-07-18Bump version to 28.1.2.028.1.2.0Philip Kaludercic
2022-07-17Do not modify load-suffixes during loadingPhilip Kaludercic
2022-07-17Wrap provide calls in `compat--inhibit-prefixed'Philip Kaludercic
2022-07-17Prepend ".el" to load-suffixes during testingPhilip Kaludercic
2022-07-17Require sub-features instead of loading themPhilip Kaludercic
2022-07-17Respect compat-testing during loadingPhilip Kaludercic
2022-07-14Simplify loading and compiling of CompatPhilip Kaludercic