[mdoc] Update expected results due to 3156d1b05d75a2f70f1f2a882dab031a8ceed9f9
[mono.git] / mcs / tools / mdoc / ChangeLog
index a16a673283891290fcd91fe59455469ef3ac090e..15a2b4a03a6405ef705b10c6a6ef328d7071a1b5 100644 (file)
@@ -1,3 +1,22 @@
+2010-06-10  Jonathan Pryor <jpryor@novell.com>
+
+       * Mono.Documentation/monodocs2html.cs: Regenerate all index.{opts.ext}
+         files if any of the source .xml files have changed.  This allows
+         new <summary/> values to be inserted into the index.{opts.ext}
+         files, instead of the index files being "stale".  Fixes #573121.
+
+2010-04-16  Jonathan Pryor <jpryor@novell.com>
+
+       * Makefile: Add System.Xml.Linq.dll to the referenced assemblies.
+       * Mono.Documentation/webdoc.cs: Allow .source files to be provided to
+         'mdoc export-html-webdoc', which will cause the .source files to be
+         read and all referenced .tree/.zip files to be processed.
+
+2010-04-16  Jonathan Pryor <jpryor@novell.com>
+
+       * Mono.Documentation/monodocer.cs: Use Int64 instead of UInt64 for
+         enum values, so that we can properly capture negative values.
+
 2010-02-28  Jonathan Pryor <jpryor@novell.com>
 
        * Mono.Documentation/webdoc.cs: Add --use-system-sources option so