summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-01-29* Better type comparison in comp testsAndrea Corallo
2024-01-29Fix 'calc-math-read-preprocess-string' test (bug#66944).Daniel Brooks
2024-01-29; Spelling fixesPaul Eggert
2024-01-29Don't open a new line for long defuns being inserted at column 0Po Lu
2024-01-29; * test/lisp/vc/log-edit-tests.el: Pacify compiler warnings.Po Lu
2024-01-29Prevent filling from mangling ChangeLog defun listsPo Lu
2024-01-28In Eshell, don't expand quoted tildes into a user's home directoryJim Porter
2024-01-28In Eshell, allow an escaped newline at the end of a commandJim Porter
2024-01-28; Fix typosStefan Kangas
2024-01-28; New log-edit testsPo Lu
2024-01-27Support setting umask symbolically in EshellJim Porter
2024-01-27Fix command replacement with the Eshell builtin versions of "sudo" and "doas"Jim Porter
2024-01-27Calc parses fractions written using U+2044 FRACTION SLASHDaniel Brooks
2024-01-27Merge from origin/emacs-29Eli Zaretskii
2024-01-27Add option Info-url-alistMekeor Melire
2024-01-27Fix syntax highlighting after string literal concat in python-modeJakub Ječmínek
2024-01-26; Add docstring to testJim Porter
2024-01-26; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter
2024-01-26Fix detection of directly-invokable commands in EshellJim Porter
2024-01-25Add support for running commands via Eshell's "env" commandJim Porter
2024-01-25Improve handling of local variable settings in EshellJim Porter
2024-01-25* lisp/simple.el (next-line-completion): Better handing of group lines.Juri Linkov
2024-01-25* Make comp tests robust against sxhash-equal internal changesAndrea Corallo
2024-01-25Fix next-line-completion for multi-line completionsSpencer Baugh
2024-01-24Actually derive channel membership from PREFIX in ERCF. Jason Park
2024-01-22Revert "* Update a comp test (bug#68523)"Andrea Corallo
2024-01-20typescript-ts-mode: Skip test if tsx grammar missingMatthew Smith
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-20Merge branch 'mwheel-no-alts'Stefan Monnier
2024-01-20* lisp/keymap.el (define-keymap): Demote "duplicate def" to a warningStefan Monnier
2024-01-20Merge from origin/emacs-29Eli Zaretskii
2024-01-20Sync with Tramp 2.6.3-pre (don't merge with master)Michael Albinus
2024-01-20; Use HTML entities for reserved characters in 'dom-print'Eshel Yaron
2024-01-18Redo doc strings for ERC's entry point commandsF. Jason Park
2024-01-18Add test for erc-extract-command-from-lineF. Jason Park
2024-01-18* test/lisp/emacs-lisp/comp-cstr-tests.el: Use macros in a simpler wayStefan Monnier
2024-01-17; Fix test failures from the fix for bug#67661Jim Porter
2024-01-17* Update a comp test (bug#68523)Andrea Corallo
2024-01-14Fix recent ses-tests mistakes (bug#5852)Mattias Engdegård
2024-01-14Use forward-line instead of next-line in noninteractive testMattias Engdegård
2024-01-13* src/print.c (print_object): Don't print empty hash-table dataMattias Engdegård
2024-01-13Fix info-xref-testsEli Zaretskii
2024-01-13Fix 'what-page'Lars Brinkhoff
2024-01-13Fix 'python-info-docstring-p' bug in the 2nd line of a bufferkobarity
2024-01-11sh-script.el: Add support for `case FOO {...}` (bug#55764)Stefan Monnier
2024-01-11Support indented continuation lines in lua-ts-modejohn muhl
2024-01-11Fix man-tests.elEli Zaretskii
2024-01-11Adapt test names in auth-source-tests.elMichael Albinus
2024-01-11Support numeric port numbers in auth-source-macos-keychainMichael Albinus
2024-01-10; Fix overridden erc--input-split slot definitionF. Jason Park