aboutsummaryrefslogtreecommitdiff
path: root/compat.el
AgeCommit message (Collapse)Author
2026-01-31; Decommission sr.ht mirrorDaniel Mendler
2026-01-01; Update copyright yearsDaniel Mendler
2025-06-19Version 30.1.0.130.1.0.1Daniel Mendler
2025-04-02Version 30.1.0.030.1.0.0Daniel Mendler
2025-01-04Version 30.0.2.030.0.2.0Daniel Mendler
2025-01-01Update copyright yearsDaniel Mendler
2024-12-15Version 30.0.1.030.0.1.0Daniel Mendler
2024-07-08Version 30.0.0.030.0.0.0emacs-30Daniel Mendler
2024-03-16Merge branch 'main' into emacs-30Daniel Mendler
2024-03-16Version 29.1.4.529.1.4.5Daniel Mendler
2024-01-20Merge branch 'main' into emacs-30Daniel Mendler
2024-01-20compat--maybe-require: Rename macro to reduce churnDaniel Mendler
2024-01-12Merge branch 'main' into emacs-30Daniel Mendler
2024-01-12Update copyright yearsDaniel Mendler
2023-11-13Merge branch 'main' into emacs-30Daniel Mendler
2023-11-13Version 29.1.4.429.1.4.4Daniel Mendler
2023-11-12The maintainer field accepts only a single mail addressDaniel Mendler
2023-11-07Merge branch 'main' into emacs-30Daniel Mendler
2023-11-07fix(compat.el): Package-Requires "seq" = 2.3 -> 2.23 (#31)Sylvain Bougerel
2023-11-04Merge branch 'main' into emacs-30Daniel Mendler
2023-11-04Version 29.1.4.329.1.4.3Daniel Mendler
2023-08-17Merge branch 'master' into emacs-30Philip Kaludercic
2023-07-30Version 29.1.4.229.1.4.2Daniel Mendler
2023-07-23Relax compat-loaded-features testDaniel Mendler
2023-07-23Update Emacs version to 29.1Daniel Mendler
See emacs-29 branch commit 7d1737071fba1fd83039aac34f34f6b90c9579b8
2023-05-24Prepare support for Emacs 30Philip Kaludercic
2023-05-21Revert "Prepare support for Emacs 30"Philip Kaludercic
This reverts commit 1b5e81c350618710b3f5b62eec8d53ff363847f8.
2023-05-21Prepare support for Emacs 30Philip Kaludercic
2023-05-10More precise version checkingDaniel Mendler
Make sure that compat-29 is still loaded on outdated Emacs 29 builds.
2023-04-10Add maint keywordDaniel Mendler
2023-03-26Version 29.1.4.129.1.4.1Daniel Mendler
2023-03-05Version 29.1.4.029.1.4.0Daniel Mendler
2023-02-11Version 29.1.3.429.1.3.4Daniel Mendler
2023-02-11More robust method to require libraries conditionallyDaniel Mendler
2023-02-08Version 29.1.3.329.1.3.3Daniel Mendler
2023-02-08compat-29: Preload seqDaniel Mendler
2023-02-01Version 29.1.3.229.1.3.2Daniel Mendler
2023-01-27Improve commentaryDaniel Mendler
2023-01-25Version 29.1.3.129.1.3.1Daniel Mendler
2023-01-25Revert "Add json-parse-string, json-parse-buffer, json-serialize and ↵Daniel Mendler
json-insert" This reverts commit 7e678b3fa102a86553921d6c24056bbbe5365c7e. I am reconsidering if we can or should provide compatibility functions for features which may or may not be available at runtime, depending on compile flags or the availability of a shared object and which are not only tied to the Emacs version. The problem is that if such features are used by core packages, e.g., python.el or jsonrpc.el, then the compatibility code for this feature would have to be provided by Emacs itself, such that in case the feature is missing, the compatibility code can be loaded. There is no problem for external packages which use Compat, but it may not be a good idea to provide features as part of Compat which are only usable by external packages. Ideally the compatibility code from this reverted commit could be added to Emacs itself, such that the json APIs are always available independent of libjansson.
2023-01-25Add docstringDaniel Mendler
2023-01-24Add json-parse-string, json-parse-buffer, json-serialize and json-insertDaniel Mendler
2023-01-22Version 29.1.3.029.1.3.0Daniel Mendler
2023-01-21compat: Improve docstringsDaniel Mendler
2023-01-21Rename :explicit to :extendedDaniel Mendler
2023-01-21Improve commentaryDaniel Mendler
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