summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add mode map to diagnostic buttonscratch/flymake-diagnostics-bufferMark Oteiza2017-10-101-0/+1
* Tweak the Flymake diagnostics buffer againJoão Távora2017-10-091-13/+17
* Simplify Flymake diagnostics buffer UXMark Oteiza2017-10-091-21/+14
* First stab at a Flymake diagnostics bufferJoão Távora2017-10-071-1/+106
* Fix flymake-goto-next-error when message has %-constructsJoão Távora2017-10-071-1/+2
* Move the entry about 'format' into Incompatible Lisp ChangesEli Zaretskii2017-10-071-7/+9
* Fix glitches in displaying TTY menusEli Zaretskii2017-10-071-8/+14
* Create new Edebug spec for docstrings and use it in closuresGemini Lasswell2017-10-066-22/+35
* Avoid byte-compilation warnings in message.elEli Zaretskii2017-10-061-0/+1
* Fix bug in recent styled_format changePaul Eggert2017-10-061-3/+11
* Cleanup emacs-lisp-mode's use of FlymakeJoão Távora2017-10-061-66/+54
* Fix @include directive in Flymake docJoão Távora2017-10-061-1/+1
* Move read-multiple-choice to its own libraryMark Oteiza2017-10-064-172/+201
* * src/process.c (syms_of_process): Remove duplicated call to DEFSYM.Piotr Trojanek2017-10-061-1/+0
* Fix typos in Flymake documentationLele Gaifax2017-10-063-40/+35
* 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 bug with unmounted directory on GNU/LinuxPaul Eggert2017-10-051-1/+12
* ; Update ChangeLog.3Nicolas Petton2017-10-051-1/+28145
* ; * Makefile.in: set PREFERRED_BRANCH to emacs-26Nicolas Petton2017-10-051-1/+1
* Update authors.elNicolas Petton2017-10-051-2/+5
* Fix dynamic binding wrapper in iter-lambda (bug#25965)Gemini Lasswell2017-10-052-2/+11
* Update Org to v9.1.2Rasmus2017-10-0511-49/+59
* 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
* ; * etc/NEWS: Fix the "manual-update" marker of a recent addition.Eli Zaretskii2017-10-051-1/+1
* 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
* Fix search for ~/.Xdefaults-HOSTNAMEJohan Bockgård2017-10-041-2/+5
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-047-27/+30
* 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
* Avoid crashes on C-g when several threads wait for inputEli Zaretskii2017-10-044-31/+45
* ; Spelling fixesPaul Eggert2017-10-031-5/+5
* Warn if --without-pop is now the defaultPaul Eggert2017-10-031-9/+10
* --with-pop is now the default only on MS-WindowsPaul Eggert2017-10-033-10/+20
* Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into emacs-26Michael Albinus2017-10-0311-1835/+2752
|\
| * Merge branch 'scratch/flymake-refactor-clean-for-emacs-26' into emacs-26João Távora2017-10-0311-1835/+2752
| |\
| | * Start rewriting Flymake manualJoão Távora2017-10-031-301/+237
| | * 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-034-470/+609
| | * Flymake uses proper idle timersJoão Távora2017-10-031-20/+25