summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start rewriting Flymake manualscratch/flymake-refactor-cleaner-for-emacs-26João Távora2017-10-031-136/+132
* Minimal tweak as an attempt to future-proof Flymake APIJoão Távora2017-10-033-26/+36
* Integrate elisp checkers into elisp-mode.el directlyJoão Távora2017-10-032-190/+158
* Hook Flymake onto proper checkdoc and byte-compile interfacesJoão Távora2017-10-033-22/+57
* Tweak Flymake autoloads and dependenciesJoão Távora2017-10-033-25/+25
* Capitalize "Flymake" in docstrings and commentsJoão Távora2017-10-033-29/+30
* Flymake backends can report multiple times per checkJoão Távora2017-10-034-470/+593
* Improve use of flymake-no-changes-timeoutJoão Távora2017-10-031-1/+3
* Flymake variable flymake-diagnostic-functions now a special hookJoão Távora2017-10-033-39/+39
* A batch of minor flymake cleanup actions agreed to with StefanJoão Távora2017-10-033-399/+187
* Explicitly add a(n empty) keymap for FlymakeJoão Távora2017-10-031-1/+6
* Flymake uses some new fringe bitmapsJoão Távora2017-10-031-14/+55
* Remove old flymake-display-err-menu-for-current-line, it's uselessJoão Távora2017-10-031-32/+0
* Treat flymake errors as just another type of diagnosticJoão Távora2017-10-031-17/+7
* Fix three Flymake bugs when checking C header filesJoão Távora2017-10-038-23/+81
* Add interactive flymake-start functionJoão Távora2017-10-031-6/+13
* A couple of Flymake backends for emacs-lisp-modeJoão Távora2017-10-032-3/+185
* Fancy Flymake mode-line construct displays statusJoão Távora2017-10-031-22/+112
* Tweak Flymake commands flymake-goto-[next/prev]-errorJoão Távora2017-10-032-18/+62
* Flymake's flymake-proc.el backend slightly easier to debugJoão Távora2017-10-031-25/+45
* Simplify Flymake logging and erroringJoão Távora2017-10-033-52/+75
* New Flymake API variable flymake-diagnostic-functionsJoão Távora2017-10-033-182/+405
* More Flymake cleanup before advancing to backend redesignJoão Távora2017-10-032-48/+53
* Protect Flymake's eager checks against commands like fill-paragraphJoão Távora2017-10-031-4/+12
* Flymake highlights GCC info/notes as detected by flymake-proc.elJoão Távora2017-10-033-71/+90
* Flymake checks file names before considering diagnosticsJoão Távora2017-10-031-0/+8
* Echo Flymake error messages when navigating errors interactivelyJoão Távora2017-10-031-9/+13
* Add a new Flymake test for multiple errors and warningsJoão Távora2017-10-032-16/+42
* Protect against timer triggers when no flymake-modeJoão Távora2017-10-031-1/+2
* Flymake warning face easier to distinguishJoão Távora2017-10-031-1/+1
* Flymake's flymake-proc.el parses column numbers from gcc/javac errorsJoão Távora2017-10-031-2/+2
* New Flymake variable flymake-diagnostic-types-alist and much cleanupJoão Távora2017-10-032-93/+198
* Refactor flymake-tests.el in preparation for more testsJoão Távora2017-10-031-21/+47
* Allow running flymake-tests.el from interactive sessionsJoão Távora2017-10-031-3/+16
* Flymake diagnostics now apply to arbitrary buffer regionsJoão Távora2017-10-033-345/+189
* Move symbols in flymake-proc.el to separate namespaceJoão Távora2017-10-032-227/+532
* Completely rewrite Flymake's subprocess output processingJoão Távora2017-10-032-195/+157
* Flymake provides flymake-report re-entry point for backendsJoão Távora2017-10-032-25/+31
* Split Flymake into flymake.el into flymake-proc.el (again!)João Távora2017-10-032-1061/+1105
* Revert "Split flymake.el into flymake-proc.el and flymake-ui.el"João Távora2017-09-283-1704/+1620
* Revert "Add flymake-backends defcustom"João Távora2017-09-282-73/+34
* * src/editfns.c (styled_format): Fix typo in previous change.Paul Eggert2017-09-261-1/+0
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-265-18/+44
* lisp/simple.el: Indicate when a list of pairs is meant in a docstringJohn Wiegley2017-09-261-2/+2
* ; * src/gtkutil.c (xg_create_frame_widgets): Add FIXME re. X drawingPhilipp Stephani2017-09-261-1/+4
* bug#28609: simple.elDevon Sean McCullough2017-09-261-10/+10
* Use a separate syntax-ppss cache for narrowed buffersDmitry Gutov2017-09-261-35/+72
* Improve python3-compatibility of fallback completion (Bug#28499)Joerg Behrmann2017-09-251-3/+3
* Fix subr-x-tests when running from elcNoam Postavsky2017-09-251-2/+7
* * lisp/eshell/esh-util.el (eshell-condition-case): Add debug declaration.Noam Postavsky2017-09-251-1/+1