summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* Fix Flymake's user-visible accessors of diagnostic positionsJoão Távora2019-07-041-5/+11
* Fix Flymake's treatment of region-specific reportsJoão Távora2019-07-041-4/+15
* Protect Flymake from being corrupted by backendsJoão Távora2019-07-021-4/+5
* Update author/maintainer infoPaul Eggert2019-05-261-1/+1
* * lisp/progmodes/flymake.el: Obsolete variable flymake-start-on-newlineJuri Linkov2019-05-071-17/+9
* * lisp/progmodes/flymake.el (flymake-start): Check for flymake-mode.Juri Linkov2019-05-051-1/+2
* * lisp/progmodes/flymake.el: Rename flymake-start-on-newline (bug#34294)Juri Linkov2019-05-051-16/+19
* 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