summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some Flymake docstrings and messagesJoão Távora2017-10-101-5/+43
* Make three new Flymake commands for debugging common problemsJoão Távora2017-10-101-4/+22
* Be lazy when starting Flymake checksJoão Távora2017-10-091-30/+59
* Fix flymake-goto-next-error when message has %-constructsJoão Távora2017-10-071-1/+2
* Fix typos in Flymake documentationLele Gaifax2017-10-061-31/+27
* Don't error when turning on Flymake with no known backendsJoão Távora2017-10-061-12/+8
* Delete a Flymake obsolete alias that can't possibly workJoão Távora2017-10-061-11/+0
* Misc. minor adjustments to FlymakeJoão Távora2017-10-051-42/+61
* ; Spelling fixesPaul Eggert2017-10-031-5/+5
* Minimal tweak as an attempt to future-proof Flymake APIJoão Távora2017-10-031-21/+30
* Tweak Flymake autoloads and dependenciesJoão Távora2017-10-031-10/+18
* Capitalize "Flymake" in docstrings and commentsJoão Távora2017-10-031-21/+22
* Flymake backends can report multiple times per checkJoão Távora2017-10-031-210/+282
* Flymake uses proper idle timersJoão Távora2017-10-031-20/+25
* Flymake variable flymake-diagnostic-functions now a special hookJoão Távora2017-10-031-33/+36
* Batch of minor Flymake cleanup actions agreed to with StefanJoão Távora2017-10-031-64/+72
* Explicitly add a(n empty) keymap for FlymakeJoão Távora2017-10-031-1/+6
* Flymake uses some new fringe bitmapsJoão Távora2017-10-031-14/+55
* Remove old flymake-display-err-menu-for-current-line, it's uselessJoão Távora2017-10-031-32/+0
* Treat Flymake errors as just another type of diagnosticJoão Távora2017-10-031-17/+7
* Fix three Flymake bugs when checking C header filesJoão Távora2017-10-031-8/+14
* Add interactive flymake-start functionJoão Távora2017-10-031-6/+13
* A couple of Flymake backends for emacs-lisp-modeJoão Távora2017-10-031-3/+9
* Fancy Flymake mode-line construct displays statusJoão Távora2017-10-031-22/+112
* Tweak Flymake commands flymake-goto-[next/prev]-errorJoão Távora2017-10-031-16/+58
* Simplify Flymake logging and erroringJoão Távora2017-10-031-35/+61