[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / mdoc / ChangeLog
index c49551957d236e1888e99603e4f3ebeb3afa19d9..15a2b4a03a6405ef705b10c6a6ef328d7071a1b5 100644 (file)
@@ -1,3 +1,62 @@
+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
+         generation to look at the ns-NAMESPACE.xml files, not just
+         NAMESPACE.xml files.
+
+2009-12-03  Jonathan Pryor <jpryor@novell.com>
+
+       * Resources/stylesheet.xsl: Add support for generating namespace links
+         for <see cref="N:..." />.
+       * Test/DocTest-v1.cs: Add namespace links for testing.
+       * Test/en.expected.importslashdoc/Mono.DocTest/Color.xml,
+         Test/en.expected.importslashdoc/NoNamespace.xml,
+         Test/html.expected/index.html,
+         Test/html.expected/Mono.DocTest/Color.html,
+         Test/html.expected/NoNamespace.html,
+         Test/msxdoc-expected.importslashdoc.xml: Flush.
+
 2009-12-03  Jonathan Pryor <jpryor@novell.com>
 
        * Test/html.expected/Mono.DocTest.Generic/MyList`1.html,