index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
flymake.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * lisp/progmodes/flymake.el (flymake-mode): Fix 'cond'.
Eli Zaretskii
2023-09-17
1
-2
/
+2
*
Include a help-echo for flymake's modeline counters
Spencer Baugh
2023-07-03
1
-0
/
+6
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2022-12-09
1
-3
/
+2
*
; Fix typos (duplicate words)
Stefan Kangas
2022-11-17
1
-1
/
+1
*
; Fix several symbol name typos
Stefan Kangas
2022-10-26
1
-2
/
+3
*
Merge from origin/emacs-28
Stefan Kangas
2022-09-21
1
-1
/
+1
|
\
|
*
; Fix typos in Lisp symbols
Stefan Kangas
2022-09-20
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-07-14
1
-2
/
+2
|
\
|
|
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-13
1
-2
/
+2
*
|
Get rid of `defvar-keymap' in flymake.el
Po Lu
2022-05-30
1
-5
/
+8
*
|
Prefer defvar-keymap in some progmodes
Stefan Kangas
2022-05-27
1
-8
/
+5
*
|
Avoid formatting twice in flymake
Paul Eggert
2022-05-18
1
-1
/
+1
*
|
; * lisp/progmodes/flymake.el (flymake-mode): Fix a typo.
Eli Zaretskii
2022-05-18
1
-1
/
+1
*
|
Mention next-error-function in flymake-mode doc string
Lars Ingebrigtsen
2022-05-18
1
-0
/
+7
*
|
Add new user option flymake-mode-line-lighter
Lars Ingebrigtsen
2022-04-26
1
-1
/
+6
*
|
Make flymake-show-buffer-diagnostics error out in non-Flymake buffers
Lars Ingebrigtsen
2022-04-25
1
-0
/
+2
|
/
*
Mark flymake as compatible with emacs-26.1
Robert Pluim
2022-02-08
1
-2
/
+2
*
flymake: Ensure compatibility with older Emacsen
Brian Leung
2022-02-08
1
-2
/
+2
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; * lisp/progmodes/flymake.el: Update the minimum Emacs version.
Eli Zaretskii
2021-12-09
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2021-11-12
1
-2
/
+2
*
Escape '%' in filenames to fix flymake warnings
Stefan Kangas
2021-11-06
1
-1
/
+3
*
* lisp/progmodes/flymake.el (flymake-menu): Don't use obsolete name.
Mattias Engdegård
2021-09-27
1
-2
/
+2
*
; Remove various duplicated words
Mattias Engdegård
2021-09-25
1
-1
/
+1
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-2
/
+2
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
Unbreak make bootstrap (don't use cl-defun's &aux parameters)
João Távora
2021-09-14
1
-41
/
+40
*
Add support for project-wide diagnostics in Flymake (bug#50244)
João Távora
2021-09-14
1
-156
/
+448
*
Abbreviate Flymake backend name in flymake-show-diagnostics-buffer
João Távora
2021-09-14
1
-0
/
+10
*
Unbreak M-x compile-defun of functions using flymake-log
João Távora
2021-09-14
1
-1
/
+1
*
Refactor some Flymake functions
João Távora
2021-09-14
1
-91
/
+109
*
Rename flymake--backend-state to flymake--state
João Távora
2021-09-14
1
-36
/
+36
*
; Minor doc fixes found by checkdoc
Stefan Kangas
2021-09-13
1
-2
/
+2
*
* lisp/progmodes/flymake.el: Bind mouse-3 to flymake-menu on mode-line.
Juri Linkov
2021-08-27
1
-0
/
+2
*
* lisp/progmodes/flymake.el (flymake--mode-line-title): Don't quote lambda
Stefan Monnier
2021-08-01
1
-7
/
+7
*
Fail earlier if stale Flymake report functions called
João Távora
2021-04-10
1
-1
/
+4
*
* lisp/progmodes/flymake.el (flymake-log): Push the right code
Stefan Monnier
2021-03-06
1
-1
/
+1
*
* lisp/progmodes/flymake.el (flymake-log): Simplify
Stefan Monnier
2021-03-06
1
-7
/
+6
*
Conditionally use macroexp-file-name in Flymake
Basil L. Contovounesios
2021-03-06
1
-1
/
+3
*
* lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.
Stefan Monnier
2021-02-24
1
-2
/
+1
*
Fix typos
Mattias Engdegård
2021-02-18
1
-1
/
+1
*
Remove redundant :group args in progmodes/*.el
Stefan Kangas
2021-02-13
1
-2
/
+0
*
flymake-diagnostic-beg/end doc string and error reporting improvement
Lars Ingebrigtsen
2021-01-29
1
-4
/
+12
*
Count Flymake diagnostics in modeline by severity, not type
João Távora
2021-01-09
1
-2
/
+5
*
; * lisp/progmodes/flymake.el: Bump version to 1.1.0.
João Távora
2021-01-02
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix type declaration of two Flymake customization variables
João Távora
2020-12-31
1
-2
/
+2
*
Must explicitly create unpropertized strings in mode-line
João Távora
2020-12-31
1
-1
/
+1
[next]