[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/flymake-refactor updated (60bbf1c -> 646c0b2)
From: |
Jo�o T�vora |
Subject: |
[Emacs-diffs] scratch/flymake-refactor updated (60bbf1c -> 646c0b2) |
Date: |
Sun, 1 Oct 2017 08:06:17 -0400 (EDT) |
capitaomorte pushed a change to branch scratch/flymake-refactor.
from 60bbf1c flymake-diagnostic-types-alist now uses flymake-category
new 879bb3b * lisp/progmodes/flymake-ui.el
(flymake-no-changes-timeout): Improve doc
new bcc509f squash in no changes-timeout
new f5bcdfe Restore flymake-mode-map, even if empty.
new fb7a2ab Flymake backends can report multiple times per check
new efcdd96 Capitalize "Flymake" in docstrings and comments
new 646c0b2 Resolve some dependency yuckiness in flymake.el
Summary of changes:
lisp/progmodes/elisp-mode.el | 4 +-
lisp/progmodes/flymake-elisp.el | 116 +++--
lisp/progmodes/flymake-proc.el | 265 +++++-----
lisp/progmodes/flymake-ui.el | 864 ---------------------------------
lisp/progmodes/flymake.el | 912 ++++++++++++++++++++++++++++++++++-
test/lisp/progmodes/flymake-tests.el | 248 ++++++----
6 files changed, 1244 insertions(+), 1165 deletions(-)
delete mode 100644 lisp/progmodes/flymake-ui.el
- [Emacs-diffs] scratch/flymake-refactor updated (60bbf1c -> 646c0b2),
Jo�o T�vora <=
- [Emacs-diffs] scratch/flymake-refactor 879bb3b 1/6: * lisp/progmodes/flymake-ui.el (flymake-no-changes-timeout): Improve doc, Jo�o T�vora, 2017/10/01
- [Emacs-diffs] scratch/flymake-refactor f5bcdfe 3/6: Restore flymake-mode-map, even if empty., Jo�o T�vora, 2017/10/01
- [Emacs-diffs] scratch/flymake-refactor bcc509f 2/6: squash in no changes-timeout, Jo�o T�vora, 2017/10/01
- [Emacs-diffs] scratch/flymake-refactor efcdd96 5/6: Capitalize "Flymake" in docstrings and comments, Jo�o T�vora, 2017/10/01
- [Emacs-diffs] scratch/flymake-refactor fb7a2ab 4/6: Flymake backends can report multiple times per check, Jo�o T�vora, 2017/10/01
- [Emacs-diffs] scratch/flymake-refactor 646c0b2 6/6: Resolve some dependency yuckiness in flymake.el, Jo�o T�vora, 2017/10/01