Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

9 check-ins using file src/diff.c version 1f6c64f1db

2012-09-26
14:11
merge ... (check-in: 84f1b5b37f user: jan.nijtmans tags: trunk)
14:10
Make "fossil diff --tk" work on Windows as well. ... (check-in: b836ec8a35 user: jan.nijtmans tags: trunk)
13:52
For the --tk option to the diff command, invoke "tclsh" instead of "wish" and invoke "package require Tk" at the beginning of the script. ... (check-in: aba451e9d5 user: drh tags: trunk)
12:55
Add the --tk option to "fossil diff" in order to launch a Tcl/Tk GUI display of colorized side-by-side diffs. ... (check-in: 22e5d711e5 user: drh tags: trunk)
11:59
Add the --baseurl open to the "fossil server" and "fossil http" commands, for use with reverse proxies such as nginx. ... (check-in: ecb85f61a9 user: drh tags: trunk)
09:48
Correct last merge: mbcs->utf-8 conversion is done later ... (check-in: b9640f05a2 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
09:32
merge trunk ... (check-in: 71ef64bb75 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
09:27
Bug-fix: inline editor on Windows should expect mbcs, not utf-8 ... (check-in: 9c9ad8e572 user: jan.nijtmans tags: trunk)
00:11
Escape "<" and ">" characters denoting removed and inserted line in the HTML version of side-by-side diff. ... (check-in: 28cfb2fb10 user: drh tags: trunk)