xmldiff (0.5.19) distribution(s); urgency=low

	* Change source repository

-- Jim Schaad <ietf@augustcellars.com>  Thur 29 Aug 2019 12:00:00 -0700

xmldiff (0.5.18) distribution(s); urgency=low

	* Fix error building paragraphs with 'li'
	* Fix error in JavaScript

-- Jim Schaad <ietf@augustcellars.com>  Sat 17 Aug 2019 12:00:00 -0700

	* Remove Python 3.4 from the supported list
	* Correct problem with writing unicode on Python 2.7

-- Jim Schaad <ietf@augustcellars.com>  Fri 16 Aug 2019 12:00:00 -0700

xmldiff (0.5.15) distribution(s); urgency=low

	* Change the parameterization on the text difference code to use shorter unmatched strings.
	* Alter how namespaces are displayed so they are not everywhere.

-- Jim Schaad <ietf@augustcellars.com>  Fri 31 May 2019 12:00:00 -0800

xmldiff (0.5.14) distribution(s); urgency=low

	* Change the text matching code to use longer sequences when possible
	* Add 2.7 dependency for enumerations

-- Jim Schaad <ietf@augustcellars.com>  Sun 21 Apr 2019 12:00:00 -0800

xmldiff (0.5.13) distribution(s); urgency=low

	* Clean up so that pyflakes is happy

-- Jim Schaad <ietf@augustcellars.com>  Sat 06 Apr 2019 12:00:00 -0700

xmldiff (0.5.12) distribution(s); urgency=low

	* Add a class to deal with entities when they are not expanded.
	* Remove --template-url option as the templates are now self-contained
	* Load files from the cache if possible

-- Jim Schaad <ietf@augustcellars.com>  Fri 22 Feb 2019 12:00:00 -0800

xmldiff (0.5.11) distribution(s); urgency=low

	* Add code to deal with trees which are going to merge but they	subtrees are going to overlap
	* Add -D option to surpress filling in default attributes from DTD
	* Name spaces are now using a nsX namespace rather than using the {ns}field format.
	* Change the html template to make sure that it is all within the screen.

-- Jim Schaad <ietf@augustcellars.com>  Tue 1 Janc 2019 12:00:00 -0800

xmldiff (0.5.10) distribution(s); urgency=low

	* Make base.html be the default template
	* Add a wdiff.html template which mimics the wdiff marking
	* Deal with getting UTF8 characters in source files - python 2 doesn't like it
	* Clean out some unused items in the manifest file
	* Add the --no-xinclude option.  This option will additionally not process <?rfc include=""?> as well.

-- Jim Schaad <ietf@augustcellars.com>  Mon XX Sept 2018 12:00:00 -0800

xmldiff (0.5.9.1) distribution(s); urgency=low

	* Add missing file to distribution

-- Jim Schaad <ietf@augustcellars.com>  Mon 27 Aug 2018 12:00:00 -0800

xmldiff (0.5.9) distribution(s); urgency=low

	* Complete work to remove JQuery from the html file
	* Make the HTML file be self contained
	* Add space after differences for readability
	* Change the pane re-size algorithm.

-- Jim Schaad <ietf@augustcellars.com>  Mon 6 Aug 2018 12:00:00 -0800

xmldiff (0.5.8.1) distribution(s); urgency=low

	* Switch to a word by word diff computation for display

-- Jim Schaad <ietf@augustcellars.com>  Wed 18 July 2018 12:00:00 -0800

xmldiff (0.5.8) distribution(s); urgency=low

	* Change the underlying difference algorithm used to word based
	* Point to network server for all resources

-- Jim Schaad <ietf@augustcellars.com>  Wed 11 July 2018 12:00:00 -0800

xmldiff (0.5.7) distribution(s); urgency=low

	* Add options dealing w/ no network and no entity resolution

-- Jim Schaad <ietf@augustcellars.com>  Mon 2 July 2018 12:00:00 -0800

xmldiff (0.5.6) distribution(s); urgency=low

	* Make things look prettier
	* Fix top of page sync bug

-- Jim Schaad <ietf@augustcellars.com>  Tue 22 June 2018 12:00:00 -0800

xmldiff (0.5.5) distribution(s); urgency=low

	* Update readme file

-- Jim Schaad <ietf@augustcellars.com>  Tue 11 June 2018 12:00:00 -0800

xmldiff (0.5.4.1) distribution(s); urgency=low

	* Correct path to the build files for C code

-- Jim Schaad <ietf@augustcellars.com>  Thur 10 May 2018 12:00:00 -0800

xmldiff (0.5.4) distribution(s); urgency=low

	* Respect whitespace in comments
	* Make everything be a fixed pitch font based on RPC request
	* Put in code to cause the right and left panels scroll based on the center scrolling

-- Jim Schaad <ietf@augustcellars.com>  Wed 9 May 2018 12:00:00 -0800

xmldiff (0.5.3) distribution(s); urgency=low

	* Move resize javascript into a separate file
	* Move debuging output to being a note so it is not always emitted
	* Fix the fact that half of the command line options are missing
	* Add missing items from the manifest to make the html work correctly.

-- Jim Schaad <ietf@augustcellars.com>  Thur 25 Apr 2018 12:00:00 -0800

xmldiff (0.5.1) distribution(s); urgency=low

	* Tag artwork and sourcecode correctly so that they are formatted as space preserving.
	* Emit the xml declaration and DOCTYPE declaration
	* Switch to a new tree paradigm as the old one did not allow needed cut and paste features.
	* Implement a button to just open modified nodes
	* Setup to have and be able to select from multiple HTML templates.

-- Jim Schaad <ietf@augustcellars.com>  Sun 28 Feb 2018 19:00:00 -0800

xmldiff (0.5.0) distribution(s); urgency=low

	* Many different css changes applied.  Changes include: resize the different columns,
	  add background coloration, wrap lines and make the tree leafs of variable height,
	  change the charset to allow Utf-8 characters.  Long term should point to the column change code,
	  but currently I don't know of a good place.
	* Format paragraphs as a single node in the tree rather than spreading them out over the tree
	  structure.  This improves readability substantially.
	* Force the matching of some v2 and v3 elements which provide equivalent functionality, but have
	  different names.
	* Include comments as nodes in the displayed tree.
	* Fix some errors in the tree merging code so that elements are placed in the correct location.
	* Need to separate the left/right class tagging from the li element as it gets clobbered by the
	  tree code.  Thus the addition of span elements all over the place.
	* Clean up some memory leaks in the distance algorithm.

-- Jim Schaad <ietf@augustcellars.com>  Sun 25 Feb 2018 19:00:00 -0800

xmldiff (0.0.3) distribution(s); urgency=urgency

	* First drop of code - only does pure xml differences

-- Jim Schaad <ietf@augustcellars.com>  Sun 11 Feb 2018 19:00:00 -0800

