[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] branch scratch/flymake-refactor-cleaner-for-emacs-26 creat
From: |
Jo�o T�vora |
Subject: |
[Emacs-diffs] branch scratch/flymake-refactor-cleaner-for-emacs-26 created (now b80d29d) |
Date: |
Mon, 2 Oct 2017 20:12:13 -0400 (EDT) |
capitaomorte pushed a change to branch
scratch/flymake-refactor-cleaner-for-emacs-26.
at b80d29d Start rewriting Flymake manual
This branch includes the following new commits:
new 71776ec Split Flymake into flymake.el into flymake-proc.el
(again!)
new 427bb8d Flymake provides flymake-report re-entry point for
backends
new c8004c6 Completely rewrite Flymake's subprocess output processing
new 1f40144 Move symbols in flymake-proc.el to separate namespace
new 6a5e6ad Flymake diagnostics now apply to arbitrary buffer regions
new 79867d3 Allow running flymake-tests.el from interactive sessions
new 86a4f30 Refactor flymake-tests.el in preparation for more tests
new 2b735b4 New Flymake variable flymake-diagnostic-types-alist and
much cleanup
new da45044 Flymake's flymake-proc.el parses column numbers from
gcc/javac errors
new b17ec76 Flymake warning face easier to distinguish
new 555bea3 Protect against timer triggers when no flymake-mode
new 8f50239 Add a new Flymake test for multiple errors and warnings
new 9357120 Echo Flymake error messages when navigating errors
interactively
new 4f7d568 Flymake checks file names before considering diagnostics
new fd9e32c Flymake highlights GCC info/notes as detected by
flymake-proc.el
new 0a4e420 Protect Flymake's eager checks against commands like
fill-paragraph
new de4e13a More Flymake cleanup before advancing to backend redesign
new b4099cb New Flymake API variable flymake-diagnostic-functions
new fc30b6b Simplify Flymake logging and erroring
new 4ae24d7 Flymake's flymake-proc.el backend slightly easier to debug
new 2b48161 Tweak Flymake commands flymake-goto-[next/prev]-error
new 4a110bf Fancy Flymake mode-line construct displays status
new 26ac964 A couple of Flymake backends for emacs-lisp-mode
new 2dd9e04 Add interactive flymake-start function
new a506cc6 Fix three Flymake bugs when checking C header files
new a458e1a Treat flymake errors as just another type of diagnostic
new 4d6d56d Remove old flymake-display-err-menu-for-current-line,
it's useless
new 8f0f9cc Flymake uses some new fringe bitmaps
new ef67227 Explicitly add a(n empty) keymap for Flymake
new 5f0e3328 A batch of minor flymake cleanup actions agreed to with
Stefan
new fbc6359 Flymake variable flymake-diagnostic-functions now a
special hook
new be9dd4c Improve use of flymake-no-changes-timeout
new ea36cec Flymake backends can report multiple times per check
new 38fdbd6 Capitalize "Flymake" in docstrings and comments
new 3ecfe98 Tweak Flymake autoloads and dependencies
new c1661fc Hook Flymake onto proper checkdoc and byte-compile
interfaces
new 3169bd9 Integrate elisp checkers into elisp-mode.el directly
new 2971cd0 Minimal tweak as an attempt to future-proof Flymake API
new b80d29d Start rewriting Flymake manual
- [Emacs-diffs] branch scratch/flymake-refactor-cleaner-for-emacs-26 created (now b80d29d),
Jo�o T�vora <=
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 427bb8d 02/39: Flymake provides flymake-report re-entry point for backends, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 b17ec76 10/39: Flymake warning face easier to distinguish, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 79867d3 06/39: Allow running flymake-tests.el from interactive sessions, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 555bea3 11/39: Protect against timer triggers when no flymake-mode, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 da45044 09/39: Flymake's flymake-proc.el parses column numbers from gcc/javac errors, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 9357120 13/39: Echo Flymake error messages when navigating errors interactively, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 86a4f30 07/39: Refactor flymake-tests.el in preparation for more tests, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 8f50239 12/39: Add a new Flymake test for multiple errors and warnings, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 4f7d568 14/39: Flymake checks file names before considering diagnostics, Jo�o T�vora, 2017/10/02
- [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 0a4e420 16/39: Protect Flymake's eager checks against commands like fill-paragraph, Jo�o T�vora, 2017/10/02