aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/perl-mode.el (perl-calculate-indent): Indent qw(...)Stefan Monnier2019-11-151-9/+22
* CC Mode: Fix two bugs in the "state cache".Alan Mackenzie2019-11-141-19/+42
* Fix a few more minor quoting problems.Paul Eggert2019-11-111-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-119-37/+37
* Verilog-Mode collected updates.Wilson Snyder2019-11-111-15/+44
* * lisp/progmodes/cc-vars.el (c-mark-wrong-style-of-comment):Glenn Morris2019-11-091-1/+1
* Widen around c-font-lock-fontify-region. This fixes bug #38049.Alan Mackenzie2019-11-091-38/+40
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-094-1/+85
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-082-3/+3
* python.el: Pdbtracking improvementsAndrii Kolomoiets2019-11-071-25/+135
* Add a full set of CC Mode language variables to js.el.Alan Mackenzie2019-11-061-8/+21
* Allow flymake diagnostic types to have shorter namesJoão Távora2019-11-021-1/+6
* Avoid face clashes between Flymake and region highlightingJoão Távora2019-11-021-1/+3
* Clarify consequences of mismatching Flymake diagnostic buffersJoão Távora2019-11-021-1/+4
* CC Mode. Fix slow scrolling by adding a search limit.Alan Mackenzie2019-11-021-1/+1
* Make ant regexp in compilation-error-regexp-alist-alist more laxFilipp Gunbin2019-11-011-2/+5
* Further tweaks to sh-script \ #foo font lockingLars Ingebrigtsen2019-10-311-2/+4
* Send -enable-frame-filters to gdbTom Tromey2019-10-301-0/+1
* Fix previous sh-script.el font-lock #comment changeLars Ingebrigtsen2019-10-301-1/+1
* font-lock \ #foo in shell mode more correctlyLars Ingebrigtsen2019-10-301-1/+1
* Fix "dnl" highlights in m4-modeLars Ingebrigtsen2019-10-301-1/+1
* Add gradle-kotlin to compilation-error-regexp-alist-alistFilipp Gunbin2019-10-291-0/+10
* Use new-style rx extensions in python.elMattias Engdegård2019-10-281-68/+59
* Remove obsolete doc references to XEmacs (Bug#37899)Stefan Kangas2019-10-281-10/+3
* CC Mode: Fix positioning of point whilst inserting comments without non-wsAlan Mackenzie2019-10-251-9/+18
* Avoid extra lines in python-shell font lock buffer (Bug#33959)memeplex2019-10-221-12/+13
* Avoid false indications from Flymake in .dir-locals.el filesEli Zaretskii2019-10-211-2/+14
* Remove XEmacs compat code from meta-mode.elStefan Kangas2019-10-201-9/+3
* Optimize c-crosses-statement-barrier-p for large blocks of comment.Alan Mackenzie2019-10-201-1/+5
* In xref-location-marker, handle deleted file or outdated xref location nicelyStephen Leake2019-10-201-2/+7
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-204-10/+10
* Remove some compat code from cperl-mode.elLars Ingebrigtsen2019-10-191-88/+24
* Remove XEmacs compat code from tcl.elStefan Kangas2019-10-171-18/+3
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-173-4/+5
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-172-2/+2
* Expand <<- heredocs in shLars Ingebrigtsen2019-10-161-2/+4
* Tweak heredoc expansion in shell-script-modeLars Ingebrigtsen2019-10-161-20/+22
* Fix python-shell font-lock cleanup for unclosed quotes (Bug#32390)Carlos Pita2019-10-141-8/+6
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-2/+1
* Fix hitting RET on some text in compilation-modeLars Ingebrigtsen2019-10-131-3/+9
* In compilation-tear-down-arrow-spec-in-margin, test compilation-arrow-overlayAlan Mackenzie2019-10-131-4/+5
* TCL indentation fix outside functionsRolf Ade2019-10-131-3/+8
* Use quit-window in some functionsAndreas Politz2019-10-132-4/+4
* Fix compilation-transform-file-match-alist failureLars Ingebrigtsen2019-10-121-12/+13
* ; Improve a doc string in etags.elEli Zaretskii2019-10-121-4/+9
* CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie2019-10-127-36/+37
* ; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.Eli Zaretskii2019-10-121-3/+3
* Minor grep.el doc string clarificationsLars Ingebrigtsen2019-10-111-20/+43
* Make << shell heredoc expansion less enthusiasticLars Ingebrigtsen2019-10-111-1/+1
* C++ Mode: Correctly handle <:, <::, <::>, etc, according to the C++ standardAlan Mackenzie2019-10-112-4/+32