summaryrefslogtreecommitdiff
path: root/test/lisp
AgeCommit message (Expand)Author
2026-03-10Fix `signal` calls where the data argument is not a listStefan Monnier
2026-03-08Ensure c-ts-mode tests are never stuck (bug#80565)Yuan Fu
2026-03-04Revert "Repair serious breakage in the batch tests."Michael Albinus
2026-03-04Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton
2026-03-03Revert "Rename 'any' to 'member-if' and deprecate 'cl-member-if'"Mattias Engdegård
2026-03-03Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton
2026-03-01Add Rust panic message pattern (bug#80403)Jacek Świerk
2026-02-26Fix `diary-rrule' recurrence rule calculation (Bug#80460)Richard Lawrence
2026-02-26; Fix esh-proc-tests on MS-WindowsEli Zaretskii
2026-02-25Repair serious breakage in the batch tests.Eric S. Raymond
2026-02-25New function multiple-command-partition-argumentsSean Whitton
2026-02-24Fix eglot-tests on MacOS (bug#80479)Mattias Engdegård
2026-02-24Compare circular lists in 'equal' without error (bug#80456)Mattias Engdegård
2026-02-23Fix VC Git error when patch matches staged changesPaul Nelson
2026-02-23Add SHA-3 support to secure-hashCollin Funk
2026-02-22Improve m4-mode font lockBasil L. Contovounesios
2026-02-22Support displaying more months in the calendarLiu Hui
2026-02-21Preserve the original order of Eshell aliases when loadingJim Porter
2026-02-21Sort Eshell aliases when adding new onesArto Jantunen
2026-02-21Make Rmail summary address display customizablePaul Nelson
2026-02-21Use a custom Pdb class in the Python shellLiu Hui
2026-02-18elisp-scope.el: Add variable value specificationsEshel Yaron
2026-02-15Fix failing iCalendar tests when TZ=UTCRichard Lawrence
2026-02-14Prefer value< with new 'sort' in json.elBasil L. Contovounesios
2026-02-14Escape attribute values and string DOMs when inserting themVisuwesh
2026-02-13Rewrite flex completion with Gotoh algorithmJoão Távora
2026-02-13Fix new eglot test failure due to project cacheDmitry Gutov
2026-02-12Tramp signals 'remote-file-error' consequentlyMichael Albinus
2026-02-11; * test/lisp/net/dbus-tests.el: Remove obsolete function declarations.Michael Albinus
2026-02-11; * test/lisp/net/dbus-tests.el: no warnings for non-dbus configsMattias Engdegård
2026-02-08Merge branch 'main' into icalendarStefan Monnier
2026-02-07; Minor changes to 'truncate-string-pixelwise' (bug#80244)Stéphane Marks
2026-02-07Support D-Bus file descriptor manipulationMichael Albinus
2026-02-05; * test/lisp/vc/ediff-mult-tests.el: use ert-with-temp-directoryMattias Engdegård
2026-02-05Fix aligning buffer regions containing multiple alignment sectionsJohn Wiegley
2026-02-04ediff-mult-tests.el: remove temporary directory after testMattias Engdegård
2026-02-04Make vc-git-tests work with git < 2.46Mattias Engdegård
2026-01-31New function 'truncate-string-pixelwise' (bug#80244)Stéphane Marks
2026-01-30Factor out vc-git--branch-remotesSean Whitton
2026-01-29; Fix package-vc-tests for older versions of GitEli Zaretskii
2026-01-28Create package-vc-tests repositories once per tests run (bug#80235)Przemysław Kryger
2026-01-28New Tramp testMichael Albinus
2026-01-27; Instrument filenotify testMichael Albinus
2026-01-27Ensure skipped package-vc-tests are not installed (bug#80235)Przemysław Kryger
2026-01-26Neater pcase predicate transformMattias Engdegård
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler
2026-01-24; calendar-bahai: Move tests and convert to ERTJacob S. Gordon
2026-01-24; Tramp code cleanupMichael Albinus
2026-01-22; * test/lisp/net/dbus-tests.el: Fix typos.Michael Albinus
2026-01-21Add JSON path utility command to json-ts-modeBinbin Ye