aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-06-031-144/+0
|\
| * Revert "Enhance Python font-lock to support multilines"kobarity2023-06-031-144/+0
* | Fix use-package :vc keyword when byte-compiledSteven Allen2023-06-031-0/+11
* | * 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
* | Preserve prompt in erc-cmd-CLEARF. Jason Park2023-05-291-0/+207
* | Recompute erc-prompt when inserting messagesF. Jason Park2023-05-291-0/+99
* | Fix unstable proced testLaurence Warne2023-05-281-2/+5
* | Minor Tramp fixesMichael Albinus2023-05-271-5/+5
* | package-tests.el: Add test for last changeStefan Monnier2023-05-261-3/+8
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-0/+16
|\ \ | |/
| * Fix python-info-docstring-pkobarity2023-05-261-0/+16
* | ; eieio-test-persist.el: namespace hygieneMattias Engdegård2023-05-251-3/+3
* | Attempt to speed up filenotify-testsMattias Engdegård2023-05-221-6/+8
* | Mark failing filenotify test as :unstableMichael Albinus2023-05-221-1/+1
* | ; Silence byte compiler in erc-netsplit-JOINF. Jason Park2023-05-211-1/+1
* | Improve handling of ANSI control sequences in TrampMichael Albinus2023-05-201-34/+33
* | Improved copy-tree documentation and test (bug#63509)Mattias Engdegård2023-05-191-29/+48
* | Make 'copy-tree' work with recordsJoseph Turner2023-05-191-0/+31
* | Mark proced-refine-with-update-test :unstable (bug#63550)Mattias Engdegård2023-05-171-0/+1
* | Add :vc keyword to use-package for VC package supportTony Zorman2023-05-161-0/+54
* | Tweak tramp-test45-asynchronous-requestsMichael Albinus2023-05-161-0/+12
* | Fix some minor Tramp problemsMichael Albinus2023-05-151-2/+11
* | Optionally add spacing between ERC messagesF. Jason Park2023-05-132-3/+22
* | Add helper for restoring local session vars in ERCF. Jason Park2023-05-132-13/+19
* | Don't mutate constants in testsMattias Engdegård2023-05-136-15/+17
* | Use `mutate-constant` as warning identifierMattias Engdegård2023-05-131-5/+5
* | Byte-compiler warning about mutation of constant valuesMattias Engdegård2023-05-131-0/+30
* | Fix files-tests broken by a recent changeEli Zaretskii2023-05-121-1/+1
* | Add safe-local-variable-directories variable.Antero Mejr2023-05-111-0/+21
* | Clean up files created by arc-mode-testsMattias Engdegård2023-05-101-13/+25
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsDmitry Gutov2023-05-0613-178/+1289
|\ \
| * | Revise FORM-as-function interface in erc-button-alistF. Jason Park2023-05-051-0/+106
| * | Preprocess prompt input linewise in ERCF. Jason Park2023-05-051-5/+96
| * | Redo line splitting for outgoing messages in ERCF. Jason Park2023-05-056-4/+400
| * | Don't send multiline commands as messages in ERCF. Jason Park2023-05-051-4/+12
| * | Restore module var toggles in ERC's Custom buffersF. Jason Park2023-05-051-5/+2
| * | Simplify erc-button movement commandsF. Jason Park2023-05-053-61/+179
| * | Ignore erc-reconnect-display after a timeoutF. Jason Park2023-05-051-45/+122
| * | Extend erc-interactive-display to cover /JOINsF. Jason Park2023-05-052-6/+44
| * | Move ERC's buffer-display tests to separate fileF. Jason Park2023-05-054-93/+126
| * | Revive option erc-query-on-unjoined-chan-privmsgF. Jason Park2023-05-052-0/+247
* | | Merge from origin/emacs-29Dmitry Gutov2023-05-061-1/+1
|\ \ \ | |/ / |/| / | |/
| * Use 'calendar-buffer' instead of fixed stringThuna2023-05-021-1/+1
* | Make old-struct test more robustMattias Engdegård2023-05-051-2/+2
* | Suspend timers when reading Tramp process outputMichael Albinus2023-05-041-21/+18
* | Tramp code cleanupMichael Albinus2023-05-031-1/+2
* | Use connection-aware functions when getting the UID/GID in EshellJim Porter2023-05-022-11/+17
* | Compare case-folded nicks with erc-fill-wrap-mergeF. Jason Park2023-04-303-5/+10