[mdoc] More updates to expected test output.
[mono.git] / mcs / tools / mdoc / ChangeLog
index 77a52cd769171e50a8587db2b92b378c2662f3b2..15a2b4a03a6405ef705b10c6a6ef328d7071a1b5 100644 (file)
@@ -1,3 +1,44 @@
+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
+         that 'mdoc export-html-webdoc' will use the system-installed sources
+         in addition to any -r'd sources (which was the behavior 2 commits
+         ago).
+
+2010-02-26  Jonathan Pryor <jpryor@novell.com>
+
+       * Mono.Documentation/assembler.cs: Allow other apps to get the same
+         '--format' logic, specifically 'mdoc export-html-webdoc'.
+       * Mono.Documentation/webdoc.cs: Allow it to be more "stand-alone".
+         Previously, it would depend upon the system-wide .source files.
+         This is bad, because you might want to generate the 'cache'
+         directory for a different installation, with a different set of
+         .tree/.zip/.source files, and you might not want to replace your own
+         and/or you often forget, as is the case with me.  Instead, allow a 
+         format to be specified for .tree files, and allow additional .source 
+         files to be referenced so that extension methods will be found within
+         the specified sources.  This allows for a "stand-alone" method of 
+         operation w/o depending upon the system-wide .source files.
+
 2010-01-11  Jonathan Pryor <jpryor@novell.com>
 
        * Mono.Documentation/monodocs2slashdoc.cs: Fix NamespaceSummaries.xml