Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-10-31 06:52:38 +0300
committerJonathan Pryor <jpryor@novell.com>2008-10-31 06:52:38 +0300
commit9530c5256847039bb3af8aa7e5cb10d4ea5f5051 (patch)
tree236290beb84b308f6db840b28de92f7132acbcb9 /docs/ChangeLog
parent2809b0c7ffa6d65c25f22bd6b8012d8c3eb5244d (diff)
parent16a4b4fbc623648764ddde1d41d1ba5df10e1e93 (diff)
* Makefile.am: Build `docs` after `runtime`, so that it can depend
upon mdoc.exe for it's operation. * docs/. (svn:ignore), deploy (svn:ignore): Ignore generated files. * docs/AgilityPack.dll, docs/api-style.css, docs/ChangeLog, docs/check, docs/check-coverage, docs/convert.cs, docs/current-api, docs/deploy, docs/documented, docs/exdoc, docs/ignore, docs/mono-api-metadata.html, docs/monoapi.source, docs/produce-lists, docs/public, docs/public-api, docs/README, docs/sources, docs/toc.xml, docs/TODO, docs/wapi: Copy from ../mono/docscripts. * docs/exdoc: Use the in-tree mono program to run convert.exe. * docs/Makefile.am: Mention files to clean/distribute; extract documentation (with exdoc) and then assemble documentation (with monoapi.make's assemble target) for use by monodoc. * docs/monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile convert.cs and assemble documentation. (This is a separate file so that we can include mcs' build/rules.make, which needs topdir set to behave properly BUT must be $(mcs_topdir) from Makefile.am's perspective.) * docs/monoapi.source: Add a /monodoc/node element for use with monodoc 2.2. svn path=/trunk/mono/; revision=117529
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
new file mode 100644
index 00000000000..e5460ca3a37
--- /dev/null
+++ b/docs/ChangeLog
@@ -0,0 +1,28 @@
+2008-10-30 Jonathan Pryor <jpryor@novell.com>
+
+ * . (svn:ignore), deploy (svn:ignore): Ignore generated files.
+ * AgilityPack.dll, api-style.css, ChangeLog, check, check-coverage,
+ convert.cs, current-api, deploy, documented, exdoc, ignore,
+ mono-api-metadata.html, monoapi.source, produce-lists, public,
+ public-api, README, sources, toc.xml, TODO, wapi: Copy from
+ ../mono/docscripts.
+ * exdoc: Use the in-tree mono program to run convert.exe.
+ * Makefile.am: Mention files to clean/distribute; extract
+ documentation (with exdoc) and then assemble documentation (with
+ monoapi.make's assemble target) for use by monodoc.
+ * monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile
+ convert.cs and assemble documentation. (This is a separate file so
+ that we can include mcs' build/rules.make, which needs topdir set to
+ behave properly BUT must be $(mcs_topdir) from Makefile.am's
+ perspective.)
+ * monoapi.source: Add a /monodoc/node element for use with monodoc 2.2.
+
+2006-11-19 Miguel de Icaza <miguel@novell.com>
+
+ * exdoc: Move to use CSS instead of tables, this will break
+ GtkHTML rendering.
+
+ * ignore: Updated with more hidden APIs.
+
+ * Bunch of documentation work.
+