summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Augment Flymake API for third-party extensionsJoão Távora2017-10-201-19/+37
* ; Prefer https: to http: in GNU URLsPaul Eggert2017-10-141-1/+1
* Simplify Flymake user documentationJoão Távora2017-10-121-15/+16
* Unbreak the button in the Flymake diagnostics buffer againJoão Távora2017-10-101-1/+1
* Add mode map to Flymake diagnostic buttonMark Oteiza2017-10-101-0/+1
* Tweak the Flymake diagnostics buffer againJoão Távora2017-10-101-13/+17
* Simplify Flymake diagnostics buffer UXMark Oteiza2017-10-101-21/+14
* First stab at a Flymake diagnostics bufferJoão Távora2017-10-101-1/+106
* Fix two Flymake bugsJoão Távora2017-10-101-22/+25
* Add full documentation on new Flymake APIJoão Távora2017-10-101-20/+21