summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* Add new user option flymake-mode-line-lighterLars Ingebrigtsen2022-04-261-1/+6
* Make flymake-show-buffer-diagnostics error out in non-Flymake buffersLars Ingebrigtsen2022-04-251-0/+2
* Mark flymake as compatible with emacs-26.1Robert Pluim2022-02-081-2/+2
* flymake: Ensure compatibility with older EmacsenBrian Leung2022-02-081-2/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; * lisp/progmodes/flymake.el: Update the minimum Emacs version.Eli Zaretskii2021-12-091-1/+1
* ; Fix typosStefan Kangas2021-11-121-2/+2
* Escape '%' in filenames to fix flymake warningsStefan Kangas2021-11-061-1/+3
* * lisp/progmodes/flymake.el (flymake-menu): Don't use obsolete name.Mattias Engdegård2021-09-271-2/+2
* ; Remove various duplicated wordsMattias Engdegård2021-09-251-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Unbreak make bootstrap (don't use cl-defun's &aux parameters)João Távora2021-09-141-41/+40
* Add support for project-wide diagnostics in Flymake (bug#50244)João Távora2021-09-141-156/+448
* Abbreviate Flymake backend name in flymake-show-diagnostics-bufferJoão Távora2021-09-141-0/+10
* Unbreak M-x compile-defun of functions using flymake-logJoão Távora2021-09-141-1/+1
* Refactor some Flymake functionsJoão Távora2021-09-141-91/+109
* Rename flymake--backend-state to flymake--stateJoão Távora2021-09-141-36/+36
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-2/+2
* * lisp/progmodes/flymake.el: Bind mouse-3 to flymake-menu on mode-line.Juri Linkov2021-08-271-0/+2
* * lisp/progmodes/flymake.el (flymake--mode-line-title): Don't quote lambdaStefan Monnier2021-08-011-7/+7
* Fail earlier if stale Flymake report functions calledJoão Távora2021-04-101-1/+4
* * lisp/progmodes/flymake.el (flymake-log): Push the right codeStefan Monnier2021-03-061-1/+1
* * lisp/progmodes/flymake.el (flymake-log): SimplifyStefan Monnier2021-03-061-7/+6
* Conditionally use macroexp-file-name in FlymakeBasil L. Contovounesios2021-03-061-1/+3
* * lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.Stefan Monnier2021-02-241-2/+1
* Fix typosMattias Engdegård2021-02-181-1/+1
* Remove redundant :group args in progmodes/*.elStefan Kangas2021-02-131-2/+0
* flymake-diagnostic-beg/end doc string and error reporting improvementLars Ingebrigtsen2021-01-291-4/+12
* Count Flymake diagnostics in modeline by severity, not typeJoão Távora2021-01-091-2/+5
* ; * lisp/progmodes/flymake.el: Bump version to 1.1.0.João Távora2021-01-021-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix type declaration of two Flymake customization variablesJoão Távora2020-12-311-2/+2
* Must explicitly create unpropertized strings in mode-lineJoão Távora2020-12-311-1/+1
* Make Flymake mode-line indicator customizable (bug#33740)João Távora2020-12-311-115/+133
* Revert "Allow the flymake mode line indicator to be customized"João Távora2020-12-291-101/+96
* Allow the flymake mode line indicator to be customizedLars Ingebrigtsen2020-12-291-96/+101
* Document that flymake-diag-region saves match dataJoão Távora2020-12-181-1/+1
* Save match data in flymake-diag-region (bug#29193)João Távora2020-12-181-34/+34
* flymake-diag-region: Fix the recent test breakageDmitry Gutov2020-12-181-1/+2
* (flymake-diag-region): Fall back to (end-of-thing 'symbol)Dmitry Gutov2020-12-161-1/+2
* Tweak the face of unknown backend indicators in flymakeLars Ingebrigtsen2020-11-241-1/+1
* ; Fix typosStefan Kangas2020-09-211-4/+4
* Place flymake-eldoc-function at the end of eldoc-documentation-functionsJoão Távora2020-08-301-1/+1
* Bump Flymake versionJoão Távora2020-07-091-1/+1
* Make more parts of Emacs use new Eldoc capabilitiesJoão Távora2020-07-081-1/+11
* Merge from origin/emacs-27Glenn Morris2020-05-161-3/+4
|\
| * Fix docstring of flymake-make-diagnostic (bug#40351)João Távora2020-05-121-3/+4
* | Turn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora2020-05-131-1/+4
|/
* Fix 'flymake-show-diagnostics-buffer' when line numbers are displayedEli Zaretskii2020-04-131-29/+36