emacs interface for darcs (fork of simon's darcsum)  (http://joyful.com/darcsum)

amend other people's history without affecting the recorded date

RohanTue Aug 29 21:15:12 UTC 2017

can go to files with spaces in the name

RohanTue Aug 29 21:14:12 UTC 2017

drop the "site", make the hub repo canonical

simonFri May 23 19:33:36 UTC 2014

Adjust colors of darcsum-need-action[-marked]-face to better distinguish file lines

gregludSun Mar 16 04:10:40 UTC 2014

Highlight "in directory" with 'header-line face to help distinguish multiple directories

gregludSun Mar 16 04:08:44 UTC 2014

Highlight the change line# as well as the change itself when change is marked

Also adjust the colors of 'darcsum-change-line-face for readability.

gregludSun Mar 16 04:06:58 UTC 2014

Display times of modified files

A short-format time is shown next to the filename; a long-format time is shown as a tooltip. Uses new function: (darcsum-mtime PATH [LONG])

gregludSun Mar 16 03:30:35 UTC 2014

Add darcsum faces to distinguish deleted vs. inserted vs. context code lines

Faces are applied in an overlay so as to merge with 'darcsum-marked-face

gregludSun Mar 16 02:10:31 UTC 2014

Add commands: darcsum-next-file ('N') and darcsum-previous-file ('P')

gregludSun Mar 16 01:45:31 UTC 2014

Revert (called-interactively-p 'any) back to (interactive-p) in darcsum-whatsnew

Needed for Emacs versions 23.1 and earlier

gregludFri Mar 14 22:38:03 UTC 2014

Fix darcsum bug: hanging after record

Darcs no longer issues the "Finished recording..." message when using --quiet. Repurposed 'darcsum-darcs-2-options-init' to 'darcsum-darcs-2-options-list' function that takes a SUBCOMMAND argument and returns the list of options. The '--quiet' option is removed if SUBCOMMAND="record".

gregludSat Mar 15 00:25:03 UTC 2014

melpa package updated

simonMon Nov 4 14:05:36 UTC 2013

home page cleanups

simonSun Nov 3 22:02:50 UTC 2013

update home page

simonSun Nov 3 21:35:17 UTC 2013

update version number in source

simonFri Jan 10 19:33:15 UTC 2014

site: update to hakyll 4

simonSun Nov 3 21:10:12 UTC 2013

TAG 1.3

simonSun Nov 3 20:36:40 UTC 2013

update release notes

simonSun Nov 3 20:31:04 UTC 2013

notes

simonSun Nov 3 18:46:31 UTC 2013

fix compilation warnings as of emacs 24.3.50.1

The changes are not well tested, and are in:

  • darcsum-add-changeset (called by darcsum-move, M key)
  • darcsum-add-to-boring (B key)
  • darcsum-find-file (f key)
  • darcsum-whatsnew
simonSun Nov 3 18:31:40 UTC 2013

fix a warning or "symbol p undefined" error when darcsum-debug was enabled

simonSun Nov 3 18:27:13 UTC 2013

recognise "Will not ask whether to revert..." without hanging

simonSun Nov 3 18:25:41 UTC 2013

less verbose "darcsum recognised..." debug logging

simonSun Nov 3 18:24:03 UTC 2013

and fix repo url

simonSun May 26 14:35:05 UTC 2013

update repo links, clarify -t advice

simonSun May 26 14:33:11 UTC 2013

Suppress undo records

fxSun Jan 15 21:13:01 UTC 2012

Maintain correct buffer while amending

fxWed Jan 18 20:10:13 UTC 2012

Check liveness of buffer in process filter

fxSun Jan 15 21:00:22 UTC 2012

Additional matches for amending

fxSun Jan 15 20:41:53 UTC 2012

Remove unnecessary regexp groups and make some shy

fxSun Jan 15 20:38:52 UTC 2012