dgutov pushed a change to branch master. from cde5d9a Undo some breakage new 38a83db Add documentation for diff-hl-dired-status-files. new d188525 Merge pull request #37 from holocronweaver/documentation new 5bfb314 Move diff-hl-margin-side after diff-hl-margin-mode definition new eb92f0e Merge pull request #39 from jamessan/diff-hl-margin-load-error new d6b7d82 Support the "next" Magit version new 733ad33 silence byte-compiler new 1743a80 Merge pull request #42 from tarsius/silentio new 75d4bdc Remove CR characters new 84d5110 Bump the copyright years new 4959c6e Autoload diff-hl-dired-mode-unless-remote new 934fef0 Promote diff-hl-margin-side to diff-hl-side new 28263c7 Handle narrowing (fixes #48) new 12def16 Allow bitmap width only up to 16 (#49) new bf27c41 vc-disable-async-diff: Don't bind when it's undefined new 7ea8159 Define diff-hl-command-map without destroying existing bindings new 028b2bf Merge pull request #51 from tarsius/keep-bindings new c79dc5b Allow diffing on-the-fly new 45ac71d Revert "Allow diffing on-the-fly" new 66e521a Add diff-hl-flydiff as a separate file new 327e01c Add commentary to diff-hl-flydiff new 0db7160 Change version predicate for vc-git polyfilling new 3e64ed5 #'diff-hl-flydiff/overlay-modified → #'ignored new e0f8fe1 Require nadvice at toplevel new 34d2802 No need to remove diff-hl-edit from hooks new 3fa2b54 Prefer using /dev/shm for temporary files new 15aa2b8 Fix usage of "ignored" new 2209370 Ensure working revisions are never stale new 4bd5166 Update copyright year(s) for diff-hl-flydiff new 3ab3aae Fix *another* usage of "ignored" new 6ab3ebe Stop duplicating code in diff-hl-changes new 2992efd Simplify diff-hl-flydiff/modified-p advice new 418dbc7 Update docs to reflect new diff-hl-flydiff-mode new f300548 Merge pull request #50 from PythonNut/master new 2d40373 Update diff-hl-flydiff/vc-git-mode-line-string as per Emacs master new 1558064 Reword the recent README changes new 8d313db Use --strip-trailing-cr new 7428f4a Reduce warnings during byte-compilation; don't error b-c in <24.4 new a16b225 One fewer version check new 5068da4 Reindent new e576ee2 Make diff-hl-flydiff-delay customizable new 7fa7f09 Bump the version new a454a24 Merge commit '7fa7f099c7008d521dbbb57a1546f11535544536' from diff-hl
Summary of changes: packages/diff-hl/README.md | 14 +- packages/diff-hl/diff-hl-dired.el | 11 +- packages/diff-hl/diff-hl-flydiff.el | 182 ++++++ packages/diff-hl/diff-hl-margin.el | 18 +- packages/diff-hl/diff-hl.el | 1068 ++++++++++++++++++----------------- 5 files changed, 751 insertions(+), 542 deletions(-) create mode 100644 packages/diff-hl/diff-hl-flydiff.el