aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-23Merge branch 'main' into emacs-30Daniel 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-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-09-27Merge branch 'main' into emacs-30Daniel Mendler
2023-09-27Makefile: Update headerDaniel Mendler
2023-09-27Merge branch 'main' into emacs-30Daniel Mendler
2023-09-27Makefile: Minor cleanupDaniel Mendler
2023-09-27Merge branch 'main' into emacs-30Daniel Mendler
2023-09-27Makefile: Add headerDaniel Mendler
2023-09-27Merge branch 'main' into emacs-30Daniel Mendler
2023-09-27Makefile: Add target force-compileDaniel Mendler
Move sed substitution from CI workflow.
2023-09-19Merge branch 'main' into emacs-30Daniel Mendler
2023-09-19compat.texi: Fix typosDaniel Mendler
2023-09-19compat.texi: Fix typosDaniel Mendler
2023-09-09Merge branch 'main' into emacs-30Daniel Mendler
2023-09-09Whitespace fixDaniel Mendler
2023-09-09compat-macs: Be explicit about the intended usage of compat-macsDaniel Mendler
https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-09/msg00983.html
2023-09-09Merge branch 'main' into emacs-30Daniel Mendler
2023-09-09Make `make check` work with BSD grep and sedMattias Engdegård
2023-09-09Merge branch 'main' into emacs-30Daniel Mendler
2023-09-09compat.texi: Document development/release practices in the manualDaniel Mendler
2023-09-08CI: Update actions/checkoutDaniel Mendler
2023-09-08CI: Update actions/checkoutDaniel Mendler
2023-09-08compat-tests: Use static-ifDaniel Mendler
2023-09-08Merge branch 'main' into emacs-30Daniel Mendler
2023-09-08Typo in docstring for string-searchMattias Engdegård
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-08Simplify buffer-local-boundpMattias Engdegård
2023-09-08Correct error signalling in sort, length=, length< and length>Mattias Engdegård
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