summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Display librsvg error when loading bad SVGStefan Kangas2022-09-091-0/+11
* ; Fix a race condition in an Eshell testJim Porter2022-09-081-2/+4
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-0814-23/+24
* Make call of remote `id' more performant in TrampMichael Albinus2022-09-081-1/+3
* Move some tests to test/manual/image-tests.elStefan Kangas2022-09-082-224/+256
* Improve image-tests.el CommentaryStefan Kangas2022-09-071-2/+5
* Add tests for opening different image formatsStefan Kangas2022-09-061-2/+35
* Fix interactive image.c testsStefan Kangas2022-09-061-4/+6
* Apply syntax highlighting for all python f-stringsLaurence Warne2022-09-061-4/+8
* Use secondary groups when checking permissions in Tramp (Bug#57044)Michael Albinus2022-09-062-7/+7
* cl-symbol-macrolet: Fix recent regressionStefan Monnier2022-09-062-4/+8
* Disable failing cl-lib-symbol-macrolet-hide test for nowLars Ingebrigtsen2022-09-061-0/+3
* Let external Eshell processes send stdout and stderr to different placesJim Porter2022-09-041-0/+30
* Put Eshell's bookkeeping data for external processes on the process objectJim Porter2022-09-041-12/+83
* Add support for more kinds of redirect operators in EshellJim Porter2022-09-041-0/+72
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-044-19/+249
* Add basic test coverage for overlay modification hooksMatt Armstrong2022-09-041-0/+193
* Mark some filenotify tests unstable on EMBALars Ingebrigtsen2022-09-041-2/+6
* Fix rx forms in TrampMichael Albinus2022-09-042-9/+9
* Add new function `seq-positions'Damien Cassou2022-09-041-0/+7
* Add new function `seq-remove-at-position'Damien Cassou2022-09-041-0/+8
* gv.el and cl-macs.el: Fix bug#57397Stefan Monnier2022-09-031-1/+14
* Split image-dired.el into several files (part 1/2)Stefan Kangas2022-09-031-0/+0
* Add tests for ‘mailcap-add-mailcap-entry’Felix Dietrich2022-09-021-0/+405
* Don't fail Eshell ERT tests when an internal signal gets raisedJim Porter2022-08-311-7/+13
* Accept bignum arguments in `take` and `ntake`Mattias Engdegård2022-08-301-1/+9
* Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-291-4/+0
* Fix data for files-tests-bug-21454 on CygwinKen Brown2022-08-281-14/+33
* Use `rx' in Tramp where possibleMichael Albinus2022-08-262-144/+159
* Pacify obsolete gv warnings in xt-mouse-tests.elBasil L. Contovounesios2022-08-261-22/+28
* Fix instrumented eval-defun not printing "Edebug:" to the echo areaDaniel Martín2022-08-251-0/+10
* Add hideshow-test.el file (bug#56635)Lars Ingebrigtsen2022-08-251-0/+268
* Add Python blocks support for hideshowkobarity2022-08-251-1/+196
* Minor fixes in tramp-tests.elMichael Albinus2022-08-251-26/+41
* Fix handling of UNCs in 'parse-colon-pathEli Zaretskii2022-08-241-3/+7
* Disable a lisp-mode test that now failsLars Ingebrigtsen2022-08-231-10/+12
* Adjust autorevert tests to recent changeLars Ingebrigtsen2022-08-211-1/+1
* Mark another esh-proc test as unstableStefan Kangas2022-08-211-0/+2
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-2121-104/+88
* Mark esh-proc test as unstableLars Ingebrigtsen2022-08-211-0/+2
* Make conf-javaprop-mode only claim that # lines are commentsLars Ingebrigtsen2022-08-201-4/+1
* Fix return value of help--key-description-fontifiedStefan Kangas2022-08-191-6/+12
* python.el: Adjustments to Flymake backendAugusto Stoffel2022-08-191-0/+34
* Fix Python indentation of block continuationkobarity2022-08-181-0/+19
* Move dired-guess commands from dired-x to diredStefan Kangas2022-08-172-13/+13
* Enhance Python font-lock to support multilineskobarity2022-08-171-0/+113
* Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen2022-08-171-196/+1
* Add Python blocks support for hideshowkobarity2022-08-171-1/+196
* ; Normalize my emailStefan Kangas2022-08-161-1/+1
* Fix non-interactive use of conditionals in EshellJim Porter2022-08-151-64/+55