aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
|\ \ | |/
| * ; Fix some tiny doc typosGlenn Morris2018-03-271-1/+1
| * ; Use GNU not Gnu in docsGlenn Morris2018-03-232-3/+3
| * sql.el defcustom fixesGlenn Morris2018-03-221-8/+15
| * Revert "Support all perl variable declarators and prefixes"Noam Postavsky2018-03-201-4/+3
* | * lisp/progmodes/cc-langs.el: Silence compiler.Glenn Morris2018-03-231-3/+3
* | Replace some uses of cl with cl-libGlenn Morris2018-03-234-48/+45
* | sql.el defcustom fixesGlenn Morris2018-03-231-8/+15
* | * cc-engine.el (c-looking-at-or-maybe-in-bracelist): Remove pessimizationAlan Mackenzie2018-03-201-7/+0
* | Explicitly require cl-lib where neededGlenn Morris2018-03-163-0/+5
* | * lisp/progmodes/verilog-mode.el (verilog-mode): Quieten compilation.Glenn Morris2018-03-151-1/+3