emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/flymake-refactor updated (3b6c736 -> 1116aa7)


From: João Távora
Subject: [Emacs-diffs] scratch/flymake-refactor updated (3b6c736 -> 1116aa7)
Date: Thu, 28 Sep 2017 10:28:21 -0400 (EDT)

capitaomorte pushed a change to branch scratch/flymake-refactor.

      from  3b6c736   Start rewriting flymake manual
       new  7d3d3d3   Fix flymake problems when checking C header files
       new  1d58e32   Fix flymake-wrap-around for buffers with no errors
       new  9329265   Treat flymake errors as just another type of diagnostic
       new  38c7d4f   Remove old flymake-display-err-menu-for-current-line, 
it's useless
       new  9d93d46   New flymake fringe bitmaps
       new  1116aa7   * lisp/progmodes/flymake-ui.el (flymake-mode-map): Bind 
"M-n" and "M-p"


Summary of changes:
 doc/misc/flymake.texi                              |   4 +-
 lisp/progmodes/flymake-proc.el                     |  32 +++-
 lisp/progmodes/flymake-ui.el                       | 161 +++++++++++----------
 test/lisp/progmodes/flymake-resources/Makefile     |   4 +-
 .../flymake-resources/errors-and-warnings.c        |  15 +-
 .../lisp/progmodes/flymake-resources/no-problems.h |   1 +
 .../progmodes/flymake-resources/some-problems.h    |   5 +
 test/lisp/progmodes/flymake-tests.el               |  20 +++
 8 files changed, 150 insertions(+), 92 deletions(-)
 create mode 100644 test/lisp/progmodes/flymake-resources/no-problems.h
 create mode 100644 test/lisp/progmodes/flymake-resources/some-problems.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]