| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-16 | New Emacs 30 APIs: merge-ordered-lists, completion-lazy-hilit | Daniel Mendler | |
| 2023-09-08 | compat-tests: Use static-if | Daniel Mendler | |
| 2023-09-08 | Merge branch 'main' into emacs-30 | Daniel Mendler | |
| 2023-09-08 | Make tests work on macOS | Mattias Engdegård | |
| `s-c' is bound by default; pick `H-c' instead. | |||
| 2023-09-08 | Strengthen xor test | Mattias Engdegård | |
| Don't just test with t and nil, and check return values. | |||
| 2023-09-03 | compat-30: Add static-if | Daniel Mendler | |
| 2023-08-17 | Merge branch 'master' into emacs-30 | Philip Kaludercic | |
| 2023-08-11 | compat-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-01 | compat-29: Add window-configuration-equal-p | Daniel Mendler | |
| 2023-08-01 | compat-29: Add char-uppercase-p | Daniel Mendler | |
| 2023-07-25 | Emacs 29.1 is available on CI | Daniel Mendler | |
| 2023-07-23 | Relax compat-loaded-features test | Daniel Mendler | |
| 2023-05-24 | Enable copy-tree tests on Emacs 30 | Daniel Mendler | |
| 2023-05-24 | Cleanup test suite (Follow up of #25) | Daniel Mendler | |
| 2023-05-24 | Disable unstable tests for now | Daniel Mendler | |
| It seems we should avoid using the printed representation for the tests. | |||
| 2023-05-24 | Add copy-tree | Joseph Turner | |
| 2023-05-24 | Prepare support for Emacs 30 | Philip Kaludercic | |
| 2023-05-21 | compat-tests.el: Fix tests for Emacs 30 | Daniel Mendler | |
| 2023-05-21 | compat-tests.el: Fix compat-add-display-text-property for Emacs 30 | Daniel Mendler | |
| 2023-04-23 | compat-29: Add lisp-directory | Daniel Mendler | |
| 2023-04-19 | compat-tests: Fix sort warning on Emacs 30 | Daniel Mendler | |
| 2023-04-09 | compat-28: Add native-comp-available-p | Daniel Mendler | |
| 2023-03-19 | compat-tests: Remove duplicate compat-compat- prefix | Daniel Mendler | |
| 2023-03-19 | Prefix tests with compat- (Fix #20) | Daniel Mendler | |
| 2023-03-14 | compat-29: Add directory-abbrev-apply and directory-abbrev-make-regexp | Daniel Mendler | |
| 2023-03-04 | compat-29: Add support for defcustom type key | Daniel Mendler | |
| 2023-03-04 | Enable byte compilation warnings also for Emacs master | Daniel Mendler | |
| We follow upstream improvements closely and profit earlier from additional byte compiler warnings. | |||
| 2023-03-04 | Emacs 30: Do not test cyclic function aliases | Daniel Mendler | |
| 2023-03-04 | compat-28: Add support for natnum defcustom type | Daniel Mendler | |
| 2023-02-25 | Reenable test on CI | Daniel Mendler | |
| 2023-02-24 | compat-29: Add cl-constantly | Daniel Mendler | |
| 2023-02-13 | compat-29: with-narrowing -> with-restriction, without-restriction | Daniel Mendler | |
| 2023-02-10 | compat-28: Add process-lines-ignore-status and process-lines-handling-status | Daniel Mendler | |
| 2023-02-08 | compat-29: Preload seq | Daniel Mendler | |
| 2023-02-07 | compat-27: Add with-suppressed-warnings | Daniel Mendler | |
| 2023-02-06 | compat-29: Add cl-with-gensyms and cl-once-only | Daniel Mendler | |
| 2023-01-31 | compat-27: Mark compat--dired-get-marked-files as obsolete | Daniel Mendler | |
| See https://github.com/magit/magit/pull/4867 | |||
| 2023-01-30 | compat-29: Add set-transient-map | Daniel Mendler | |
| 2023-01-29 | Add ert-with-temp-directory and ert-with-temp-file | Daniel Mendler | |
| 2023-01-28 | Guarantee START-POS arg of string-search to be a fixnum (#16) | aagon | |
| 2023-01-27 | compat-tests: Break some long lines | Daniel Mendler | |
| 2023-01-27 | compat-29: Add with-delayed-message | Daniel Mendler | |
| 2023-01-25 | Revert "Condition package-get-version test to correct containing directory" | Daniel Mendler | |
| This reverts commit 108e6d3f6207632d040ea740a4b51b2a14ed38e0. | |||
| 2023-01-25 | Condition package-get-version test to correct containing directory | Aymeric Agon-Rambosson | |
| 2023-01-25 | compat-28: Add mark-thing-at-mouse | Daniel Mendler | |
| 2023-01-25 | Revert "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-24 | Add json-parse-string, json-parse-buffer, json-serialize and json-insert | Daniel Mendler | |
| 2023-01-23 | compat-27: Add file-name-unquote | Daniel Mendler | |
| 2023-01-22 | compat-29: Provide string-lines implementation from Emacs 29 | Daniel Mendler | |
| 2023-01-22 | compat-tests: Use should-equal | Daniel Mendler | |
