Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Release 2.1 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
55591d57b9874050c6fb0b6bd08f61cc |
User & Date: | peter 2006-06-02 19:18:23.000 |
Context
2006-06-02
| ||
19:20 | Release 2.1. check-in: eb5bd57f4c user: peter tags: trunk | |
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 | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 | 2006-05-22 Added -n to cvs status, so write access is not necessary. Refactored print code to centralize enscript stuff. 2005-12-26 Added -preprocess. Fixed regsub -- bug. Made sure -nodigit is applied after -preprocess. | > > | 1 2 3 4 5 6 7 8 9 | Release 2.1 2006-05-22 Added -n to cvs status, so write access is not necessary. Refactored print code to centralize enscript stuff. 2005-12-26 Added -preprocess. Fixed regsub -- bug. Made sure -nodigit is applied after -preprocess. |
︙ | ︙ |
Changes to src/eskil.tcl.
︙ | ︙ | |||
35 36 37 38 39 40 41 | # Stop Tk from meddling with the command line by copying it first. set ::eskil(argv) $::argv set ::eskil(argc) $::argc set ::argv {} set ::argc 0 set debug 0 | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | # Stop Tk from meddling with the command line by copying it first. set ::eskil(argv) $::argv set ::eskil(argc) $::argc set ::argv {} set ::argc 0 set debug 0 set diffver "Version 2.1 2006-06-02" set ::thisScript [file join [pwd] [info script]] # Do initalisations for needed packages and globals. # This is not run until needed to speed up command line error reporting. proc Init {} { package require Tk 8.4 catch {package require textSearch} |
︙ | ︙ |