summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; * lisp/progmodes/flymake.el (flymake-mode): Fix 'cond'.Eli Zaretskii2023-09-171-2/+2
* Include a help-echo for flymake's modeline countersSpencer Baugh2023-07-031-0/+6
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-091-3/+2
* ; Fix typos (duplicate words)Stefan Kangas2022-11-171-1/+1
* ; Fix several symbol name typosStefan Kangas2022-10-261-2/+3
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-07-141-2/+2
|\|
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-2/+2
* | Get rid of `defvar-keymap' in flymake.elPo Lu2022-05-301-5/+8
* | Prefer defvar-keymap in some progmodesStefan Kangas2022-05-271-8/+5
* | Avoid formatting twice in flymakePaul Eggert2022-05-181-1/+1
* | ; * lisp/progmodes/flymake.el (flymake-mode): Fix a typo.Eli Zaretskii2022-05-181-1/+1
* | Mention next-error-function in flymake-mode doc stringLars Ingebrigtsen2022-05-181-0/+7
* | 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