summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in Flymake documentationLele Gaifax2017-10-062-35/+30
* Revert last change in 'shr-descend'Eli Zaretskii2017-10-061-2/+16
* 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 dynamic binding wrapper in iter-lambda (bug#25965)Gemini Lasswell2017-10-051-2/+1
* Update Org to v9.1.2Rasmus2017-10-059-38/+49
* Fix irregularities with CC Mode fontification, particularly with "known types"Alan Mackenzie2017-10-052-105/+55
* Fix breakage due to recent change in tabulated-list-print-entryEli Zaretskii2017-10-051-19/+13
* * lisp/ses.el (ses-print-cell): Fix alignment of text cells. (Bug#27653)Gemini Lasswell2017-10-051-2/+1
* Set xterm click count to 1 even with no last clickAlexander Gramiak2017-10-051-2/+4
* Support indirection for all shr-tag-* callsVasilij Schneidermann2017-10-051-16/+19
* Speed up list-packages when 'visual' line numbers are displayedEli Zaretskii2017-10-051-13/+20
* 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
* * lisp/net/tramp.el (tramp-tramp-file-p): Use `string-match-p'.Michael Albinus2017-10-041-8/+8
* ; Spelling fixesPaul Eggert2017-10-031-5/+5
* Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into emacs-26Michael Albinus2017-10-035-1502/+2223
|\
| * 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-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/+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
| * 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
| * 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