emacs interface for darcs (http://joyful.com/darcsum)
| |
| 3
4
5
6
| 2013/11/3 1.3
* Fix hang on "Will not ask whether to revert this already decided patch"
|
|
| 7
8
9
10
11
12
13
14
15
16
17
18
| * 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.
|
|
| 19
20
21
22
23
24
| * Turn off undo in the main buffer.
* Support darcs 2.9.
* Fix darcssum-amend.
|
|
| 25
26
| * Assorted code cleanups and doc fixes.
|
|
| 27
28
29
30
31
| Release contributors:
Dave Love
Simon Michael
Simon Marlow
|
|
| |
| 33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
* 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
|
|