aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial commit. Allow wanted fontification of open string in any mode.scratch/fontify-open-stringAlan Mackenzie2018-07-011-1/+1
* Fix two tcl-mode defun-related bugsTom Tromey2018-06-241-6/+43
* Properly ignore stderr in elisp Flymake backendJoão Távora2018-06-191-1/+1
* Minor Flymake docstring fixesJoão Távora2018-06-171-9/+13
* Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky2018-06-161-1/+1
* Fix a docstringBozhidar Batsov2018-06-161-2/+1
* Fix references to RuboCop in ruby-mode.elBozhidar Batsov2018-06-161-4/+4
* Fix bug in elisp-flymake-byte-compileJoão Távora2018-06-161-3/+3
* Fix a bug in Flymake handling of region-specific reportsJoão Távora2018-06-151-25/+28
* Flymake and backends exchange hints abouts changed regionsJoão Távora2018-06-151-38/+85
* * lisp/progmodes/sql.el Add MariaDB support (Robert Cochran)Michael R. Mauger2018-06-111-52/+190
* Merge from emacs-26Noam Postavsky2018-06-103-9/+9
|\
* | Implement the C++11 "using" type definition.Alan Mackenzie2018-06-093-101/+95
* | CC Mode: In brace lists, anchor an elt on its predecessor, not on first eltAlan Mackenzie2018-06-091-13/+16
* | New flymake-start-on-save-buffer custom variableJoão Távora2018-06-081-2/+8
* | CC Mode: Fontify unbalanced quotes in unconstrained multiline strings, etc.Alan Mackenzie2018-06-081-67/+147
* | When navigating Flymake diagnostics, consider their severityJoão Távora2018-06-051-17/+22
* | Obsolete Flymake's flymake-diagnostic-types-alistJoão Távora2018-06-053-97/+146
* | Correctly filter Flymake diagnostic types shown in mode-lineJoão Távora2018-06-051-5/+8
* | Let Flymake backends attach arbitrary data to diagnosticsJoão Távora2018-06-051-4/+9
* | Update version information for Flymake package and manualJoão Távora2018-06-052-4/+4
* | Add proper Flymake support to cc-mode.elJoão Távora2018-06-042-0/+142
* | Improve buffer naming in sql.el (Bug#31446)Michael R. Mauger2018-06-021-88/+184
* | Amend c-before-change-check-unbalanced-strings to handle a quote at EOB.Alan Mackenzie2018-05-311-16/+23
* | Avoid messing up buffer list when starting gud (Bug#22374)Michael Welsh Duggan2018-05-231-1/+6
* | Merge from origin/emacs-26Glenn Morris2018-05-231-3/+16
|\ \ | |/
| * Another attempt to fix sql.elEli Zaretskii2018-05-211-2/+7
| * Fix a typo in last change in sql.elEli Zaretskii2018-05-211-1/+1
| * Fix buffer names in sql.elEli Zaretskii2018-05-201-3/+11
| * Fix filesystem littering by Flymake's legacy backendJoão Távora2018-05-121-36/+36
* | Enhance CC Mode's fontification, etc., of unterminated strings.Alan Mackenzie2018-05-204-47/+279
* | Give '$' punctuation syntax in make-mode (Bug#24477)Dima Kogan2018-05-151-0/+1
* | run-python: Make the buffer running python currentTino Calancha2018-05-151-4/+6
* | Fix filesystem littering by Flymake's legacy backendJoão Távora2018-05-111-36/+36
* | Merge from origin/emacs-26Glenn Morris2018-05-071-2/+1
|\ \ | |/
| * Fix gud-statement for pdbXu Chunyang2018-05-061-2/+1
* | * lisp/progmodes/sql.el (comint-line-beginning-position):Glenn Morris2018-04-251-11/+0
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-205-16/+20
* | Amend c-colon-type-list-re also to handle compound identifiersAlan Mackenzie2018-04-191-1/+5
* | (sql-stop): Don't bug out if the SQL buffer is killedLars Ingebrigtsen2018-04-181-9/+10
* | Revert hunk mistakenly applied in last patchLars Ingebrigtsen2018-04-171-10/+9
* | Fix problem in `g' in Info with strings like "(foo)"Lars Ingebrigtsen2018-04-171-9/+10
* | Use next-error-found to set next-error-last-buffer.Juri Linkov2018-04-172-13/+5
* | Fix python-shell-send-defun at start of buffer (Bug#30822)nitishch2018-04-081-3/+6
* | * lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`"Alan Mackenzie2018-04-024-16/+17
* | Optimize c-syntactic-skip-backward, c-determine-limit for large comment blocksAlan Mackenzie2018-04-021-150/+115
* | Prefer \... to control chars in .el literalsPaul Eggert2018-03-291-1/+1
* | Handle C++17's constexpr keyword in if statementsAlan Mackenzie2018-03-282-0/+17
* | Replace faulty non-matching regexp "\\<\\>" with "a\\`"Alan Mackenzie2018-03-284-22/+22
* | Merge from origin/emacs-26Glenn Morris2018-03-283-4/+4
|\ \ | |/