index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
perl-mode: Fix regexps for fontification
Harald Jörg
2021-03-24
1
-0
/
+19
*
* test/lisp/progmodes/cperl-mode-tests.el: Silence warnings
Stefan Monnier
2021-03-18
1
-3
/
+6
*
cperl-mode: Don't interpret y_ as start of y// function.
Harald Jörg
2021-03-18
1
-0
/
+26
*
Speed up xref rendering for matches on very long lines
Dmitry Gutov
2021-03-08
3
-4
/
+14
*
Xref test improvements
Dmitry Gutov
2021-03-08
1
-12
/
+21
*
; * test/lisp/progmodes/f90-tests.el: Remove stale comment.
Stefan Kangas
2021-02-26
1
-3
/
+0
*
Make unused `Buffer-menu-sort' alias obsolete
Lars Ingebrigtsen
2021-02-17
1
-8
/
+11
*
cperl-mode: Improve detection of index entries for imenu
Harald Jörg
2021-02-17
2
-0
/
+253
*
Fix tcl-mode indentation of namespaced code
Anticrisis
2021-02-08
1
-1
/
+0
*
ruby-syntax-propertize: Fix certain cases following ::
Dmitry Gutov
2021-02-02
1
-1
/
+1
*
Fix fill-paragraph in asm-mode
Mattias M
2021-01-28
1
-0
/
+10
*
Fontify special forms and macros the same
Lars Ingebrigtsen
2021-01-25
1
-1
/
+0
*
Fix macro fontification in `condition-case' handler bodies
Lars Ingebrigtsen
2021-01-24
1
-1
/
+0
*
Tweak `condition-case' keyword highlights
Lars Ingebrigtsen
2021-01-24
1
-1
/
+8
*
Add some elisp-mode font lock tests
Lars Ingebrigtsen
2021-01-24
1
-0
/
+51
*
Fix two tests
Eli Zaretskii
2021-01-16
1
-1
/
+13
*
Add a failing test for bug#44834
Anticrisis
2021-01-11
1
-2
/
+12
*
Fix some failing tests in BSD systems
Daniel Martín
2021-01-06
1
-14
/
+24
*
perl-mode: Display here-docs as strings instead of comments
Harald Jörg
2021-01-05
2
-0
/
+175
*
ruby-add-log-current-method: Support methods with symbolic names
Dmitry Gutov
2021-01-04
1
-1
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
24
-24
/
+24
*
ruby-mode: Recognize setter symbols
Dmitry Gutov
2020-12-31
1
-0
/
+8
*
Add 'project-relative' as value for 'xref-file-name-display'
Dmitry Gutov
2020-12-30
1
-0
/
+31
*
Minor refactoring of xref-tests
Tobias Rittweiler
2020-12-30
1
-16
/
+22
*
Generic-ify xref-location-column
Dmitry Gutov
2020-12-21
1
-3
/
+3
*
CPerl-mode: don't treat <<>> as starting a here-doc
Harald Jörg
2020-12-16
1
-0
/
+8
*
Make the 'cucumber' compilation pattern work without 'omake'
Mattias Engdegård
2020-11-27
1
-0
/
+2
*
perl-mode and cperl-mode: Recognize regex after "return"
Harald Jörg
2020-11-17
2
-0
/
+31
*
Cleanup of the test file for cperl-mode
Harald Jörg
2020-11-11
1
-182
/
+152
*
cperl-mode: Indentation of ')' follows customisation
Harald Jörg
2020-11-09
3
-0
/
+73
*
Fix javac message parsing column number off-by-one
Mattias Engdegård
2020-11-06
1
-2
/
+2
*
Update gdb-mi-tests
Mattias Engdegård
2020-11-06
1
-2
/
+4
*
; Silence byte-compiler warnings in tests
Stefan Kangas
2020-11-05
1
-1
/
+1
*
cperl-mode: Fix indentation for Emacs 26
Harald Jörg
2020-11-03
2
-0
/
+48
*
cperl-mode: Skip a test for older Emacsen (preparing for ELPA)
Harald Jörg
2020-11-03
1
-0
/
+4
*
Parse GDB/MI results directly instead of going via JSON (bug#44173)
Mattias Engdegård
2020-10-31
1
-0
/
+44
*
* lisp/simple.el (blink-matching-open): Fix bug#37127
Stefan Monnier
2020-10-30
1
-16
/
+23
*
Revert "Adjust python tests after fix for bug#39398"
Lars Ingebrigtsen
2020-10-30
1
-3
/
+3
*
Suppress a misleading message when closing a paren in a regex
Harald Jörg
2020-10-30
1
-0
/
+29
*
cperl-mode: Make timeout test more robust
Harald Jörg
2020-10-29
1
-1
/
+3
*
Adjust python tests after fix for bug#39398
Lars Ingebrigtsen
2020-10-28
1
-3
/
+3
*
Revert commit 1f44a776729adf9c6468a76f8310616fde62eeaa for XRef.
Philipp Stephani
2020-10-25
1
-2
/
+4
*
Revert commit 1f44a776729adf9c6468a76f8310616fde62eeaa for Flymake.
Philipp Stephani
2020-10-25
1
-2
/
+9
*
; Prefer https to http in more URLs
Stefan Kangas
2020-10-24
2
-2
/
+2
*
Move some test data to follow our conventions
Stefan Kangas
2020-10-23
3
-4
/
+7
*
Add tests for perl-mode.el
Stefan Kangas
2020-10-22
1
-0
/
+33
*
Keep track of matching rules in compilation-mode
Mattias Engdegård
2020-10-19
1
-202
/
+251
*
cperl-mode: Delete a misleading comment, add tests for verification
Harald Jörg
2020-10-19
2
-0
/
+42
*
Strengthen js-mode indentation tests
Mattias Engdegård
2020-10-18
1
-0
/
+13
*
Convert manual js indent tests to unit tests
Stefan Kangas
2020-10-18
14
-0
/
+768
[next]