blob: 88fee04db28a083a9817cb46c8fd7ec3c9da4e1b [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>2.0 m160 Snapshot - Release Notes</title>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="StarOffice 8 (Linux)">
<meta name="CREATED" content="20041215;16393200">
<meta name="CHANGEDBY" content="Eike Rathke">
<meta name="CHANGED" content="20050906;11430300">
<style>
<!--
@page { size: 8.5in 11in; margin: 0.79in }
P { margin-bottom: 0.08in; text-align: justify }
P.western { font-family: "Albany", sans-serif; font-size: 10pt }
TD P { margin-bottom: 0.08in; text-align: left }
TD P.western { font-family: "Albany", sans-serif; font-size: 10pt }
-->
</style>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="StarOffice 8 (Linux)">
<meta name="CREATED" content="20041215;16393200">
<meta name="CHANGEDBY" content="Eike Rathke">
<meta name="CHANGED" content="20050906;11430300">
<style>
<!--
@page { size: 8.5in 11in; margin: 0.79in }
P { margin-bottom: 0.08in; text-align: justify }
P.western { font-family: "Albany", sans-serif; font-size: 10pt }
TD P { margin-bottom: 0.08in; text-align: left }
TD P.western { font-family: "Albany", sans-serif; font-size: 10pt }
-->
</style>
</head>
<body>
<h2>2.0
m160 Snapshot - Release
Notes</h2>
<br>
These notes contains
changes between 680_m158 and&nbsp; 680_m160.<br>
This release will install as OOo-Dev2.0.<br>
Sources can be received from cvs by tag SRC680_m160.<br>
<br>
<h2>What's
new ?</h2>
<table bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0">
<thead><tr bgcolor="#eeeeee">
<th>Feature title </th>
<th>TaskId </th>
<th>Spec. title </th>
<th>Spec. abstract </th>
<th>Dev. owner </th>
<th>Spec. link </th>
<th>Component </th>
</tr>
</thead> <tbody>
<tr>
<td>non-pro: OSL assertions now appearing the same way as
TOOLS-assertions </td>
<td><a
href="http://www.openoffice.org/issues/show_bug.cgi?id=52747">i52747 </a></td>
<td>&nbsp; </td>
<td>feature-info:<br>
For quite some time now, OOo has two different diagnostics systems:
OSL-based and TOOLS-based assertions. It's up to the developer of some
piece of code which ones s/he uses.
Failed TOOLS assertions usually are reported in a modal message box,
but can be re-routed to other channels in the "VCL Debug Options"
dialog (opened by pressing Ctrl-Alt-Shift-D). This dialog also offers
some more options how to handle those assertions, for instance
filtering.
Failed OSL assertions are reported in a modal message box on Windows,
and on the console on Linux. They cannot be re-routed or filtered at
all, only globally disabled.
Once the CWS gslpatches07 is integrated, OSL assertions can be
captured by the TOOLS-based system, too. That is, OSL assertions then
behave exactly the same way as TOOLS-based assertions.
This behaviour can be switched off in the VCL Debug Options dialog,
which contains a new check box labeled "Reroute osl debug messages",
and is ON by default.
All of the above of course only applies to non-product builds of
OpenOffice.org. </td>
<td>&nbsp; </td>
<td> <font color="red"><br>
</font></td>
<td>framework </td>
</tr>
<tr>
<td>non-pro: dbgsv.ini now human-readable </td>
<td><a
href="http://www.openoffice.org/issues/show_bug.cgi?id=52821">i52821 </a></td>
<td>&nbsp; </td>
<td>feature-info:<br>
The "dbgsv.ini" file, which stores the debugging options of
non-product builds (i.e. the settings made in the "VCL Debug Options"
dialog), has formerly been stored in some binary format (basically, a
memory dump of some internal structures).
With the integration of CWS gslpatches07, this file is a
human-readable INI file. </td>
<td>&nbsp; </td>
<td> <font color="red"><br>
</font></td>
<td>framework </td>
</tr>
<tr>
<td>Page Preview can be closed with Escape key </td>
<td><a
href="http://www.openoffice.org/issues/show_bug.cgi?id=46976">i46976 </a></td>
<td>&nbsp; </td>
<td>feature-info:<br>
The Page preview of the Spreadsheet application can be closed using
the Esc-key. </td>
<td>&nbsp; </td>
<td> <font color="red"><br>
</font></td>
<td>sc </td>
</tr>
<tr>
<td>idlc: no unsinged types as type arguments of instantiated
polymorphic
struct types </td>
<td><a
href="http://www.openoffice.org/issues/show_bug.cgi?id=62339">i62339 </a></td>
<td>&nbsp; </td>
<td>feature-info:<br>
Until now, only unsigned integer types
(i.e., UNSIGNED SHORT, UNSIGNED
LONG, and UNSIGNED HYPER) were forbidden as type argumetns of
instantiated polymorphic struct types in UNO (and idlc only generated
errors for those cases). It was an oversight to not also forbid any
unsigned types (i.e., also any sequence types that have unsigned
component types). This has been fixed now in <http:>, and idlc has
been changed to also generate errors in the previously missing cases. </http:></td>
<td>&nbsp; </td>
<td> <font color="red"><br>
</font></td>
<td>udk </td>
</tr>
<tr>
<td>Removed Tools-&gt;Options-&gt;View: restore "Editing view" </td>
<td><a
href="http://www.openoffice.org/issues/show_bug.cgi?id=53104">i53104 </a></td>
<td> </td>
<td> </td>
<td> <a href="mailto:thorsten.behrens@sun.com">thorsten.behrens@sun.com</a>
</td>
<td> <a
href="http://specs.openoffice.org/appwide/options_settings/HardwareAcceleration.odt">speclink
</a> </td>
<td>ui </td>
</tr>
<tr>
<td>Page Preview can be closed with Escape key </td>
<td><a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35777">i35777 </a></td>
<td>&nbsp; </td>
<td>feature-info:<br>
The Page preview of the Writer application can be closed using the
Esc-key. </td>
<td>&nbsp; </td>
<td> <font color="red"><br>
</font></td>
<td>word processing</td>
</tr>
</tbody>
</table>
<h2>Integrated
Child
Workspaces</h2>
List of integrated child workspaces:<br>
<br>
<table>
<tbody>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=2941&amp;Path=SRC680%2Fpbrwuno">pbrwuno</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p>completely UNOize the
property browser, so it will use external handlers for inspecting
arbitrary components</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3086&amp;Path=SRC680%2Ftl16">tl16</a></font></td>
<td class="SmallText1"><font class="SmallText1">Performance
issues.</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3413&amp;Path=SRC680%2Fjsc3">jsc3</a></font></td>
<td class="SmallText1"><font class="SmallText1">used for SDK
OOo2.0.3 bugs and
enhancements/imrprovements </font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3462&amp;Path=SRC680%2Fjaxpapi">jaxpapi</a></font></td>
<td class="SmallText1"><font class="SmallText1">Remove sun java
parser.jar and jaxp.jar in favour of xercesImpl.jar and xml-apis.jar
which provide duplicate functionality without being hampered by
problematic licences. Requires using final jaxp api instead of sun
specific sun.* implementation details. Build-time only as parser.jar
and jaxp.jar are not packaged into OOo.</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3520&amp;Path=SRC680%2Ftl19">tl19</a></font></td>
<td class="SmallText1"><font class="SmallText1">Issues about Thai
input sequence
checking.</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3622&amp;Path=SRC680%2Fsixtyfour02">sixtyfour02</a></font></td>
<td class="SmallText1"><font class="SmallText1">Second sixtyfour
child workspace
for small approved patches. </font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3628&amp;Path=SRC680%2Fimpress87">impress87</a></font></td>
<td class="SmallText1"><font class="SmallText1">2.0.3 fixes for
impress team</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3641&amp;Path=SRC680%2Fhcpatch01">hcpatch01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix for
synchronizing help
platform versions #i61774#</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3679&amp;Path=SRC680%2Fskthes">skthes</a></font></td>
<td class="SmallText1"><font class="SmallText1">Add Slovak
thesaurus. </font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3685&amp;Path=SRC680%2Fhr32">hr32</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix bug in CWS
configuration
parser, 64bit sparc patch for 'nas'</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3703&amp;Path=SRC680%2Fdbo603">dbo603</a></font></td>
<td class="SmallText1"><font class="SmallText1">supposed to be
fix on master</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3706&amp;Path=SRC680%2Fjsc6">jsc6</a></font></td>
<td class="SmallText1"><font class="SmallText1">This cws is used
to
update our reference type library to the released type library of
OOo2.0.2. The reference type library is used during the build process
to detect imcompoatible changes in our API.
Build process detail only, no office pack sets no performance test</font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3711&amp;Path=SRC680%2Fnative42">native42</a></font></td>
<td class="SmallText1"><font class="SmallText1">Removing gdiplus
from OOo </font></td>
<td class="SmallText1"><font class="SmallText1">m160</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3156&amp;Path=SRC680%2Fdbo510">dbo510</a></font></td>
<td class="SmallText1"><font class="SmallText1">Consolidation CWS
improving code
quality and introducing new stuff.</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3257&amp;Path=SRC680%2Fjl26">jl26</a></font></td>
<td class="SmallText1"><font class="SmallText1">XMLSecurity fixes
especially for
Win98</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3390&amp;Path=SRC680%2Fsw8pp2utf8">sw8pp2utf8</a></font></td>
<td class="SmallText1"><font class="SmallText1">Primarily for
fixes of resources
that got broken when converted to UTF8.
Some other small tasks may be added as well though.</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3414&amp;Path=SRC680%2Fnative36">native36</a></font></td>
<td class="SmallText1"><font class="SmallText1">Installation tasks</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3497&amp;Path=SRC680%2Faquacolors">aquacolors</a></font></td>
<td class="SmallText1"><font class="SmallText1">Change User
Interface colors on
Mac OS X only</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3509&amp;Path=SRC680%2Fause048">ause048</a></font></td>
<td class="SmallText1"><font class="SmallText1">patches and
cleanup</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3510&amp;Path=SRC680%2Fjl31">jl31</a></font></td>
<td class="SmallText1"><font class="SmallText1">fixes for pp3</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3513&amp;Path=SRC680%2Fimpress85">impress85</a></font></td>
<td class="SmallText1"><font class="SmallText1">2.0.3 issues</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3530&amp;Path=SRC680%2Fpj50">pj50</a></font></td>
<td class="SmallText1"><font class="SmallText1">This child
workspace collects
various minor fixes for 2.0.2, unified environments for Mac OS X on
Intel and PowerPC. </font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3550&amp;Path=SRC680%2Frowkeep">rowkeep</a></font></td>
<td class="SmallText1"><font class="SmallText1">CWS for the
compatibility feature
of keep-with-next table rows</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3606&amp;Path=SRC680%2Fause049">ause049</a></font></td>
<td class="SmallText1"><font class="SmallText1">patches and small
fixes</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3626&amp;Path=SRC680%2Fnative40">native40</a></font></td>
<td class="SmallText1"><font class="SmallText1">Optimizing
packaging process for
OOo download installation sets.</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3640&amp;Path=SRC680%2Fswqbf56">swqbf56</a></font></td>
<td class="SmallText1"><font class="SmallText1">fix for issue
b6382898
- import OLE objects in object groups as graphic objects in Writer,
because the Writer doesn't support OLE objects in object groups.
Additionally, convert grouped OLE objects on paste into graphic objects
instead of removing the OLE objects.</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3660&amp;Path=SRC680%2Fos77">os77</a></font></td>
<td class="SmallText1"><font class="SmallText1">Close page
preview with Esc
(Writer and Calc)</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3670&amp;Path=SRC680%2Fcwsqueryenhance">cwsqueryenhance</a></font></td>
<td class="SmallText1"><font class="SmallText1">Add a new
cwsquery mode for
'planned' state.</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3671&amp;Path=SRC680%2Fnative41">native41</a></font></td>
<td class="SmallText1"><font class="SmallText1">Installation OOo
2.0.3 issues</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3681&amp;Path=SRC680%2Fsixtyfour03">sixtyfour03</a></font></td>
<td class="SmallText1"><font class="SmallText1">Improved x86-64
bridge
implementation. Not yet complete, but already usable.</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3690&amp;Path=SRC680%2Fvq29">vq29</a></font></td>
<td class="SmallText1"><font class="SmallText1">Build system fixes</font></td>
<td class="SmallText1"><font class="SmallText1">m159</font></td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
</body>
</html>