emacs interface for darcs (http://joyful.com/darcsum)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
| Release notes.
2013/11/3 1.3
* Fix hang on "Will not ask whether to revert this already decided patch"
* Maybe use vc-darcs for diffing.
* Menu changes.
* Support for using show-trailing-whitespace.
* Make summary buffer read-only.
* Gnus-related functions are now in the darcsum namespace, with
usage controlled by gnus-summary-mode-hook option
darcsum-install-view-bindings.
* Turn off undo in the main buffer.
* Support darcs 2.9.
* Fix darcssum-amend.
* Assorted code cleanups and doc fixes.
Release contributors:
Dave Love
Simon Michael
Simon Marlow
2010/4/8 1.2
* add "A" keybinding for darcsum-amend
darcsum-amend can only amend the most recent patch right now
* show non-ascii characters unescaped by default
Note, changes with non-ascii characters are still ignored.
* always record with --no-test, for greater reliability
Darcs repo test commands are too diverse and unpredictable for darcsum
to deal with, so just always use --no-test. This is compatible with
darcs >= 2.0 and hopefully darcs 1.x as well.
* ignore a pending setpref rather than failing
* add support for debugging darcs interaction controlled by darcsum-debug flag
2005-2009 1.1 branch
2004 1.0
|