Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Moved changes to separate file |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2bdd06e6f922bcc7f0668f6bab157521 |
User & Date: | peter 2011-10-29 21:21:10.813 |
Context
2011-10-29
| ||
21:25 | Moved download to separate file check-in: 52286e32d6 user: peter tags: trunk | |
21:21 | Moved changes to separate file check-in: 2bdd06e6f9 user: peter tags: trunk | |
2011-10-27
| ||
20:49 | Pruning bad links check-in: 6260192a21 user: peter tags: trunk | |
Changes
Added htdocs/changes.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | <!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> <h3>Changes</h3> Changes in v2.5 (2011-04-01):<br> <ul> <li> Requires Tcl 8.5.</li> <li> Plugins: Added dump, better documentation.</li> <li> Dir diff: Added step down.</li> <li> Dir diff: Redesigned to display less.</li> <li> Support for Perforce and Fossil.</li> <li> Allow zero lines of context.</li> <li> Detect and display annotation in patch view.</li> <li> Select colors for PDF print. Command line options for PDF.</li> <li> Removed support for Postscript output.</li> <li> Support File Drop with TkDnd.</li> <li> Handle line endings in conflict and merge.</li> </ul> Changes in v2.4 (2009-01-08):<br> <ul> <li> Completely redesigned directory diff.</li> <li> Added a log viewer in revision mode.</li> <li> Added color option for unchanged text.</li> <li> Plugins support.</li> <li> Support for Subversion, Mercurial and Bazaar.</li> <li> Support commit in Subversion.</li> <li> Added -review for displaying all changes in a tree.</li> <li> Support command line "-" to read a patch from std input.</li> </ul> Changes in v2.3 (2007-12-05):<br> <ul> <li> Added -printpdf command line option.</li> <li> Fixed line numbering in PDF with big line numbers.</li> <li> Started on GIT support.</li> <li> Anything on the command line is checked for a starkit. Kits are mounted and treated as directories.</li> </ul> Changes in v2.2 (2007-04-05):<br> <ul> <li> Added experimental -nonewline command option.</li> <li> Added -close command option.</li> <li> Added experimental PDF print.</li> <li> Added dirdiff preferences and filters.</li> <li> Smarter save in merge. [FR 2957]</li> <li> Added commit button for CVS. [FR 2780]</li> <li> Bug fixes include: Kits are mounted readonly, fixed dir diff window menu, improved patch file parsing.</li> </ul> <br> Changes in v2.1 (2006-06-02):<br> <ul> <li> Added -preprocess command line option.</li> <li> Added -foreach command line option.</li> <li> Added -context command line option.</li> <li> Handle starkits as directories in dir diff.</li> <li> Support relative -r with CVS.</li> </ul> <br> Changes in v2.0.7 (2004-12-14):<br> <ul> <li> Added regsub preprocessing option.</li> <li> Added -prefix command line option.</li> <li> Improved merge window.</li> <li> Added ignore keyword option to directory diff.</li> </ul> <br> Changes in v2.0.6 (2004-10-19):<br> <ul> <li> Added Ignore Digit option.</li> <li> Fixed bug in -r for ClearCase.</li> <li> Edit Mode made more robust.</li> </ul> <br> Changes in v2.0.5 (2004-08-20):<br> <ul> <li> Option -r can now be used with ClearCase diff.</li> <li> Edit Mode allows simple editing in the diff display and saving.</li> </ul> <br> Changes in v2.0.4 (2004-06-17):<br> <ul> <li> Added ignore case option.</li> <li> Improved alignment function.</li> </ul> <br> Changes in v2.0.3 (2004-05-26):<br> <ul> <li> Added context options for "Diffs only" mode.</li> <li> Rewrote how "Separate Diff" and "Align" works. The latter now only happens after a "Redo Diff".</li> <li> Added scroll map and some more context menu options in Directory Diff.</li> </ul> <br> 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> |
Changes to htdocs/index.html.
︙ | ︙ | |||
10 11 12 13 14 15 16 | <h3>Bug tracker and files can be found in the <b><a href="/fossil/timeline">Fossil Repository</a> </b></h3><p> <h1>Eskil: A graphical frontend to Diff</h1> <a href="#EskilDownload">Download</a> <a href="#EskilFeatures">Features</a> <a href="#EskilScreenshots">Screenshots</a> | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <h3>Bug tracker and files can be found in the <b><a href="/fossil/timeline">Fossil Repository</a> </b></h3><p> <h1>Eskil: A graphical frontend to Diff</h1> <a href="#EskilDownload">Download</a> <a href="#EskilFeatures">Features</a> <a href="#EskilScreenshots">Screenshots</a> <a href="changes.html">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. |
︙ | ︙ | |||
64 65 66 67 68 69 70 | <a name="EskilScreenshots"></a><h3>Screenshots</h3> <img src="eskil1.png"> <p> A "zoom" feature for long lines.<p> <img src="eskil2.png"><br> | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 64 65 66 67 68 69 70 71 72 | <a name="EskilScreenshots"></a><h3>Screenshots</h3> <img src="eskil1.png"> <p> A "zoom" feature for long lines.<p> <img src="eskil2.png"><br> </body> </html> |