| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lisp/progmodes/perl-mode.el (perl-calculate-indent): Indent qw(...) | Stefan Monnier | 2019-11-15 | 1 | -9/+22 |
| * | CC Mode: Fix two bugs in the "state cache". | Alan Mackenzie | 2019-11-14 | 1 | -19/+42 |
| * | Fix a few more minor quoting problems. | Paul Eggert | 2019-11-11 | 1 | -1/+1 |
| * | Fix some quoting glitches in doc strings | Paul Eggert | 2019-11-11 | 9 | -37/+37 |
| * | Verilog-Mode collected updates. | Wilson Snyder | 2019-11-11 | 1 | -15/+44 |
| * | * lisp/progmodes/cc-vars.el (c-mark-wrong-style-of-comment): | Glenn Morris | 2019-11-09 | 1 | -1/+1 |
| * | Widen around c-font-lock-fontify-region. This fixes bug #38049. | Alan Mackenzie | 2019-11-09 | 1 | -38/+40 |
| * | CC Mode. Allow fontification of "wrong" style comments with warning face. | Alan Mackenzie | 2019-11-09 | 4 | -1/+85 |
| * | Fix some quoting glitches in doc strings | Paul Eggert | 2019-11-08 | 2 | -3/+3 |
| * | python.el: Pdbtracking improvements | Andrii Kolomoiets | 2019-11-07 | 1 | -25/+135 |
| * | Add a full set of CC Mode language variables to js.el. | Alan Mackenzie | 2019-11-06 | 1 | -8/+21 |
| * | Allow flymake diagnostic types to have shorter names | João Távora | 2019-11-02 | 1 | -1/+6 |
| * | Avoid face clashes between Flymake and region highlighting | João Távora | 2019-11-02 | 1 | -1/+3 |
| * | Clarify consequences of mismatching Flymake diagnostic buffers | João Távora | 2019-11-02 | 1 | -1/+4 |
| * | CC Mode. Fix slow scrolling by adding a search limit. | Alan Mackenzie | 2019-11-02 | 1 | -1/+1 |
| * | Make ant regexp in compilation-error-regexp-alist-alist more lax | Filipp Gunbin | 2019-11-01 | 1 | -2/+5 |
| * | Further tweaks to sh-script \ #foo font locking | Lars Ingebrigtsen | 2019-10-31 | 1 | -2/+4 |
| * | Send -enable-frame-filters to gdb | Tom Tromey | 2019-10-30 | 1 | -0/+1 |
| * | Fix previous sh-script.el font-lock #comment change | Lars Ingebrigtsen | 2019-10-30 | 1 | -1/+1 |
| * | font-lock \ #foo in shell mode more correctly | Lars Ingebrigtsen | 2019-10-30 | 1 | -1/+1 |
| * | Fix "dnl" highlights in m4-mode | Lars Ingebrigtsen | 2019-10-30 | 1 | -1/+1 |
| * | Add gradle-kotlin to compilation-error-regexp-alist-alist | Filipp Gunbin | 2019-10-29 | 1 | -0/+10 |
| * | Use new-style rx extensions in python.el | Mattias Engdegård | 2019-10-28 | 1 | -68/+59 |
| * | Remove obsolete doc references to XEmacs (Bug#37899) | Stefan Kangas | 2019-10-28 | 1 | -10/+3 |
| * | CC Mode: Fix positioning of point whilst inserting comments without non-ws | Alan Mackenzie | 2019-10-25 | 1 | -9/+18 |
| * | Avoid extra lines in python-shell font lock buffer (Bug#33959) | memeplex | 2019-10-22 | 1 | -12/+13 |
| * | Avoid false indications from Flymake in .dir-locals.el files | Eli Zaretskii | 2019-10-21 | 1 | -2/+14 |
| * | Remove XEmacs compat code from meta-mode.el | Stefan Kangas | 2019-10-20 | 1 | -9/+3 |
| * | Optimize c-crosses-statement-barrier-p for large blocks of comment. | Alan Mackenzie | 2019-10-20 | 1 | -1/+5 |
| * | In xref-location-marker, handle deleted file or outdated xref location nicely | Stephen Leake | 2019-10-20 | 1 | -2/+7 |
| * | lisp/*.el: Fix typos and improve some docstrings | Juanma Barranquero | 2019-10-20 | 4 | -10/+10 |
| * | Remove some compat code from cperl-mode.el | Lars Ingebrigtsen | 2019-10-19 | 1 | -88/+24 |
| * | Remove XEmacs compat code from tcl.el | Stefan Kangas | 2019-10-17 | 1 | -18/+3 |
| * | lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil | Juanma Barranquero | 2019-10-17 | 3 | -4/+5 |
| * | lisp/*.el: Force non-nil result to t, to match docstring | Juanma Barranquero | 2019-10-17 | 2 | -2/+2 |
| * | Expand <<- heredocs in sh | Lars Ingebrigtsen | 2019-10-16 | 1 | -2/+4 |
| * | Tweak heredoc expansion in shell-script-mode | Lars Ingebrigtsen | 2019-10-16 | 1 | -20/+22 |
| * | Fix python-shell font-lock cleanup for unclosed quotes (Bug#32390) | Carlos Pita | 2019-10-14 | 1 | -8/+6 |
| * | lisp/*.el: Force non-nil result to t, to match docstring | Juanma Barranquero | 2019-10-14 | 1 | -2/+1 |
| * | Fix hitting RET on some text in compilation-mode | Lars Ingebrigtsen | 2019-10-13 | 1 | -3/+9 |
| * | In compilation-tear-down-arrow-spec-in-margin, test compilation-arrow-overlay | Alan Mackenzie | 2019-10-13 | 1 | -4/+5 |
| * | TCL indentation fix outside functions | Rolf Ade | 2019-10-13 | 1 | -3/+8 |
| * | Use quit-window in some functions | Andreas Politz | 2019-10-13 | 2 | -4/+4 |
| * | Fix compilation-transform-file-match-alist failure | Lars Ingebrigtsen | 2019-10-12 | 1 | -12/+13 |
| * | ; Improve a doc string in etags.el | Eli Zaretskii | 2019-10-12 | 1 | -4/+9 |
| * | CC-Mode: Remove unneeded backslashes from doc strings and regular expressions | Alan Mackenzie | 2019-10-12 | 7 | -36/+37 |
| * | ; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording. | Eli Zaretskii | 2019-10-12 | 1 | -3/+3 |
| * | Minor grep.el doc string clarifications | Lars Ingebrigtsen | 2019-10-11 | 1 | -20/+43 |
| * | Make << shell heredoc expansion less enthusiastic | Lars Ingebrigtsen | 2019-10-11 | 1 | -1/+1 |
| * | C++ Mode: Correctly handle <:, <::, <::>, etc, according to the C++ standard | Alan Mackenzie | 2019-10-11 | 2 | -4/+32 |