summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake-proc.el
Commit message (Expand)AuthorAgeFilesLines
* Obsolete Flymake's flymake-diagnostic-types-alistJoão Távora2018-06-051-7/+6
* Update version information for Flymake package and manualJoão Távora2018-06-051-2/+2
* Fix filesystem littering by Flymake's legacy backendJoão Távora2018-05-111-36/+36
* The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-4/+6
* Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-201-70/+71
|\ \ | |/
| * Fix some flymake aliasesGlenn Morris2017-12-201-70/+71
* | Merge from origin/emacs-26Paul Eggert2017-11-251-1/+1
|\ \ | |/
| * ; Fix a typoDmitry Gutov2017-11-221-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-081-1/+1
|\ \ | |/
| * Add a Flymake backend for PerlJoão Távora2017-11-051-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-4/+4
|\ \ | |/
| * Fix some duplicate words typosGlenn Morris2017-10-271-4/+4
* | User can specify files never subject to flymake.Sam Steingold2017-11-011-9/+24
|/
* ; Prefer https: to http: in GNU URLsPaul Eggert2017-10-141-1/+1
* Don't log "emergencies" in the Flymake legacy backendJoão Távora2017-10-101-2/+2
* Fix typos in Flymake documentationLele Gaifax2017-10-061-4/+3
* Misc. minor adjustments to FlymakeJoão Távora2017-10-051-19/+19
* Minimal tweak as an attempt to future-proof Flymake APIJoão Távora2017-10-031-3/+4
* Capitalize "Flymake" in docstrings and commentsJoão Távora2017-10-031-6/+6
* Flymake backends can report multiple times per checkJoão Távora2017-10-031-124/+123
* Flymake variable flymake-diagnostic-functions now a special hookJoão Távora2017-10-031-2/+1
* Batch of minor Flymake cleanup actions agreed to with StefanJoão Távora2017-10-031-333/+113
* Fix three Flymake bugs when checking C header filesJoão Távora2017-10-031-5/+28
* Flymake's flymake-proc.el backend slightly easier to debugJoão Távora2017-10-031-24/+44
* Simplify Flymake logging and erroringJoão Távora2017-10-031-16/+13
* New Flymake API variable flymake-diagnostic-functionsJoão Távora2017-10-031-95/+114
* More Flymake cleanup before advancing to backend redesignJoão Távora2017-10-031-13/+20
* Flymake highlights GCC info/notes as detected by flymake-proc.elJoão Távora2017-10-031-53/+68
* Flymake's flymake-proc.el parses column numbers from gcc/javac errorsJoão Távora2017-10-031-2/+2
* New Flymake variable flymake-diagnostic-types-alist and much cleanupJoão Távora2017-10-031-1/+1
* Flymake diagnostics now apply to arbitrary buffer regionsJoão Távora2017-10-031-23/+31
* Move symbols in flymake-proc.el to separate namespaceJoão Távora2017-10-031-226/+531
* Completely rewrite Flymake's subprocess output processingJoão Távora2017-10-031-157/+120
* Flymake provides flymake-report re-entry point for backendsJoão Távora2017-10-031-25/+13
* Split Flymake into flymake.el into flymake-proc.el (again!)João Távora2017-10-031-0/+1070
* Revert "Split flymake.el into flymake-proc.el and flymake-ui.el"João Távora2017-09-281-1091/+0
* Revert "Add flymake-backends defcustom"João Távora2017-09-281-16/+7
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* allow nil init in flymake-allowed-file-name-masks to disable flymakeSam Steingold2017-08-211-6/+9
* Add flymake-backends defcustomJoão Távora2017-08-171-7/+16
* Split flymake.el into flymake-proc.el and flymake-ui.elJoão Távora2017-08-171-0/+1088