aboutsummaryrefslogtreecommitdiff
path: root/compat-tests.el
AgeCommit message (Collapse)Author
2024-07-08Version 30.0.0.030.0.0.0emacs-30Daniel Mendler
2024-07-08compat-30: Add char-to-nameDaniel Mendler
2024-05-30compat-28: Mark subr-native-elisp-p as obsoleteDaniel Mendler
The function has been renamed to native-comp-function-p in Emacs 30.
2024-05-18compat-30: Add obarray-clearDaniel Mendler
2024-05-17value<: Compare buffers by nameDaniel Mendler
2024-05-17compat-30: Add primitive-function-p, interpreted-function-p and closurepDaniel Mendler
2024-05-17compat-30: Add value< and sort with keyword argumentsDaniel Mendler
2024-05-12compat-tests.el: Reenable testDaniel Mendler
2024-05-05compat-30: Add dropDaniel Mendler
2024-03-23Revert "compat-30: Add sort-on"Daniel Mendler
This reverts commit 31899a2a4d04335512a52f120087f699c00da693.
2024-03-16Merge branch 'main' into emacs-30Daniel Mendler
2024-03-16compat-tests: Fix compat-thing-at-mouse testDaniel Mendler
2024-03-16Use https links everywhereDaniel Mendler
2024-02-13compat-tests.el: Enable sort-on testDaniel Mendler
2024-02-02compat-30: Add sort-onDaniel Mendler
2024-01-20Merge branch 'main' into emacs-30Daniel Mendler
2024-01-20compat-tests: Fix commentary linter warningsDaniel Mendler
2024-01-20compat-tests: Use should-equalDaniel Mendler
2024-01-20compat-tests: Fix closing parenthesis of compat-copy-treeDaniel Mendler
2024-01-13Merge branch 'main' into emacs-30Daniel Mendler
2024-01-13compat-29: Use lax-plist-get and lax-plist-put as optimizationDaniel Mendler
2024-01-12CI: Enable tests on Emacs 30Daniel Mendler
2024-01-12Merge branch 'main' into emacs-30Daniel Mendler
2024-01-12Update copyright yearsDaniel Mendler
2024-01-10compat-30: Add extended completion-metadata-getDaniel Mendler
See Emacs commit 7755f7172748b2d337fa53434c1f678269cc5c45
2024-01-06Merge branch 'main' into emacs-30Daniel Mendler
2024-01-06Fix typos in documentation (#32)Jonas Bernoulli
2023-12-31compat-30: Add find-buffer and get-truename-bufferDaniel Mendler
2023-12-29compat-30: Add require-with-checkDaniel Mendler
2023-11-23Merge branch 'main' into emacs-30Daniel Mendler
2023-11-23compat-tests: Rename testDaniel Mendler
2023-11-23Merge branch 'main' into emacs-30Daniel Mendler
2023-11-23compat-tests: derived-mode-p with multiple arguments has been deprecatedDaniel Mendler
See Emacs master e6556db4200ccf28bd9bb033be0d5ce3cd2316a9
2023-11-23Merge branch 'main' into emacs-30Daniel Mendler
2023-11-23compat-tests: Weaken overly specific testDaniel Mendler
2023-11-23compat-tests: Add TODODaniel Mendler
2023-11-23compat-tests: Add TODODaniel Mendler
2023-11-23compat-tests: Enable merge-ordered-lists test on Emacs 30Daniel Mendler
2023-11-16New Emacs 30 APIs: merge-ordered-lists, completion-lazy-hilitDaniel Mendler
2023-09-08compat-tests: Use static-ifDaniel Mendler
2023-09-08Merge branch 'main' into emacs-30Daniel Mendler
2023-09-08Make tests work on macOSMattias EngdegÄrd
`s-c' is bound by default; pick `H-c' instead.
2023-09-08Strengthen xor testMattias EngdegÄrd
Don't just test with t and nil, and check return values.
2023-09-03compat-30: Add static-ifDaniel Mendler
2023-08-17Merge branch 'master' into emacs-30Philip Kaludercic
2023-08-11compat-tests: Check that `string-search' preserves the `match-data'Daniel Mendler
See @phikal's mail on emacs-devel: https://lists.gnu.org/archive/html/emacs-devel/2023-08/msg00325.html
2023-08-01compat-29: Add window-configuration-equal-pDaniel Mendler
2023-08-01compat-29: Add char-uppercase-pDaniel Mendler
2023-07-25Emacs 29.1 is available on CIDaniel Mendler
2023-07-23Relax compat-loaded-features testDaniel Mendler