aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update uses of if-let and when-letMark Oteiza2017-09-121-5/+5
* Don't match C++ template delims starting within a token. FIxes bug #28418.Alan Mackenzie2017-09-121-1/+1
* Spelling fixesPaul Eggert2017-09-102-4/+4
* Fix font-lock in Compilation modeEli Zaretskii2017-09-091-0/+10
* Fix various verilog-mode.el issues.Wilson Snyder2017-09-071-173/+191
* Handle non-zero exit status from psql more gracefullySimen Heggestøyl2017-09-051-3/+4
* Correct the fontification of quote marks after buffer changes in CC Mode.Alan Mackenzie2017-09-032-83/+121
* Fix fontification of "operator~" in C++ Mode.Alan Mackenzie2017-09-032-1/+24
* Fix a glitch in CC Mode's syntactic whitespace cache.Alan Mackenzie2017-08-311-11/+4
* Correct the fontification of C++ Mode enclosed declarations.Alan Mackenzie2017-08-311-12/+10
* * lisp/progmodes/sh-script.el: Test "in-string" of the right char!Stefan Monnier2017-08-291-1/+1
* Fix auto-fill bug in js-modeTom Tromey2017-08-271-0/+5
* Disable completion while entering python multiline statementsNoam Postavsky2017-08-271-1/+15
* Amend the CC Mode macro cache to cope with changes at the macro startAlan Mackenzie2017-08-271-1/+1
* Remove invalid regexp for shell builtins for wkshReuben Thomas2017-08-271-3/+1
* Support all perl variable declarators and prefixes (Bug#27613)Jefferson Carpenter2017-08-251-3/+4
* Fix a FIXME with an exegetical commentReuben Thomas2017-08-251-1/+1
* Minor docstring language fixReuben Thomas2017-08-251-1/+1
* Remove old commented code from sh-script.elReuben Thomas2017-08-251-71/+0
* When looking for the end of a declarator, prevent macros fouling up the searchAlan Mackenzie2017-08-221-4/+7
* mark flymake-mode as safe local variable when the value is nilSam Steingold2017-08-211-0/+3
* allow nil init in flymake-allowed-file-name-masks to disable flymakeSam Steingold2017-08-211-6/+9
* Work around w32-python-2.x bug to fix prompt detection (Bug#21376)Noam Postavsky2017-08-201-1/+5
* * lisp/elec-pair.el (electric-pair-text-pairs): Don't autoload (Bug#24901).Noam Postavsky2017-08-181-3/+6
* Add flymake-backends defcustomJoão Távora2017-08-172-34/+73
* Split flymake.el into flymake-proc.el and flymake-ui.elJoão Távora2017-08-173-1617/+1698
* Fix eldoc highlighting for &key args (Bug#27272)Thierry Volpiatto2017-08-151-12/+13
* Respect buffer-local value of tags-table-list (Bug#27772)Noam Postavsky2017-08-101-6/+7
* Show number of errors in compilation-mode mode-lineTom Tromey2017-08-071-23/+55
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael R. Mauger2017-08-065-64/+82
|\
| * Merge null and without-null regexp alists (Bug#27840, Bug#27873)Noam Postavsky2017-08-062-50/+42
| * Fix C++ class initializers not always being fontified at mode start.Alan Mackenzie2017-07-271-3/+10
| * Fix variables in C++ "for" statement not always being fontified.Alan Mackenzie2017-07-271-4/+9
| * CC Mode: Fix declarator being cut off from terminator by end of jit-lock chunkAlan Mackenzie2017-07-271-7/+20
| * * lisp/progmodes/sh-script.el (sh-mode): Recognize mkshrc.Mark Oteiza2017-07-251-0/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael R. Mauger2017-07-2410-142/+213
|\ \ | |/
| * * lisp/progmodes/perl-mode.el: Add support for indented here docsStefan Monnier2017-07-241-29/+14
| * Convert CC Mode's c-found-types from an obarray to a hash table.Alan Mackenzie2017-07-231-18/+10
| * Support indented HERE-DOCs in cperl-modevividsnow2017-07-221-2/+2
| * Update ld-script mode (bug#27629)Alexander Kuleshov2017-07-221-3/+6
| * Introduce defcustom 'executable-prefix-env'Andrew L. Moore2017-07-221-11/+25
| * Use grep's --null option (Bug#6843)Noam Postavsky2017-07-192-44/+93
| * C++ Mode. Fix anomaly occurring when a ">" is deleted then reinserted.Alan Mackenzie2017-07-132-21/+39
| * Fix some bugs in c-defun-name. This fixes bug #25623.Alan Mackenzie2017-07-121-10/+17
| * Make prog-mode-map the parent of c-mode-base-map. Fixes bug #26658.Vasilij Schneidermann2017-07-121-0/+2
| * CC Mode: create and use c-set-keymap-parent.Alan Mackenzie2017-07-122-12/+13
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael R. Mauger2017-07-072-3/+3
|\ \ | |/
| * Convert more uses of looking-at to following-charMark Oteiza2017-07-061-2/+2
| * Spelling fixesPaul Eggert2017-07-061-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael R. Mauger2017-07-0512-81/+67
|\ \ | |/