]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2013-11-10 Dmitry GutovBump the version, add .elpaignore, drop Makefile
2013-10-06 Dmitry GutovAllow users to choose which margin to use
2013-09-27 Dmitry GutovMove blurb of text a bit up
2013-09-27 Dmitry GutovCheck in the Makefile
2013-09-26 Dmitry GutovBump the version
2013-09-26 Dmitry GutovUpdate the documentation, add new screenshots
2013-09-25 Dmitry Gutovdiff-hl-margin-mode: Walk buffers outside of the if...
2013-09-25 Dmitry GutovNew global mode: diff-hl-margin
2013-09-24 Dmitry GutovIntroduce diff-hl-highlight-function
2013-09-10 Dmitry Gutov* diff-hl-mode: Extract diff-hl-maybe-define-bitmaps.
2013-09-08 Dmitry GutovScale to non-default fringe sizes better
2013-09-08 Dmitry Gutovdiff-hl-define-bitmaps: Fix the latest additions
2013-09-08 Dmitry Gutov* diff-hl-add-highlighting: Return the overlay
2013-09-08 Dmitry Gutovdiff-hl-unknown: Inherit from diff-header
2013-09-08 Dmitry Gutovdiff-hl-dired-highlight-items: Use diff-hl-fringe-bmp...
2013-09-08 Dmitry Gutovdiff-hl-fringe-bmp-function: New option
2013-09-07 Dmitry Gutovdiff-hl-dired-update: Only process the results once
2013-09-06 Dmitry Gutovdiff-hl-amend-mode: Don't defer via find-file-hook
2013-09-05 Dmitry Gutovdiff-hl-dired-highlight-items: Use the `single' type
2013-09-05 Dmitry GutovAutoload diff-hl-dired-mode
2013-09-05 Dmitry GutovHighlight unregistered files in diff-hl-dired
2013-09-05 Dmitry Gutov* Use one diff-hl-dired-process-buffer per dired buffer.
2013-09-04 Dmitry Gutovdiff-hl-amend-mode: Reword the docstring
2013-09-04 Dmitry GutovAutoload diff-hl-mode
2013-09-04 Dmitry GutovInitial implementation of diff-hl-dired-mode
2013-09-04 Dmitry Gutovdiff-hl-amend: Add explicit (require)
2013-09-03 Dmitry Gutovdiff-hl-amend-set{,up}
2013-09-03 Dmitry GutovAdd the footer
2013-09-03 Dmitry GutovAdd diff-hl-amend-mode
2013-04-19 Dmitry GutovFix #10
2013-04-03 Dmitry GutovFix #8
2013-03-16 Dmitry GutovClose #5
2013-03-07 Dmitry Gutov* diff-hl-next-hunk: don't get distracted by unrelated...
2013-03-06 Dmitry GutovMe fixey
2013-03-06 Dmitry GutovBetter readme
2013-03-06 Dmitry GutovMerge pull request #4 from pashky/master
2013-03-05 pashkySVN needs nil diff switches too to revert to -U0 context
2013-02-08 Dmitry GutovBump the version
2013-02-08 Dmitry GutovMerge pull request #3 from joseph-churchill/master
2013-02-08 Joseph ChurchillMove fringe bitmap initialization into minor mode def...
2013-02-04 Dmitry GutovFix jumping to one-line hunks on empty lines, too
2013-02-04 Dmitry GutovFix jumping to one-line hunks
2013-02-03 Dmitry GutovRemove the stab at highlight-changes-mode
2013-02-03 Dmitry GutovIgnore up-to-date vc state when the buffer is being...
2013-02-03 Dmitry GutovDefer (window-system) check until a buffer is opened
2013-01-27 Dmitry GutovHighlight 'added and 'removed states, too
2013-01-27 Dmitry GutovUse the line-prefix property
2013-01-27 Dmitry GutovMention git-gutter
2013-01-27 Dmitry GutovDepends -> Requires
2013-01-27 Dmitry GutovDon't rely on diff-mode faces changes provided by start...
2013-01-27 Dmitry GutovSilence the "reference to free variable" warning
2013-01-27 Dmitry GutovPrefix all cl functions, add cl-lib dependency
2013-01-26 Dmitry GutovMention hunks in the commentary
2013-01-26 Dmitry GutovMake a clearer summary
2013-01-26 Dmitry GutovFix an error that happened during vc-revert
2012-12-18 Dmitry GutovRemove the hard dependency on smartrep
2012-12-18 Dmitry GutovHandle the almost-empty diff buffer, as in the async...
2012-12-18 Dmitry GutovOnly display the changes when vc-state is 'edited
2012-10-02 Dmitry Gutovdiff-hl-diff-goto-hunk: Fix when the process call is...
2012-09-30 Dmitry GutovClarify relationship with vc-dir-mode
2012-09-30 Dmitry GutovBacktick
2012-09-30 Dmitry GutovSome more touches
2012-09-30 Dmitry GutovImprove documentation (Refs #1)
2012-09-26 Dmitry Gutovdiff-hl-previous-hunk: Fix an edge case
2012-09-25 Dmitry Gutovdiff-hl-revert-hunk: Recenter the window on the hunk...
2012-09-25 Dmitry Gutovdiff-hl-previous-hunk: Fix an edge case
2012-09-24 Dmitry GutovUse map-keymap
2012-09-23 Dmitry GutovSilence byte-compilation
2012-09-23 Dmitry GutovDon't need `read-kbd-macro` for single characters
2012-09-23 Dmitry GutovUse smartrep when available
2012-09-23 Dmitry Gutovdiff-hl-revert-hunk: Fix for pure removal hunks
2012-09-23 Dmitry GutovAdd hunk navigation commands
2012-09-22 Dmitry GutovUse after-revert-hook
2012-07-17 Dmitry GutovRemove workaround for bug#11929
2012-07-17 Dmitry GutovUpdate docstring
2012-07-11 Dmitry GutovWork correctly when no files in vc-dir buffer are marked
2012-07-11 Dmitry GutovClean up diff-hl-dir-mode buffers when turned off
2012-07-10 Dmitry GutovHook into checkin from vc-dir mode
2012-07-07 Dmitry Gutov~
2012-07-04 Dmitry GutovShort-circuit when file is up-to-date
2012-07-02 Dmitry GutovReorder description lines
2012-07-01 Dmitry GutovUpdate comments, assign version
2012-07-01 Dmitry GutovDon't overload vc-diff-revert, bind to "C-x v n" instead
2012-07-01 Dmitry GutovTweak the notion of current hunk
2012-07-01 Dmitry GutovUse 0 lines of context when diffing for revert
2012-07-01 Dmitry GutovRemove overlays when diff shows no changes
2012-07-01 Dmitry GutovIntroduce diff-hl-revert-current-hunk
2012-07-01 Dmitry GutovAllow to revert current hunk only
2012-07-01 Dmitry GutovFix edge case with deletion at the end of a hunk
2012-07-01 Dmitry GutovInvalidate all hunk's overlays together
2012-07-01 Dmitry GutovUse `diff-hunk-prev/next' to benefit from `diff-auto...
2012-06-30 Dmitry GutovFix compilation warning
2012-06-30 Dmitry GutovAbort when diff buffer is empty
2012-06-30 Dmitry GutovGo to current hunk after vc-diff
2012-06-29 Dmitry GutovSupport text-scale-mode
2012-06-29 Dmitry GutovFix diff-hl-change border color
2012-06-29 Dmitry GutovUse vc-checkin-hook
2012-06-29 Dmitry GutovDraw borders around fringe indicators
2012-06-26 Dmitry GutovFix indentation
2012-06-26 Dmitry GutovRemove overlays when the mode is disabled
next