Eskil

Diff
Login

Differences From Artifact [99464c1d1c]:

To Artifact [c769e636eb]:


36
37
38
39
40
41
42






43
44
45
46
47
48
49
50
51


52
53
54
55
56
57
58
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







+
+
+
+
+
+







-
-
+
+







#                               Bug-fixes in scroll map and printing
#     1.7     DA-PS    000427   Restricted parsing of large blocks.
#                               Fixed bug with spaces in file names.
#                               Regular screen updates during processing.
#                               Added CVS support.
#     1.8     DA-PS    001115   Highlight current diff.
#                               New -conflict flag to handle merge conflicts.
#     1.9     DA-PS    011105   Added right-click "zoom".
#                               Added -print option.
#                               Improved printing, allow print on Windows.
#                               Display patch mode.
#                               Added search and incremental search.
#                               Added context around a 'diffs only' output.
#
#-----------------------------------------------
# $Revision$
#-----------------------------------------------
# the next line restarts using wish \
exec wish "$0" "$@"

set debug 1
set diffver "Version 1.8.8  2001-11-05"
set debug 0
set diffver "Version 1.9  2001-11-05"
set tmpcnt 0
set tmpfiles {}
set thisscript [file join [pwd] [info script]]
set thisdir [file dirname $thisscript]

if {$tcl_platform(platform) == "windows"} {
    cd $thisdir