aboutsummaryrefslogtreecommitdiffstats
path: root/lib/docbuilder/doc/src/notes.xml
blob: 4b8c04f32314782bbfe7233f5bb95b9e1e3b7388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<?xml version="1.0" encoding="latin1" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">

<chapter>
  <header>
    <copyright>
      <year>2007</year><year>2010</year>
      <holder>Ericsson AB. All Rights Reserved.</holder>
    </copyright>
    <legalnotice>
      The contents of this file are subject to the Erlang Public License,
      Version 1.1, (the "License"); you may not use this file except in
      compliance with the License. You should have received a copy of the
      Erlang Public License along with this software. If not, it can be
      retrieved online at http://www.erlang.org/.

      Software distributed under the License is distributed on an "AS IS"
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
      the License for the specific language governing rights and limitations
      under the License.

    </legalnotice>

    <title>DocBuilder Release Notes</title>
    <prepared>otp_appnotes</prepared>
    <docno>nil</docno>
    <date>nil</date>
    <rev>nil</rev>
    <file>notes.xml</file>
  </header>
  <p>This document describes the changes made to the DocBuilder
     application.</p>

<section><title>Docbuilder 0.9.8.9</title>

    <section><title>Improvements and New Features</title>
      <list>
        <item>
	    <p> Fix compatibility issues with docbuilder for R11
	    documentation patches. </p>
          <p>
	    Own Id: OTP-8946</p>
        </item>
      </list>
    </section>

</section>

<section><title>Docbuilder 0.9.8.8</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
	    <p> Fixed problem with a centered table that was
	    transformed into an xml document which then produced
	    mis-formatted html. </p>
          <p>
	    Own Id: OTP-8784</p>
        </item>
      </list>
    </section>

</section>

<section><title>Docbuilder 0.9.8.7</title>

    <section><title>Improvements and New Features</title>
      <list>
        <item>
	    <p>The documentation is now possible to build in an open
	    source environment after a number of bugs are fixed and
	    some features are added in the documentation build
	    process. </p>
	    <p>- The arity calculation is updated.</p>
	    <p>- The module prefix used in the function names for
	    bif's are removed in the generated links so the links
	    will look like
	    "http://www.erlang.org/doc/man/erlang.html#append_element-2"
	    instead of
	    "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".</p>
	    <p>- Enhanced the menu positioning in the html
	    documentation when a new page is loaded.</p>
	    <p>- A number of corrections in the generation of man
	    pages (thanks to Sergei Golovan)</p>
	    <p>- The legal notice is taken from the xml book file so
	    OTP's build process can be used for non OTP
	    applications.</p>
          <p>
	    Own Id: OTP-8343</p>
        </item>
      </list>
    </section>

</section>

<section><title>Docbuilder 0.9.8.6</title>

    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    The documentation is now built with open source tools
	    (xsltproc and fop) that exists on most platforms. One
	    visible change is that the frames are removed.</p>
          <p>
	    Own Id: OTP-8201</p>
        </item>
      </list>
    </section>

</section>

<section><title>Docbuilder 0.9.8.5</title>

    <section><title>Improvements and New Features</title>
      <list>
        <item>
	    <p>The copyright notices have been updated.</p>
          <p>
	    Own Id: OTP-7851</p>
        </item>
      </list>
    </section>

</section>

<section><title>Docbuilder 0.9.8.4</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    The element "code" with multiple CDATA or CDATA plus
	    other data now works as expected, previously it caused a
	    crash.</p>
          <p>
	    Own Id: OTP-7236</p>
        </item>
      </list>
    </section>

</section>

<section><title>Docbuilder 0.9.8</title>

    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    The generated html should now be valid xhtml (with a few
	    exceptions to be fixed in next version).</p>
          <p>
	    Own Id: OTP-7027</p>
        </item>
      </list>
    </section>

</section>

  <section><title>Docbuilder 0.9.7</title>

    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
            New fonts and new CSS style included in generated html documents.
	  </p>
	</item>
	<item>
          <p>
            Updated DTD's with new header elements copyright and legalnotice. 
	    Element authors changed to optional instead of mandatory.
	    
	  </p>
        </item>
      </list>
    </section>
  </section>

  <section><title>Docbuilder 0.9.1</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
            Line breaks within <c>pre</c> are now always preserved.</p>
          <p>
            The definition of <c>name</c> in the cref DTD is now
            correctly handled.</p>
          <p>
            <c>docb_transform</c>: The HTML snippet returned by the
            <c>Module:head()</c> callback function is now placed
            below the title in the HTML file (as specified in the
            documentation), not on the same line.</p>
          <p>
            <c>docb_gen</c>: Added option <c>sort_functions</c>.</p>
          <p>
            Fixed bugs in cites and terms DTD, and also in book,
            bookinsidecover and report DTDs which are not officially
            supported (yet).</p>
          <p>
            License info added to all DTD files.</p>
          <p>
            Corrections and clarifications made to the User's Guide.</p>
          <p>
            Own Id: OTP-6775</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>DocBuilder 0.9</title>
    <p>First version of DocBuilder released as part of Erlang/OTP.
       Previously it has been used as an internal tool only.</p>
  </section>
</chapter>