log

age author description
2011-01-08 Peter Hosey Changed the token expression to add support for sub-identifier word differencing.
2011-01-06 Peter Hosey This is diff-colorize 1.1.
2011-01-06 Peter Hosey Merged in the new 1.0 version-message changeset.
2011-01-06 Peter Hosey Added tag 1.0 for changeset 948c96784f00
2011-01-06 Peter Hosey Added line to usage message identifying this as diff-colorize 1.0. 1.0
2011-01-06 Peter Hosey Prevent lines that are completely different from being completely highlighted as different.
2011-01-06 Peter Hosey Improve the highlighting of differences using a longest common subsequence algorithm.
2011-01-05 Peter Hosey Added highlighting differences between consecutive old and new lines.
2011-01-05 Peter Hosey Interleave adjacent runs of consecutive old and new lines into alternating old and new lines.
2011-01-04 Peter Hosey Make the file importable for debugging purposes by wrapping the main-program-only bits in an if __name__ == "__main__" block.
2008-08-11 Peter Hosey Added tag 1.0b2 for changeset a7214992f904
2008-08-11 Peter Hosey Added a different set of default color codes and a different colorization format string. Both of these are to support 16-color mode (which is all Terminal supports). 1.0b2
2008-08-11 Peter Hosey Added tag 1.0b1 for changeset 89284f926abb
2008-08-11 Peter Hosey Darkened the colors for “old mode” and “removed”. The previous “removed” color was just too pink—not the light red I wanted. 1.0b1
2008-08-11 Peter Hosey Removed the now-unnecessary print statement for RESET_FORMAT, since we now output RESET_FORMAT at the end of every loop iteration, rather than the beginning.