summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* 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-033-371/+446
* 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-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-25/+45
* Simplify Flymake logging and erroringJoão Távora2017-10-032-51/+73
* New Flymake API variable flymake-diagnostic-functionsJoão Távora2017-10-032-179/+287
* 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-032-67/+86
* 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
* 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
* Flymake diagnostics now apply to arbitrary buffer regionsJoão Távora2017-10-032-341/+185
* Move symbols in flymake-proc.el to separate namespaceJoão Távora2017-10-031-226/+531
* 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
* lisp/simple.el: Indicate when a list of pairs is meant in a docstringJohn Wiegley2017-09-261-2/+2
* 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
* * lisp/eshell/esh-util.el (eshell-condition-case): Add debug declaration.Noam Postavsky2017-09-251-1/+1
* Make sh-indentation into an alias for sh-basic-offset (Bug#21751)Noam Postavsky2017-09-251-15/+11
* Fix loading of smie-config rules (Bug#24848)Noam Postavsky2017-09-252-5/+7
* Reset default-directory inside *xref-grep* bufferDmitry Gutov2017-09-261-0/+2
* * test/lisp/tramp-tests.el (tramp-test21-file-links): Special code for smb.Michael Albinus2017-09-251-1/+5
* Loosen strict parsing requirement for desktop filesMark Oteiza2017-09-251-2/+0
* * lisp/xdg.el (xdg-thumb-uri): Fix doc string.Mark Oteiza2017-09-251-1/+1
* Fix documentation of `make-frame' and related variables and hooksMartin Rudalics2017-09-251-11/+9
* Accept new `always' value for option `buffer-offer-save'Eric Abrahamsen2017-09-241-9/+10