summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Integrate elisp checkers into elisp-mode.el directlyscratch/flymake-refactorJoão Távora2017-10-012-186/+153
* Hook Flymake onto proper checkdoc and byte-compile interfacesJoão Távora2017-10-013-22/+57
* Resolve some dependency yuckiness in flymake.elJoão Távora2017-10-015-955/+908
* Capitalize "Flymake" in docstrings and commentsJoão Távora2017-10-014-34/+35
* Flymake backends can report multiple times per checkJoão Távora2017-10-014-470/+595
* Improve use of flymake-no-changes-timeoutJoão Távora2017-10-011-1/+3
* flymake-diagnostic-types-alist now uses flymake-categoryJoão Távora2017-10-011-30/+47
* Make flymake-diagnostic-functions a special hookJoão Távora2017-10-013-39/+39
* First batch of minor flymake cleanup agreed to with StefanJoão Távora2017-10-013-326/+156
* * lisp/progmodes/flymake-ui.el (flymake-mode-map): Bind "M-n" and "M-p"João Távora2017-09-281-0/+7
* New flymake fringe bitmapsJoão Távora2017-09-281-14/+54
* Remove old flymake-display-err-menu-for-current-line, it's uselessJoão Távora2017-09-281-32/+0
* Treat flymake errors as just another type of diagnosticJoão Távora2017-09-281-17/+7
* Fix flymake-wrap-around for buffers with no errorsJoão Távora2017-09-281-5/+2
* Fix flymake problems when checking C header filesJoão Távora2017-09-288-26/+82
* Start rewriting flymake manualJoão Távora2017-09-271-136/+132
* Re-implement wraparound for flymake-goto-next-errorJoão Távora2017-09-272-9/+23
* Add interactive flymake-start functionJoão Távora2017-09-271-6/+13
* A couple of new flymake backends for emacs-lisp-modeJoão Távora2017-09-272-3/+184
* Fix autoload conflict between flymake.el and flymake-ui.elJoão Távora2017-09-272-4/+13
* Fancy mode-line construct for flymake-modeJoão Távora2017-09-271-24/+113
* Cleanup some flymake-ui.el internalsJoão Távora2017-09-272-33/+54
* Allow filtering in flymake-goto-[next/prev]-errorJoão Távora2017-09-272-11/+44
* Misc cleanup in flymake-proc.elJoão Távora2017-09-271-19/+39
* Simplify flymake logging and erroring.João Távora2017-09-272-32/+45
* Replace flymake-backends with flymake-diagnostic-functionsJoão Távora2017-09-273-212/+405
* More cleanup before advancing to backend redesignJoão Távora2017-09-272-48/+53
* Protect flymake-ui against commands like fill-paragraphJoão Távora2017-09-221-4/+11
* flymake-ui.el highlights GCC notes detected by flymake-proc.elJoão Távora2017-09-223-78/+103
* Add a new flymake test for multiple errors and warningsJoão Távora2017-09-222-16/+42
* flymake-ui.el checks file names before considering diagnosticsJoão Távora2017-09-221-0/+8
* Echo flymake error messages when navigating errors interactivelyJoão Távora2017-09-221-6/+10
* Refactor flymake-tests.el in preparation for more testsJoão Távora2017-09-211-16/+39
* Protect against timer triggers when no flymake-modeJoão Távora2017-09-211-1/+2
* flymake-warning face easier to distinguish from flymake-errorJoão Távora2017-09-211-1/+1
* Make debugging flymake-proc.el easierJoão Távora2017-09-211-4/+4
* flymake-proc.el parses column numbers from gcc/javac errorsJoão Távora2017-09-211-2/+2
* Clarify logic around flymake-diagnostic-types-alistJoão Távora2017-09-211-62/+100
* Flymake faces are not just for "lines" anymoreJoão Távora2017-09-212-8/+11
* Further simplify progmodes/flymake-ui.elJoão Távora2017-09-211-36/+38
* New flymake-diagnostic-types-alist and more cleanupJoão Távora2017-09-212-86/+116
* Make flymake-tests.el friendlier to interactive runsJoão Távora2017-09-211-5/+8
* Use non-obsolete variable names in flymake-tests.elJoão Távora2017-09-211-1/+1
* Make lisp/progmodes/flymake-ui.el some 150 lines lighterJoão Távora2017-09-212-331/+169
* Fix test failure introduced by previous commitJoão Távora2017-09-211-1/+1
* Rename many flymake-proc.el symbols with internal "--" prefixesJoão Távora2017-08-241-182/+182
* Move symbols in flymake-proc.el to separate namespaceJoão Távora2017-08-241-220/+524
* Completely rewrite flymake's subprocess output processingJoão Távora2017-08-242-157/+117
* flymake-ui.el provides new flymake-report as a re-entry point for backends.João Távora2017-08-242-28/+33
* Allow running flymake-tests.el from interactive sessionsJoão Távora2017-08-241-1/+14