Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bumped revision to 2.7.4 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7e3f1f04891b3cd452d6bd44ecd2f508 |
User & Date: | peter 2017-02-05 19:02:26.675 |
Context
2017-02-05
| ||
19:19 | Better preprocess function check-in: 019ad37ac6 user: peter tags: trunk | |
19:02 | Bumped revision to 2.7.4 check-in: 7e3f1f0489 user: peter tags: trunk | |
18:59 | Handle multiple preprocess definitions that can be saved with preferences. check-in: 823e77d9a8 user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 8 | 2017-02-05 Handle multiple preprocess definitions that can be saved with preferences. 2017-02-04 Support more areas for file drop. 2017-01-31 Made --query work again; lost in option reorganisation. | > | 1 2 3 4 5 6 7 8 9 | 2017-02-05 Bumped revision to 2.7.4 Handle multiple preprocess definitions that can be saved with preferences. 2017-02-04 Support more areas for file drop. 2017-01-31 Made --query work again; lost in option reorganisation. |
︙ | ︙ |
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 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names VERSION = 274 # This string is used to tag the version shown in Eskil DOTVERSION = 2.7.4 # 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 |
︙ | ︙ |
Changes to eskil.vfs/tclkit.inf.
1 | CompanyName "Peter Spjuth" | | | | | 1 2 3 4 5 6 | CompanyName "Peter Spjuth" LegalCopyright "Copyright (c) 1998-2017 Peter Spjuth et al." FileDescription "File difference viewer" ProductName "Eskil" ProductVersion "2.7.4" FileVersion "2.7.4" |