79952cb678781773a85a86773a4b96036c774e0d
[mono.git] / docs / ChangeLog
1 2009-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * thread-safety.txt: Improve the docs about image lock.
4
5 2009-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
6
7         * thread-safety.txt: Document the new image lock.
8
9 2008-12-12  Mark Probst  <mark.probst@gmail.com>
10
11         * mini-porting.txt: Added some details about function descriptors
12         and emulated opcodes.
13
14 2008-12-08  Jonathan Pryor  <jpryor@novell.com>
15
16         * mono-file-formats.source, mono-tools.source: Place these under the
17           new "Commands and Files" node, and remove nay intermediate nodes.
18
19 2008-11-20  Jonathan Pryor  <jpryor@novell.com>
20
21         * Makefile.am (sources_DATA): Add mono-file-formats.source,
22           mono-tools.source.
23
24 2008-11-20  Raja R Harinath  <harinath@hurrynot.org>
25
26         Remove unnecessary rebuilds of the html directory
27         * docs.make (monoapi.zip): Make slightly more unforgiving, by
28         using '&&' instead of ';' to sequence commands.
29         (mono-tools.zip, mono-file-formats.zip): Likewise.
30         * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
31         Likewise.
32         (convert.exe): Don't depend on Makefile.am or docs.make.
33
34 2008-11-19  Raja R Harinath  <harinath@hurrynot.org>
35
36         Fix srcdir != builddir, and add idiom for multi-output commands
37         * docs.make (monoapi.zip): Handle the case where 'monoapi.tree'
38         exists but 'monoapi.zip' doesn't.  IOW, we should rebuild
39         monoapi.zip with 'rm monoapi.zip; make'.
40         (mono-tools.zip, mono-file-formats.zip): Likewise.
41         * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
42         Likewise.
43         (monoapi.tree): Don't use $< in an explicit rule.
44         (mono-tools.tree, mono-file-formats.tree): Likewise.
45
46 2008-11-18  Jonathan Pryor  <jpryor@novell.com>
47
48         * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
49           mono-tools{.config,.source} (fixes the build).
50
51 2008-11-18  Jonathan Pryor  <jpryor@novell.com>
52
53         * docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
54           mono-tool{.tree,.zip} files.
55         * mono-file-formats.config, mono-tools.config: Alter paths to man
56           pages so that they're valid for building from mono/docs.
57         * monoapi.make: Rename to docs.make.
58
59 2008-11-01  Raja R Harinath  <harinath@hurrynot.org>
60
61         * Makefile.am: Clean up for srcdir != builddir.
62         (deploy/.stamp): Compute location of 'mono-wrapper' and pass to exdoc.
63         * exdoc (mono-wrapper): Use $runtimedir to look for 'mono-wrapper'.
64
65 2008-10-31  Jonathan Pryor  <jpryor@novell.com>
66
67         * check, Makefile.am (EXTRA_DIST): Rename to check-exports.  This was
68           needed to fix `make distdir...`, because (1) with a file named
69           `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is
70           ALSO a .PHONY target, this caused make to look for the `check` file,
71           not find it due to (3), and then proceed to try to build convert.exe
72           from convert.cs...for reasons I don't care about.  This obviously
73           can't work during `make distdir`, as mcs hasn't been built yet, thus
74           leading to pain, suffering, and a broken build.
75
76 2008-10-30  Jonathan Pryor  <jpryor@novell.com>
77
78         * . (svn:ignore), deploy (svn:ignore): Ignore generated files.
79         * AgilityPack.dll, api-style.css, ChangeLog, check, check-coverage, 
80           convert.cs, current-api, deploy, documented, exdoc, ignore, 
81           mono-api-metadata.html, monoapi.source, produce-lists, public, 
82           public-api, README, sources, toc.xml, TODO, wapi: Copy from
83           ../mono/docscripts.
84         * exdoc: Use the in-tree mono program to run convert.exe.
85         * Makefile.am: Mention files to clean/distribute; extract
86           documentation (with exdoc) and then assemble documentation (with
87           monoapi.make's assemble target) for use by monodoc.
88         * monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile
89           convert.cs and assemble documentation.  (This is a separate file so
90           that we can include mcs' build/rules.make, which needs topdir set to
91           behave properly BUT must be $(mcs_topdir) from Makefile.am's
92           perspective.)
93         * monoapi.source: Add a /monodoc/node element for use with monodoc 2.2.
94
95 2006-11-19  Miguel de Icaza  <miguel@novell.com>
96
97         * exdoc: Move to use CSS instead of tables, this will break
98         GtkHTML rendering.
99
100         * ignore: Updated with more hidden APIs.
101
102         * Bunch of documentation work.
103