summaryrefslogtreecommitdiff
path: root/debian/control
blob: 80bb49f190392199f0df0925a873b112500cdca6 (plain)
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
Source: elpa-undo-tree
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Dmitry Bogatov <KAction@gnu.org>
Build-Depends: debhelper (>= 9), dh-elpa (>= 0.0.18)
Standards-Version: 3.9.8
Homepage: http://www.dr-qubit.org/tags/computing-code-emacs.html
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/paredit-el.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/paredit-el.git/

Package: elpa-undo-tree
Architecture: all
Depends: ${misc:Depends}, emacs, ${elpa:Depends}
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
Description: Emacs minor mode for handling undo history as tree
 Package undo-tree provided by this package replaces Emacs' undo
 system with a system that treats undo history as what it is: a
 branching tree of changes. This simple idea allows the more intuitive
 behaviour of the standard undo/redo system to be combined with the
 power of never losing any history. An added side bonus is that undo
 history can in some cases be stored more efficiently, allowing more
 changes to accumulate before Emacs starts discarding history.