Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated URL to berlios. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
27cc4f1f6475807d0dab11c0e0a3f784 |
User & Date: | peter 2006-06-02 19:17:04.000 |
Context
2006-06-02
| ||
19:18 | Release 2.1 check-in: 55591d57b9 user: peter tags: trunk | |
19:17 | Updated URL to berlios. check-in: 27cc4f1f64 user: peter tags: trunk | |
19:07 | Adapted to berlios. check-in: 2734c03aeb user: peter tags: trunk | |
Changes
Changes to src/help.tcl.
︙ | ︙ | |||
61 62 63 64 65 66 67 | -bg [$w cget -bg] pack $w.t -side top -expand y -fill both $w.t insert end "A graphical frontend to diff\n\n" $w.t insert end "$diffver\n\n" $w.t insert end "Made by Peter Spjuth\n" $w.t insert end "E-Mail: peter.spjuth@space.se\n" | | | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | -bg [$w cget -bg] pack $w.t -side top -expand y -fill both $w.t insert end "A graphical frontend to diff\n\n" $w.t insert end "$diffver\n\n" $w.t insert end "Made by Peter Spjuth\n" $w.t insert end "E-Mail: peter.spjuth@space.se\n" $w.t insert end "\nURL: http://eskil.berlios.de\n" $w.t insert end "\nTcl version: [info patchlevel]\n" set du [package provide DiffUtil] if {[info procs DiffUtil::LocateDiffExe] ne ""} { append du " (tcl)" } else { append du " (c)" |
︙ | ︙ |