summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-03-01Merge branch 'feature/type-hierarchy' into 'master'Andrea Corallo
2024-02-29Add tabulated-list-groups and Buffer-menu-group-by (bug#69305)Juri Linkov
2024-02-28Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo
2024-02-28Fix Python shell completion test failuresLiu Hui
2024-02-26Make tree-sitter tests work installed in .emacs.d/tree-sitterMattias Engdegård
2024-02-26(edebug-tests-trivial-comma): Avoid interaction (bug#69406)Stefan Monnier
2024-02-24Merge from origin/emacs-29Eli Zaretskii
2024-02-23Make erc-cmd-AMSG session local; add /GMSG, /AME and /GMEEmanuel Berg
2024-02-23Replace use of obsolete eshell-kill-output in testMattias Engdegård
2024-02-23Add a proper type for obarraysMattias Engdegård
2024-02-23Add obarray-clear and use itMattias Engdegård
2024-02-23Use obarray-make instead of make-vector to create obarraysMattias Engdegård
2024-02-21; Fix mid-symbol updating/cycling completion previewEshel Yaron
2024-02-21; Update URL of the tree-sitter-lua grammarjohn muhl
2024-02-21Set tty mode to raw when setting up Inferior Pythonkobarity
2024-02-20Add Tramp methods dockercp and podmancpMichael Albinus
2024-02-19* test/src/eval-tests.el (eval-tests/default-value): Add new test case.Ihor Radchenko
2024-02-17java-ts-mode: Indentation for opening brace on a separate lineDmitry Gutov
2024-02-17Support shebang lines with amended environmentKévin Le Gouguec
2024-02-17Support more complex env invocations in shebang linesKévin Le Gouguec
2024-02-17Refine shebang tests (bug#64939)Kévin Le Gouguec
2024-02-16Use modern fallback for channel name detection in ERCF. Jason Park
2024-02-16Normalize ISUPPORT params with empty values in ERCF. Jason Park
2024-02-16Make erc-fill-wrap depend on scrolltobottomF. Jason Park
2024-02-16; Load erc-compat before ert-x in ERC testsF. Jason Park
2024-02-15Update some native comp testsAndrea Corallo
2024-02-13; Compute the list of symbols for 'eshell-eval-using-options' onceJim Porter
2024-02-13Add docstring for Tramp test macrosMichael Albinus
2024-02-12Make minibuf-tests independent of obarray hash orderMattias Engdegård
2024-02-11(cl--generic-describe): Fix regression introduced by fix to bug#54628Stefan Monnier
2024-02-11Rename a number of native compiler functionsAndrea Corallo
2024-02-11In Info-url-alist, add .html extension to %e format-sequenceMekeor Melire
2024-02-10; Fix 'thing-at-point' edge case involving overlapping matchesEshel Yaron
2024-02-10Merge from origin/emacs-29Eli Zaretskii
2024-02-08Respect the delimiter of completer in Python shell completionLiu Hui
2024-02-08; Ensure 'thing-at-point-looking-at' finds full matchEshel Yaron
2024-02-07(file-notify--test-wait-event): Rename from `file-notify--test-read-event`Stefan Monnier
2024-02-07Prefer \` and \' when matching the beg/end of stringStefan Monnier
2024-02-07* test/lisp/minibuffer-tests.el (completion-test--pcm-bug38458): New testStefan Monnier
2024-02-07Use `defvar` for variables that are not constantStefan Monnier
2024-02-07Use slot names rather than their :initargsStefan Monnier
2024-02-05Grudgingly accept function values in the function positionMattias Engdegård
2024-02-04* doc/lispref/parsing.texi (Retrieving Nodes): Improve documentation.Juri Linkov
2024-02-04; Fix my last commitStefan Kangas
2024-02-04Prefer setq-local in more placesStefan Kangas
2024-02-02Reassociate erc-networks--id for orphaned queriesF. Jason Park
2024-02-02Fix local variable persistence in erc-stampF. Jason Park
2024-01-31; hierarchy-tests.el: keep doc string within 80 columnsMattias Engdegård
2024-01-31Allow equal user-defined hash table tests with different namesMattias Engdegård
2024-01-30; Spelling fixesPaul Eggert