Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bumped revision to 2.7.2 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e2431aa5caf575d87e5a477c414714d8 |
User & Date: | peter 2016-08-14 23:07:40.208 |
Context
2016-08-14
| ||
23:41 | Fixes to quiet warnings check-in: 44f727393d user: peter tags: trunk | |
23:07 | Bumped revision to 2.7.2 check-in: e2431aa5ca user: peter tags: trunk | |
2016-07-29
| ||
22:03 | Include plugin options in plugin dialog. check-in: c9e28d0c53 user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 | 2016-07-29 Include plugin command line options in command line help. Include plugin options in plugin dialog. 2016-07-29 Corrected right side numbering when parsing patch. [288be8f321] | > > > | 1 2 3 4 5 6 7 8 9 10 | 2016-08-15 Bumped revision to 2.7.2 2016-07-29 Include plugin command line options in command line help. Include plugin options in plugin dialog. 2016-07-29 Corrected right side numbering when parsing patch. [288be8f321] |
︙ | ︙ |
Changes to Makefile.
1 2 3 4 5 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names VERSION = 272 # This string is used to tag the version shown in Eskil DOTVERSION = 2.7.2 # Path to the TclKits used for creating StarPacks. TCLKIT = /home/peter/tclkit/v85 TCLKIT_LINUX = $(TCLKIT)/tclkit-linux TCLKIT_SOLARIS = $(TCLKIT)/tclkit-solaris-sparc TCLKIT_WIN = $(TCLKIT)/tclkit-win32.upx.exe TCLKIT_MAC = $(TCLKIT)/tclkit-mac-866 # Paths to the libraries used. # If you do not have access to all these, you can get them from an Eskil kit # as explained below. TEXTSEARCH = /home/peter/src/textsearch DIFFUTIL = /home/peter/src/DiffUtilTcl/lib.vfs/DiffUtil WCB = /home/peter/src/packages/wcb3.4 |
︙ | ︙ |
Changes to eskil.vfs/tclkit.inf.
1 | CompanyName "Peter Spjuth" | | | | | 1 2 3 4 5 6 | CompanyName "Peter Spjuth" LegalCopyright "Copyright (c) 1998-2016 Peter Spjuth et al." FileDescription "File difference viewer" ProductName "Eskil" ProductVersion "2.7.2" FileVersion "2.7.2" |