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