aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | cperl-mode.el: Support subroutine signaturesHarald Jörg2023-06-303-3/+190
* | * lisp/misc.el (duplicate-line-final-position): New defcustom (bug#64185).Juri Linkov2023-06-291-0/+14
* | Adapt Tramp's kubernetes integrationMichael Albinus2023-06-281-4/+2
* | cl-macs-tests.el (cl-&key-arguments): Fix regressionStefan Monnier2023-06-271-2/+4
* | Revert "Allow erc-reuse-frames to favor connections"F. Jason Park2023-06-251-303/+0
* | Fix Python indentation of continuation lines within parenskobarity2023-06-241-12/+77
* | cl-defsubst: Use static scoping for argsStefan Monnier2023-06-231-1/+11
* | cl-defun/cl-struct: Use static scoping for function argsStefan Monnier2023-06-231-1/+9
* | Add Tramp option showing ad-hoc multi-hopsMichael Albinus2023-06-211-424/+566
* | Don't compile (+ X 0) as (* X 1)Mattias Engdegård2023-06-211-0/+4
* | Prefix syntax for ,@ in elisp-mode (bug#44418)Mattias Engdegård2023-06-211-0/+1
* | Straighten regexp postfix operator after zero-width assertion parseMattias Engdegård2023-06-211-0/+66
* | ; Improve 'rx' form from edb0862f5e69Jim Porter2023-06-191-1/+1
* | Adapt Tramp specific tests in eglot-tests.elMichael Albinus2023-06-191-2/+3
* | ; Fix test failure from 2f181d60323 (new 'pp' implementation)Jim Porter2023-06-181-2/+8
* | pp-fill: Fix tests breakageStefan Monnier2023-06-172-3/+7
* | Fix more shy group regexpsBasil L. Contovounesios2023-06-171-0/+17
* | ; * src/treesit.c (treesit_query_string_string): fix last changeMattias Engdegård2023-06-171-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-06-172-4/+15
|\ \ | |/
| * Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-2/+2
| * Add test for when 'completion-auto-help' is 'visible'Morgan Smith2023-06-101-2/+13
* | Correct conversion of strings to tree-sitter query syntaxMattias Engdegård2023-06-161-1/+6
* | eshell-next-prompt: More precisely navigate to the prompt (bug#63748)Tony Zorman2023-06-151-4/+27
* | Revert "Add hook to regain nickname in ERC"F. Jason Park2023-06-113-152/+0
* | Don't insert prompt input before markers in ERCF. Jason Park2023-06-114-49/+39
* | Cement ordering of essential hook members in ERCF. Jason Park2023-06-111-34/+63
* | Measure stamps pixel-wise with erc-fill-wrapF. Jason Park2023-06-118-9/+11
* | Adapt emba integrationMichael Albinus2023-06-112-5/+5
* | Fix tramp-sshfsMichael Albinus2023-06-111-6/+7
* | Merge from origin/emacs-29Eli Zaretskii2023-06-106-6/+6
|\ \ | |/
| * ; Update my mail addressAndrea Corallo2023-06-085-5/+5
| * * test/infra/Dockerfile.emba (emacs-base): Don't install gawk.Michael Albinus2023-06-031-1/+1
* | Improve tree-sitter tests on embaMichael Albinus2023-06-053-2/+23
* | Adapt emba integrationMichael Albinus2023-06-052-13/+6
* | Adapt emba integrationMichael Albinus2023-06-032-3/+10
* | Merge from origin/emacs-29Eli Zaretskii2023-06-032-145/+1
|\ \ | |/
| * * test/infra/Dockerfile.emba (emacs-base): Install also gawk.Michael Albinus2023-06-031-1/+1
| * Revert "Enhance Python font-lock to support multilines"kobarity2023-06-031-144/+0
* | Adapt emba integrationMichael Albinus2023-06-034-15/+27
* | Fix use-package :vc keyword when byte-compiledSteven Allen2023-06-031-0/+11
* | Fix tree-sitter tests on embaMichael Albinus2023-06-023-24/+12
* | Adapt tree-sitter tests on embaMichael Albinus2023-06-012-3/+3
* | ; * test/infra/gitlab-ci.yml (variables): Enable CI_DEBUG_TRACE.Michael Albinus2023-06-011-1/+1
* | ; * test/src/comp-tests.el (non-locals): Repair botched test.Mattias Engdegård2023-05-311-1/+2
* | Improve tree-sitter tests on embaMichael Albinus2023-05-314-61/+80
* | * test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo.Mattias Engdegård2023-05-301-1/+1
* | Avoid using rx `any` for `not-newline`Mattias Engdegård2023-05-301-1/+1
* | Clean up defcustom type quote checkMattias Engdegård2023-05-301-4/+4
* | * test/infra/gitlab-ci.yml (test-tree-sitter): Fix file list.Michael Albinus2023-05-301-1/+1
* | Preserve prompt in erc-cmd-CLEARF. Jason Park2023-05-291-0/+207