1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Eskil - A graphical frontend to Diff</title>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
</head>
<body>
<h1><a href="http://eskil.tcl.tk/">Eskil</a>: A graphical frontend to Diff</h1>
<a href="download.html">Download</a>
<a href="index.html#EskilFeatures">Features</a>
<a href="index.html#EskilScreenshots">Screenshots</a>
Changes
<a href="../../../timeline">Fossil Repository</a>
<a href="../../../reportlist">Bug Tracker</a>
<h3>Changes</h3>
Changes in v2.6 (2011-10-30):<br>
<ul>
<li> Support commit in Git and Fossil.</li>
<li> Support commit, list of files and revisions with -review.</li>
<li> Added Paste Patch command.</li>
<li> New -pluginlist option. New GUI for plugin selection.</li>
|
|
|
|
<
>
|
>
>
|
>
|
|
>
>
|
>
>
>
>
>
>
|
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Eskil: Changes</title>
<link rel="stylesheet" href="../../../style.css" type="text/css"
media="screen">
</head>
<body>
<div class="header">
<div class="title">Eskil<br/>Changes</div>
</div>
<div class="mainmenu">
<a href='index.html'>Home</a>
<a href="index.html#EskilFeatures">Features</a>
<a href="index.html#EskilScreenshots">Screenshots</a>
<a href="download.html">Download</a>
<a href="changes.html">Changes</a>
<a href='../../../timeline'>Timeline</a>
<a href='../../../brlist'>Branches</a>
<a href='../../../taglist'>Tags</a>
<a href='../../../reportlist'>Tickets</a>
<a href='../../../wiki'>Wiki</a>
<a href='../../../login'>Login</a>
</div>
<div class="content">
<h3>Changes</h3>
Changes in v2.6 (2011-10-30):<br>
<ul>
<li> Support commit in Git and Fossil.</li>
<li> Support commit, list of files and revisions with -review.</li>
<li> Added Paste Patch command.</li>
<li> New -pluginlist option. New GUI for plugin selection.</li>
|
127
128
129
130
131
132
133
134
135
136
|
<li> Added preference for width and height.</li>
<li> Added Tools menu to directory diff window.</li>
<li> Made it simpler to save a conflict in the same file.</li>
</ul>
<br>
First public release v2.0 (2004-01-30):<br>
<br>
</body>
</html>
|
|
|
138
139
140
141
142
143
144
145
146
147
|
<li> Added preference for width and height.</li>
<li> Added Tools menu to directory diff window.</li>
<li> Made it simpler to save a conflict in the same file.</li>
</ul>
<br>
First public release v2.0 (2004-01-30):<br>
<br>
</div>
</body>
</html>
|