Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Release 2.0.2. Added changes section. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
205905383484a820672eddc3dba201ce |
User & Date: | peter 2004-05-03 16:51:50.000 |
Context
2004-05-03
| ||
17:34 | Moved testsuite into tests directory. check-in: 3eb6a91852 user: peter tags: trunk | |
16:51 | Release 2.0.2. Added changes section. check-in: 2059053834 user: peter tags: trunk | |
16:43 | Added DiffUtil but disabled it. check-in: cd2a8d4301 user: peter tags: trunk | |
Changes
Changes to Eskil.html.
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | </head> <body> <h1>Eskil: A Tk frontend to Diff</h1> <a href="#EskilDownload">Download</a> <a href="#EskilFeatures">Features</a> <a href="#EskilScreenshots">Screenshots</a> <p> <h3>About Eskil</h3> The first major application I wrote in Tcl/Tk was this tool (somewhere around 1997). Writing it is what made me learn and enjoy Tcl. (I already liked Tk but still found Tcl annoying at the time.)<br> I have used it a lot during the years and lately it has received enough polish to grant a public release. | > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | </head> <body> <h1>Eskil: A Tk frontend to Diff</h1> <a href="#EskilDownload">Download</a> <a href="#EskilFeatures">Features</a> <a href="#EskilScreenshots">Screenshots</a> <a href="#EskilChanges">Changes</a> <p> <h3>About Eskil</h3> The first major application I wrote in Tcl/Tk was this tool (somewhere around 1997). Writing it is what made me learn and enjoy Tcl. (I already liked Tk but still found Tcl annoying at the time.)<br> I have used it a lot during the years and lately it has received enough polish to grant a public release. |
︙ | ︙ | |||
38 39 40 41 42 43 44 | <li>View patch file.</li> <li>Print to postscript.</li> <li>"Clip diff"</li> </ul> <a name="EskilDownload"></a><h3>Download</h3> | | > > > > > > > > > > > > > > > > > > | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <li>View patch file.</li> <li>Print to postscript.</li> <li>"Clip diff"</li> </ul> <a name="EskilDownload"></a><h3>Download</h3> Version 2.0.2:<br> As a <a href="eskil/eskil.kit">Starkit</a> <p> <a href="eskil/eskil.linux">Starpack for Linux (x86)</a><br> <a href="eskil/eskil.solaris">Starpack for Solaris (sparc)</a><br> <a href="eskil/eskil.exe">Starpack for Windows</a><br> <p>The license for the application source is GPL but the bundled packages are under the same license as Tcl. <a name="EskilScreenshots"></a><h3>Screenshots</h3> <img src="eskil/eskil1.png"> <p> A "zoom" feature for long lines.<p> <img src="eskil/eskil2.png"><br> <a name="EskilChanges"></a><h3>Changes</h3> Changes in v2.0.2 (2004-05-03):<br> <ul> <li> Fixed a bug in ClearCase support.</li> <li> Improved enscipt usage in print command.</li> <li> Added "mark file" in dirdiff context menu.</li> </ul> <br> Changes in v2.0.1 (2004-02-10):<br> <ul> <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> |