Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use new DiffUtil |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
03a453b899956a1852d9e4b25910fb0e |
User & Date: | peter 2016-06-09 22:00:39.678 |
Context
2016-06-09
| ||
22:18 | Handle version tagging outside source file. check-in: 0318c08ca1 user: peter tags: trunk | |
22:00 | Use new DiffUtil check-in: 03a453b899 user: peter tags: trunk | |
2016-04-14
| ||
12:52 | Corrected CVS detection check-in: bf725897bf user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 | 2016-04-13 Allow plugin to know file names. Use source file with pdftotext in PDF plugin since stdin is not reliable there. 2016-04-13 When displaying a patch, detect a file with no changed chunks. E.g. svn diff lists changed binary files like that. | > > > | 1 2 3 4 5 6 7 8 9 10 | 2016-06-09 Upgraded to DiffUtilTcl 0.3.9 to get consistent word parse behaviour. 2016-04-13 Allow plugin to know file names. Use source file with pdftotext in PDF plugin since stdin is not reliable there. 2016-04-13 When displaying a patch, detect a file with no changed chunks. E.g. svn diff lists changed binary files like that. |
︙ | ︙ |
Changes to Makefile.
1 2 3 4 5 6 7 8 9 10 11 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- VERSION = 271 # 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 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- VERSION = 271 # 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-865 # 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 htdocs/changes.wiki.
1 2 3 4 5 6 7 8 9 10 11 | <title>Changes</title> Upcoming changes (not yet released): * New [./table.wiki | table] view, activated by -table, when comparing tables. * Mercurial support for Directory Diff, Commit, Revert and Log. * Printed PDF is now compressed. * Printed PDF from patch view adds page break between files. * Plugins can define command line options they accept. * Plugins can read ::argv to know the given command line. * New plugin for binary files | > | 1 2 3 4 5 6 7 8 9 10 11 12 | <title>Changes</title> Upcoming changes (not yet released): * Word parse now consistenty uses non-space as word char. * New [./table.wiki | table] view, activated by -table, when comparing tables. * Mercurial support for Directory Diff, Commit, Revert and Log. * Printed PDF is now compressed. * Printed PDF from patch view adds page break between files. * Plugins can define command line options they accept. * Plugins can read ::argv to know the given command line. * New plugin for binary files |
︙ | ︙ |