summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-04-09; Backport: Eglot: fix misplaced parenthesis in last commit to eglot-tests.elJoão Távora
2023-04-09Backport: Eglot: no more tests based on Pylsp (bug#62694)João Távora
2023-04-09; * test/src/fns-tests.el: Strengthen tests of `nreverse`.Mattias Engdegård
2023-04-08Allow erc-reuse-frames to favor connectionsF. Jason Park
2023-04-08Make auth-source erc-services tests more readableF. Jason Park
2023-04-08Add erc-button helper for substituting command keysF. Jason Park
2023-04-08Add erc-fill style based on visual-line-modeF. Jason Park
2023-04-08Put display properties to better use in erc-stampF. Jason Park
2023-04-08Expose insertion time as text prop in erc-stampF. Jason Park
2023-04-08Refactor marker initialization in erc-openF. Jason Park
2023-04-08Preserve ERC prompt and its bounding markersF. Jason Park
2023-04-08Add option to show visual erc-keep-place indicatorF. Jason Park
2023-04-08Optionally prompt for more ERC entry-point paramsF. Jason Park
2023-04-08Add display option for interactive ERC invocationsF. Jason Park
2023-04-08Be smarter about switching to TLS from M-x ercF. Jason Park
2023-04-08Ignore killed buffers when switching in erc-trackF. Jason Park
2023-04-08Fill doc strings for ERC modulesF. Jason Park
2023-04-08Warn when customizing minor-mode vars for ERC modulesF. Jason Park
2023-04-08Don't associate ERC modules with undefined groupsF. Jason Park
2023-04-08Convert ERC's Imenu integration into proper moduleF. Jason Park
2023-04-08Add missing colors to erc-irccontrols-modeF. Jason Park
2023-04-08Modify erc-mode-map in module definitionsF. Jason Park
2023-04-08Leverage loaddefs for migrating ERC modulesF. Jason Park
2023-04-08Honor arbitrary CHANTYPES in ERCF. Jason Park
2023-04-08Add hook to regain nickname in ERCF. Jason Park
2023-04-08Add probing erc-server-reconnect-function variantF. Jason Park
2023-04-08Add MOTD command to ERCF. Jason Park
2023-04-08Split overlong outgoing messages in erc-saslF. Jason Park
2023-04-08Fix DCC GET flag parsing in erc-dccDaniel Pettersson
2023-04-08Consolidate existing warnings about unused return valuesMattias Engdegård
2023-04-07; Eglot: fix misplaced parenthesis in last commit to eglot-tests.elJoão Távora
2023-04-07; * test/src/comp-tests.el (61917-1): Underscore unused parameter.Mattias Engdegård
2023-04-07Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård
2023-04-07* test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.Michael Albinus
2023-04-07Eglot: no more tests based on Pylsp (bug#62694)João Távora
2023-04-06Merge from origin/emacs-29Eli Zaretskii
2023-04-06Describe how to run Emba tests locallyMichael Albinus
2023-04-05Comp: Fix limplification pass (bug#62537)Andrea Corallo
2023-04-04Improve list indentation for elixir-ts-modeWilhelm H Kirschbaum
2023-04-04Adapt EMBA scripts.Michael Albinus
2023-04-04Comment out GNUSTEP jobs on EMBA (again)Michael Albinus
2023-04-03; Fix last changeMichael Albinus
2023-04-03Fix some `unwind-protect' formsMichael Albinus
2023-04-03Merge from origin/emacs-29João Távora
2023-04-02Fix using background commands in 'eshell-command'Jim Porter
2023-04-02src/eval.c: Fix bug#62419Stefan Monnier
2023-04-02; Add tests for synchronous processes in EshellJim Porter
2023-04-01Avoid shadowing variables in some Eshell command formsJim Porter
2023-04-01; Make sure 'eshell-command' tests don't prompt the userJim Porter
2023-04-01; Fix last changeEli Zaretskii