aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Augment Flymake API for third-party extensionsscratch/flymake-augment-apiJoão Távora2017-10-191-19/+37
* Disable python native completion on w32 (Bug#28580)Noam Postavsky2017-10-151-2/+3
* ; Prefer https: to http: in GNU URLsPaul Eggert2017-10-142-2/+2
* Simplify Flymake user documentationJoão Távora2017-10-121-15/+16
* Unbreak the button in the Flymake diagnostics buffer againJoão Távora2017-10-101-1/+1
* Add mode map to Flymake diagnostic buttonMark Oteiza2017-10-101-0/+1
* Tweak the Flymake diagnostics buffer againJoão Távora2017-10-101-13/+17
* Simplify Flymake diagnostics buffer UXMark Oteiza2017-10-101-21/+14
* First stab at a Flymake diagnostics bufferJoão Távora2017-10-101-1/+106
* Fix two Flymake bugsJoão Távora2017-10-101-22/+25
* Don't log "emergencies" in the Flymake legacy backendJoão Távora2017-10-101-2/+2
* Add full documentation on new Flymake APIJoão Távora2017-10-101-20/+21
* Fix some Flymake docstrings and messagesJoão Távora2017-10-101-5/+43
* Make three new Flymake commands for debugging common problemsJoão Távora2017-10-101-4/+22
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-093-3/+3
* Improve doc string and prompt of 'grep-read-files'Eli Zaretskii2017-10-091-2/+3
* Be lazy when starting Flymake checksJoão Távora2017-10-091-30/+59
* Make python prettify symbols into a defvar (Bug#28713)Noam Postavsky2017-10-071-2/+6
* Fix flymake-goto-next-error when message has %-constructsJoão Távora2017-10-071-1/+2
* Cleanup emacs-lisp-mode's use of FlymakeJoão Távora2017-10-061-66/+54
* Fix typos in Flymake documentationLele Gaifax2017-10-062-35/+30
* Don't error when turning on Flymake with no known backendsJoão Távora2017-10-061-12/+8
* Delete a Flymake obsolete alias that can't possibly workJoão Távora2017-10-061-11/+0
* Fix irregularities with CC Mode fontification, particularly with "known types"Alan Mackenzie2017-10-052-105/+55
* Misc. minor adjustments to FlymakeJoão Távora2017-10-052-61/+80
* Fontify untyped function declarations in C Mode correctly.Alan Mackenzie2017-10-043-12/+45
* ; Spelling fixesPaul Eggert2017-10-031-5/+5
* Minimal tweak as an attempt to future-proof Flymake APIJoão Távora2017-10-033-26/+36
* Integrate Flymake elisp checkers into elisp-mode.el directlyJoão Távora2017-10-032-190/+165
* Hook Flymake onto proper checkdoc and byte-compile interfacesJoão Távora2017-10-031-19/+19
* 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-033-371/+462
* Flymake uses proper idle timersJoão Távora2017-10-031-20/+25
* Flymake variable flymake-diagnostic-functions now a special hookJoão Távora2017-10-033-39/+39
* 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-032-13/+42
* 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-031-16/+58
* Flymake's flymake-proc.el backend slightly easier to debugJoão Távora2017-10-031-24/+44
* Simplify Flymake logging and erroringJoão Távora2017-10-032-51/+74
* New Flymake API variable flymake-diagnostic-functionsJoão Távora2017-10-032-179/+288
* 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