Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Release 1.9. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0f7a4d40e68b1070930a3bc9181c1a17 |
User & Date: | spjutp 2001-11-05 15:26:14.000 |
Context
2001-11-09
| ||
16:27 | Fixed zoom to display better and to adjust to long lines. Fixed Freewrap support. check-in: 7a3de8b571 user: spjutp tags: trunk | |
2001-11-05
| ||
15:26 | Release 1.9. check-in: 0f7a4d40e6 user: spjutp tags: trunk | |
15:18 | Improved incremental search. Added status indicator. Improved search to work in both windows. check-in: 2e8c70e978 user: spjutp tags: trunk | |
Changes
Changes to src/eskil.tcl.
︙ | ︙ | |||
36 37 38 39 40 41 42 43 44 45 46 47 48 49 | # 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. # #----------------------------------------------- # $Revision$ #----------------------------------------------- # the next line restarts using wish \ exec wish "$0" "$@" | > > > > > > | | | 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 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 |
︙ | ︙ |