Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bumped revision to 2.8.0 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fafe561dbd2cf1a7672fc492706f8242 |
User & Date: | peter 2017-12-04 23:13:17.468 |
Context
2017-12-04
| ||
23:15 | Release 2.8.0 check-in: a6ac4d7cbb user: peter tags: trunk | |
23:13 | Bumped revision to 2.8.0 check-in: fafe561dbd user: peter tags: trunk | |
23:06 | Support multiple plugins from command line. check-in: b4d998f4b8 user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 | 2017-12-04 Support multiple plugins from command line. 2017-12-02 Support multiple plugins. Changed default pivot to 10. Include GUI choice for 1. | > > > | 1 2 3 4 5 6 7 8 9 10 | 2017-12-05 Bumped revision to 2.8.0 2017-12-04 Support multiple plugins from command line. 2017-12-02 Support multiple plugins. Changed default pivot to 10. Include GUI choice for 1. |
︙ | ︙ |
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 = 280 # This string is used to tag the version shown in Eskil DOTVERSION = 2.8.0 # 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 2 3 4 | CompanyName "Peter Spjuth" LegalCopyright "Copyright (c) 1998-2017 Peter Spjuth et al." FileDescription "File difference viewer" ProductName "Eskil" | | | | 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.8.0" FileVersion "2.8.0" |
Changes to htdocs/changes.wiki.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <title>Changes</title> Upcoming changes (not yet released): * None yet... Changes in v2.7.4 (2017-11-30): * Handle multiple preprocess definitions that can be saved with preferences. * Preserve line endings when saving during Edit Mode. * Added -gz flag to compare compressed files. * Allow multi select in table diff. * Allow one side of directory diff to be protected from editing. | > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <title>Changes</title> Upcoming changes (not yet released): * None yet... Changes in v2.8.0 (2017-12-05): * Handle multiple plugins. * Upgraded DiffUtil to 0.4.0 which is significantly faster for large files. * Default pivot is now 10. Added GUI choise for pivot 1. Changes in v2.7.4 (2017-11-30): * Handle multiple preprocess definitions that can be saved with preferences. * Preserve line endings when saving during Edit Mode. * Added -gz flag to compare compressed files. * Allow multi select in table diff. * Allow one side of directory diff to be protected from editing. |
︙ | ︙ |