summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* Fix more regular expression typosPaul Eggert2019-03-181-1/+1
* Bring back Emacs 26 compatibility to flymake.elPaul Eggert2019-03-151-1/+3
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-1/+2
* Prefer encode-time to its aliasPaul Eggert2019-02-101-1/+1
* Properly remove stale Flymake diagnostics on :region reportsJoão Távora2019-02-101-9/+8
* Cleanup stale diagnostics on Flymake restartJoão Távora2019-02-101-1/+6
* New flymake-supress-zero-counters defcustomJoão Távora2019-01-051-2/+18
* Unbreak Flymake's diagnostics buffer when revisiting sourceJohn Shahid2019-01-051-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Allow per-diagnostic overlay properties in FlymakeJoão Távora2018-12-131-6/+15
* | Keep Flymake compatible with Emacs 26.1 builds --without-xJoão Távora2018-12-061-19/+20
* | Prepare lisp/progmodes/flymake.el for distribution in GNU ELPAJoão Távora2018-12-041-1/+2
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-12/+12
* | Fix Flymake's diagnostic count with custom error typesJoão Távora2018-10-291-10/+7
* | Always define 'define-fringe-bitmap'Stefan Monnier2018-10-211-19/+18
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | Minor Flymake docstring fixesJoão Távora2018-06-171-9/+13
* | 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
* | New flymake-start-on-save-buffer custom variableJoão Távora2018-06-081-2/+8
* | 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-051-87/+136
* | 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-051-2/+2
* | Merge from origin/emacs-26Paul Eggert2018-03-041-0/+4
|\ \ | |/
| * Avoid errors in flymake in builds --without-xEli Zaretskii2018-03-031-0/+4
* | 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-3/+3
|\ \ | |/
| * Fix some flymake aliasesGlenn Morris2017-12-201-3/+3
* | Merge from origin/emacs-26Glenn Morris2017-12-161-0/+2
|\ \ | |/
| * Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+2
* | Merge from origin/emacs-26Glenn Morris2017-11-291-1/+1
|\ \ | |/
| * ; Fix some tiny doc and comment typosGlenn Morris2017-11-281-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-131-6/+10
|\ \ | |/
| * Fix more flymake-diag-region eob corner cases and add tests (bug#29201)João Távora2017-11-111-6/+10
* | ; Merge from emacs-26Noam Postavsky2017-11-111-3/+6
|\ \ | |/
| * Fix previous change to flymake-diag-region (bug#29174)João Távora2017-11-101-1/+1
| * flymake-diag-region really returns nil if region is invalid (bug#29174)João Távora2017-11-091-1/+2
| * Flymake correctly highlights whole last line if eob (bug#29201)João Távora2017-11-091-1/+2
| * Sort entries of the Flymake diagnostics buffer (bug#29175)João Távora2017-11-091-1/+2
* | Merge from origin/emacs-26Paul Eggert2017-11-081-11/+15
|\ \ | |/
| * Fix Flymake help-echo functions across windows (bug#29142)João Távora2017-11-051-6/+7
| * Don't resignal errors in flymake-diag-regionJoão Távora2017-11-031-1/+1
| * * lisp/progmodes/flymake.el (flymake-start): Fix dead buffer caseStefan Monnier2017-11-031-4/+7
* | Mark flymake-diagnostic-functions as save to set locally to nil.Sam Steingold2017-11-071-0/+2
|/
* Make flymake's mouse-wheel interaction portable (Bug#28732)Charles A. Roelli2017-10-211-3/+7
* Fix flymake's loading of subr-xGlenn Morris2017-10-201-1/+2