Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Support direct print in patch mode. [6bce349e95] |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e4a6e0571cb28d43c8d0ec8badf11eb6 |
User & Date: | peter 2013-09-28 05:40:54.287 |
Context
2014-01-11
| ||
20:19 | Detect Subversion 1.7 working copy where .svn is just in the top. check-in: da66824997 user: peter tags: trunk | |
2013-09-28
| ||
05:40 | Support direct print in patch mode. [6bce349e95] check-in: e4a6e0571c user: peter tags: trunk | |
05:34 | Support more versions of fossil checkout files. check-in: 7e69edb4c8 user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 | 2013-09-28 Added hourglass cursor during prune equal in directory diff. [766b7a4695] 2013-09-26 Fixed error printing patch with only deleted or inserted files. [2d89cee14d] 2013-08-22 | > > > | 1 2 3 4 5 6 7 8 9 10 | 2013-09-28 Support direct print in patch mode. [6bce349e95] 2013-09-28 Added hourglass cursor during prune equal in directory diff. [766b7a4695] 2013-09-26 Fixed error printing patch with only deleted or inserted files. [2d89cee14d] 2013-08-22 |
︙ | ︙ |
Changes to src/eskil.tcl.
︙ | ︙ | |||
1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 | foreach item {wLine1 wLine2} { set w $::widgets($top,$item) $w configure -state disabled } update idletasks wm title $top "Eskil: [file tail $::eskil($top,patchFile)]" $::widgets($top,wLine2) see 1.0 normalCursor $top return } else { prepareFiles $top } wm title $top "Eskil: [TitleTail $top]" | > > > | 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 | foreach item {wLine1 wLine2} { set w $::widgets($top,$item) $w configure -state disabled } update idletasks wm title $top "Eskil: [file tail $::eskil($top,patchFile)]" $::widgets($top,wLine2) see 1.0 if {$::eskil($top,printFile) ne ""} { after idle "doPrint $top 1 ; cleanupAndExit all" } normalCursor $top return } else { prepareFiles $top } wm title $top "Eskil: [TitleTail $top]" |
︙ | ︙ |