summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
AgeCommit message (Expand)Author
2026-05-12Use the new 'margin' face in Flymake (bug#80693)Juri Linkov
2026-03-26Add predicate for initial_terminalBasil L. Contovounesios
2026-03-09; Bump flymake's version again, to 1.4.5Dmitry Gutov
2026-03-09Restore use of cl-member-if and cl-plusp to flymake.elSean Whitton
2026-03-09Fix Non-existent commands in flymake-diagnostics-buffer-mode-mapDmitry Gutov
2026-03-04(flymake-start): Give a bit more info in the logStefan Monnier
2026-03-04Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton
2026-03-03Revert "Rename 'any' to 'member-if' and deprecate 'cl-member-if'"Mattias Engdegård
2026-03-03Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton
2026-01-11Flymake: clarify :region in docstring of f-diagnostic-functionsJoão Távora
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-31Flymake: try to resize margins less frequentlyJoão Távora
2025-12-26December 2025 spelling fixesPaul Eggert
2025-11-30Show Flymake diagnostics on clicking mouse-1 on the mode-line indicatorJuri Linkov
2025-11-22Make Flymake fringe indicators use dedicated facesProtesilaos Stavrou
2025-11-10Flymake: fix compatibility to older emacsen (bug#79769)João Távora
2025-11-09* lisp/progmodes/flymake.el (flymake-start): Use 'when-let*' (bug#79796).Juri Linkov
2025-10-30More reliably check if a frame is the daemon's initial frameSteven Allen
2025-10-23Flymake: bump package version to 1.4.2João Távora
2025-10-19Flymake: fix daemon-mode + and window client fringe usage (bug#77313)João Távora
2025-10-19New value 'auto' of user option 'flymake-indicator-type' used by defaultJuri Linkov
2025-10-10; * lisp/progmodes/flymake.el (flymake-margin-indicators-string): Doc fix.Eli Zaretskii
2025-10-09* lisp/progmodes/flymake.el: Improve flymake--resize-margins.Juri Linkov
2025-10-09Use shorter margin indicators in flymake-mode (bug#76254)Juri Linkov
2025-08-23flymake: stop trying to automatically fall back to marginsSpencer Baugh
2025-08-16Flymake: improve previous fix (bug#78862)João Távora
2025-08-15Delete overlays from Flymake backends that no longer existMatthew Tromp
2025-05-31Add additional keybindings for flymake diagnostics modesMatthew Tromp
2025-05-08Flymake: tweak 'fancy' eol diagnostic displayJoão Távora
2025-05-03Add `next-error' support for flymake diagnostics buffersMatthew Tromp
2025-04-30Fix custom type of 'flymake-show-diagnostics-at-end-of-line'Robert Pluim
2025-04-29Flymake: promptly delete eol overlay if source overlay changedJoão Távora
2025-04-27Flymake: Experimental 'fancy' flymake-show-diagnostics-at-end-of-lineJoão Távora
2025-04-23Flymake: more concise flymake--tabulated-list-format-baseJoão Távora
2025-04-23Flymake: fix flymake-make-diagnostic for numeric code (bug#77856)João Távora
2025-04-20Flymake: bump package version to 1.4.0João Távora
2025-04-20Flymake: rework, simplify and address problems of recent change (bug#75841)João Távora
2025-04-20Flymake: address some compatibility problems with older EmacsenJoão Távora
2025-04-20Flymake: dynamically resize and layout diagnostic listingsJoão Távora
2025-04-20Flymake: new flymake-diagnostic-format-alist (bug#77439, bug#77480)João Távora
2025-04-20Flymake: more powerful flymake-make-diagnostic and rework manualJoão Távora
2025-04-12flymake: fall back to margins on text terminalsSpencer Baugh
2025-03-27Add jump action to margin indicators in flymakeJimmy Aguilar Mena
2025-02-25Make cl-gensym obsolete in favor of built-in gensymStefan Kangas
2025-01-17Flymake: fix bug introduced recentlyJoão Távora
2025-01-14Flymake: more ambitious cleanup in flymake-mode (bug#69809)João Távora
2025-01-14Flymake: improve idempotence of flymake-mode (bug#69809)João Távora
2025-01-02Prefer `%S` format over `%s` for non stringsStefan Monnier
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-28Merge from origin/emacs-30Eli Zaretskii