blob: 7532e15010c296fd5b50ef9ba64f0c60b4c59720 [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 m158 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
m158 Snapshot - Release
Notes</h2>
<br>
These notes contains
changes between 680_m156 and&nbsp; 680_m158.<br>
This release will install as OOo-Dev2.0.<br>
Sources can be received from cvs by tag SRC680_m158.<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>
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>
<font color="red"></font>
</td>
<td>
<font color="red"></font>
</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>
</tbody>
</table>
<h2>Integrated
Child
Workspaces</h2>
List of integrated child workspaces:<br>
<br>
<table>
<tbody>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=2890&amp;Path=SRC680%2Fhr17">hr17</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fixes two STLport
issues which require complete rebuilds for testing. Installation sets
contains new libstdc++-so.5 see issue 123963</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3356&amp;Path=SRC680%2Fgslpatches07">gslpatches07</a></font></td>
<td class="SmallText1"><font class="SmallText1">miscellaneous
changes related to debug options (affects <a
href="http://wiki.services.openoffice.org/wiki/Non_Product_Build">non-produduct
builds</a> only) </font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3363&amp;Path=SRC680%2Fsixtyfour01">sixtyfour01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Child workspace
for smaller approved 64bit fixes (e.g. fixes that are extracted from
ooo64bit02, or new ones).</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3534&amp;Path=SRC680%2Fhr30">hr30</a></font></td>
<td class="SmallText1"><font class="SmallText1">Clean up a
workaround for gcc3 in binfilter and sw</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3569&amp;Path=SRC680%2Fobo04">obo04</a></font></td>
<td class="SmallText1"><font class="SmallText1">Merge
cwsanalyze.pl. No impact on office suite.</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3573&amp;Path=SRC680%2Fnative38">native38</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fixing intro bmp
for OOo and OOo Dev</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3602&amp;Path=SRC680%2Fjw1">jw1</a></font></td>
<td class="SmallText1"><font class="SmallText1">Implementation
for GNU JRE
VendorBase::compareVersions must be overridden in derived class</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3603&amp;Path=SRC680%2Fevo2fixes">evo2fixes</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix a ton of bugs
in
the evo. 2.0 connectivitiy / database driver.
Now works with recent evolution versions, and 2.5/2.6 - fixes a number
of bugs. The core code / evo2.0 is not shipped by Sun so it'd be great
to get it in ASAP.
There are a number of changes to common / shared GUI code, but these
are not that substantial.</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3629&amp;Path=SRC680%2Fkillablesoffice">killablesoffice</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix #i62312#</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3634&amp;Path=SRC680%2Fimpress88">impress88</a></font></td>
<td class="SmallText1"><font class="SmallText1">showstopper fix
for impress</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3636&amp;Path=SRC680%2Fdocprop_SRC680">docprop_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">problem in
document variable import. showstopper 2.0.2.</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3643&amp;Path=SRC680%2Ffwk35">fwk35</a></font></td>
<td class="SmallText1"><font class="SmallText1">Showstopper PP2</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3654&amp;Path=SRC680%2Fsfxviewfix_SRC680">sfxviewfix_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">Possible
showstoppers for 2.0.2</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3655&amp;Path=SRC680%2Fause050_SRC680">ause050_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">avoid useless
repacking of various images*.zip</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3656&amp;Path=SRC680%2Fpngmagic_SRC680">pngmagic_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">crash fixes for
target OOo 2.0.2</font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3659&amp;Path=SRC680%2Fformkeyconfig">formkeyconfig</a></font></td>
<td class="SmallText1"><font class="SmallText1">fixing <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=62548">issue
62548</a></font></td>
<td class="SmallText1"><font class="SmallText1">m158</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3220&amp;Path=SRC680%2Fmh20137">mh20137</a></font></td>
<td class="SmallText1"><font class="SmallText1">last minute fixes
for 2.0.2</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3355&amp;Path=SRC680%2Frtfpp2">rtfpp2</a></font></td>
<td class="SmallText1"><font class="SmallText1">This CWS contains
some issues reported by the same submitter so they where kept together.
There are some API enhancements and some bug fixes.</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3375&amp;Path=SRC680%2Fc09v001">c09v001</a></font></td>
<td class="SmallText1"><font class="SmallText1">Implement
Component / Extension example for c09</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3407&amp;Path=SRC680%2Fnfslockproblem">nfslockproblem</a></font></td>
<td class="SmallText1"><font class="SmallText1">nfslockproblem
i54586</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3423&amp;Path=SRC680%2Fhcpatch">hcpatch</a></font></td>
<td class="SmallText1"><font class="SmallText1">setting PATCH
flags to all relevant SO Help files to get Windows and Solaris versions
in sync with Linux versions. for PP2. </font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3429&amp;Path=SRC680%2Fthbpp2">thbpp2</a></font></td>
<td class="SmallText1"><font class="SmallText1">Stacktraces &amp;
other small OOo 2.0.2 fixes (slideshow/graphics related)</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3459&amp;Path=SRC680%2Ficonswitching2">iconswitching2</a></font></td>
<td class="SmallText1"><font class="SmallText1">Smaller
fixes/features
after integration of iconswitching1, like Crystal theme (KDE default),
resizing of the toolbars according to the size of the icons in the
theme, parallel build fix of the HiContrast theme, etc.</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3468&amp;Path=SRC680%2Fstlusagefix02">stlusagefix02</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix STL abuses
detected by enabling the STLport debug mode </font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3469&amp;Path=SRC680%2Ffwk32">fwk32</a></font></td>
<td class="SmallText1"><font class="SmallText1">OOo 2.0.2 fixes
for framework project.</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3477&amp;Path=SRC680%2Fmsvcstandard">msvcstandard</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix build issues
with MSVC Standard</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3480&amp;Path=SRC680%2Fhro02">hro02</a></font></td>
<td class="SmallText1"><font class="SmallText1">Several
stacktraces and 2.0.2 fixes.</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3491&amp;Path=SRC680%2Fimpress84">impress84</a></font></td>
<td class="SmallText1"><font class="SmallText1">OOo 2.0.2 bugfix
workspace</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3494&amp;Path=SRC680%2Fooo202dicts">ooo202dicts</a></font></td>
<td class="SmallText1"><font class="SmallText1">CWS to integrate
latest
Hunspell spellcheck dictionaries for de-DE and de-CH to the
'dictionaries' project in order to have them installed by default, thus
eliminating the need for the wizard for 'de' spellchecking users.
There should be a change in the license that allows them to be added to
the OOo source tree now as well.
</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3516&amp;Path=SRC680%2Fhunspell01">hunspell01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Hunspell spell
checker, version 1.1.4.</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3519&amp;Path=SRC680%2Fab24">ab24</a></font></td>
<td class="SmallText1"><font class="SmallText1">Basic regression
with long concatenated strings, affects BASIC interpreter only</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3526&amp;Path=SRC680%2Fos76">os76</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bugfixing, crashes</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3531&amp;Path=SRC680%2Fc0301">c0301</a></font></td>
<td class="SmallText1"><font class="SmallText1">stacktraces only</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3533&amp;Path=SRC680%2Fswqbf54">swqbf54</a></font></td>
<td class="SmallText1"><font class="SmallText1">fix for stacktrace</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3535&amp;Path=SRC680%2Fc03vcl">c03vcl</a></font></td>
<td class="SmallText1"><font class="SmallText1">OOo 2.0.2 stack
fixes for VCL</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3536&amp;Path=SRC680%2Fka008">ka008</a></font></td>
<td class="SmallText1"><font class="SmallText1">OOo 2.0.2 related
fixes</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3539&amp;Path=SRC680%2Fhr31">hr31</a></font></td>
<td class="SmallText1"><font class="SmallText1">Small fixes for
CWS tooling: error checking and reporting.</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3540&amp;Path=SRC680%2Fhunhelpimgs">hunhelpimgs</a></font></td>
<td class="SmallText1"><font class="SmallText1">This child
workspace adds Hungarian images to the online help.
</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3545&amp;Path=SRC680%2Fooo202dicts02">ooo202dicts02</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fixes: German
hyphenation patterns and en_US/en_GB dictionaries
Extension: add Hungarian resources
</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3546&amp;Path=SRC680%2Ffix61723">fix61723</a></font></td>
<td class="SmallText1"><font class="SmallText1">fix issue 61723</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3547&amp;Path=SRC680%2Ffix61515">fix61515</a></font></td>
<td class="SmallText1"><font class="SmallText1">fix issue 61515,
backout workaround for issue 52570</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3548&amp;Path=SRC680%2Fimpress86">impress86</a></font></td>
<td class="SmallText1"><font class="SmallText1">OOo 2.0.2 bug fix</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3549&amp;Path=SRC680%2Foj16">oj16</a></font></td>
<td class="SmallText1"><font class="SmallText1">hsqldb OpenOffice
build problem</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3553&amp;Path=SRC680%2Ffwkshowstopper">fwkshowstopper</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fixes for
showstoppers
Needs only automated testing</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3554&amp;Path=SRC680%2Fswqbf55">swqbf55</a></font></td>
<td class="SmallText1"><font class="SmallText1">fix for issue
130878</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3580&amp;Path=SRC680%2Flocalisation05fix">localisation05fix</a></font></td>
<td class="SmallText1"><font class="SmallText1">cws fixes
important missing Russian translation for OOo 2.0.2</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3584&amp;Path=SRC680%2Fletterwizardpp2">letterwizardpp2</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix for OOo
letter wizard</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3618&amp;Path=SRC680%2Fcalcnotify_SRC680">calcnotify_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix for a
regression about notification of view shells</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Id=3621&amp;Path=SRC680%2Ffwkshowstop2_SRC680">fwkshowstop2_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bug fixes for
showstoppers in Framework and Writer Team</font></td>
<td class="SmallText1"><font class="SmallText1">m157</font></td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
</body>
</html>