ICU-7035 Refresh readme and API change report for M4.
X-SVN-Rev: 27378
This commit is contained in:
parent
baf2429516
commit
42b75276be
@ -88,7 +88,15 @@ VersionInfo
|
||||
|
||||
<hr/>
|
||||
<h2>Withdrawn, Deprecated, or Obsoleted in ICU4J 4.3.4</h2>
|
||||
<p>(no API obsoleted)</p>
|
||||
|
||||
<h3>Package com.ibm.icu.util</h3>
|
||||
<ul>
|
||||
Calendar.FormatConfiguration
|
||||
<ul>
|
||||
<li><span style='color:red'>*internal* </span>public java.lang.String <i>getOverrideString</i>()</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
||||
<hr/>
|
||||
<h2>Changed in ICU4J 4.3.4 (old, new)</h2>
|
||||
@ -151,7 +159,7 @@ UResourceBundle
|
||||
VersionInfo
|
||||
<ul>
|
||||
<li> <span style='color:red'>*internal* </span>public static final java.lang.String ICU_DATA_VERSION</br>
|
||||
(draft) public static final com.ibm.icu.util.VersionInfo ICU_DATA_VERSION</li>
|
||||
<span style='color:red'>*internal* </span>public static final com.ibm.icu.util.VersionInfo ICU_DATA_VERSION</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
@ -378,6 +386,7 @@ UScript
|
||||
<li>(draft) public class <i>SelectFormat</i></li>
|
||||
<li>(draft) public interface <i>Transform</i></li>
|
||||
<li>(draft) public static final class <i>UnicodeSet.ComparisonStyle</i></li>
|
||||
<li>(draft) public static final class <i>UnicodeSet.SpanCondition</i></li>
|
||||
Collator
|
||||
<ul>
|
||||
<li><span style='color:red'>*internal* </span>public Collator <i>setStrength2</i>(int)</li>
|
||||
@ -442,6 +451,10 @@ UnicodeSet
|
||||
<li>(stable) public java.util.Iterator <i>iterator</i>()</li>
|
||||
<li>(stable) public UnicodeSet <i>removeAll</i>(java.util.Collection)</li>
|
||||
<li>(stable) public UnicodeSet <i>retainAll</i>(java.util.Collection)</li>
|
||||
<li>(draft) public int <i>span</i>(java.lang.CharSequence, UnicodeSet.SpanCondition)</li>
|
||||
<li>(draft) public int <i>span</i>(java.lang.CharSequence, int, UnicodeSet.SpanCondition)</li>
|
||||
<li>(draft) public int <i>spanBack</i>(java.lang.CharSequence, UnicodeSet.SpanCondition)</li>
|
||||
<li>(draft) public int <i>spanBack</i>(java.lang.CharSequence, int, UnicodeSet.SpanCondition)</li>
|
||||
<li>(draft) public java.lang.Iterable <i>strings</i>()</li>
|
||||
<li>(draft) public java.lang.String <i>stripFrom</i>(java.lang.CharSequence, boolean)</li>
|
||||
<li>(draft) public static java.lang.String[] <i>toArray</i>(UnicodeSet)</li>
|
||||
@ -453,7 +466,7 @@ UnicodeSet
|
||||
<li>(draft) public class <i>LocaleMatcher</i></li>
|
||||
<li><span style='color:red'>*internal* </span>public static class <i>LocaleMatcher.LanguageMatcherData</i></li>
|
||||
<li>(draft) public class <i>LocalePriorityList</i></li>
|
||||
<li><span style='color:red'>*internal* </span>public static class <i>LocalePriorityList.LanguagePriorityListBuilder</i></li>
|
||||
<li>(draft) public static class <i>LocalePriorityList.Builder</i></li>
|
||||
Calendar
|
||||
<ul>
|
||||
<li>(draft) public static final int IS_LEAP_MONTH</li>
|
||||
@ -519,6 +532,6 @@ VersionInfo
|
||||
</ul>
|
||||
|
||||
<hr/>
|
||||
<p><i><font size="-1">Contents generated by ReportAPI tool on Wed Jan 20 23:02:32 EST 2010<br/>Copyright (C) 2010, International Business Machines Corporation, All Rights Reserved.</font></i></p>
|
||||
<p><i><font size="-1">Contents generated by ReportAPI tool on Fri Jan 22 00:48:44 EST 2010<br/>Copyright (C) 2010, International Business Machines Corporation, All Rights Reserved.</font></i></p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css2">
|
||||
<title>ReadMe for ICU4J</title>
|
||||
<meta name="COPYRIGHT" content="Copyright 2000-2009, International Business Machines Corporation and others. All Rights Reserved.">
|
||||
<meta name="COPYRIGHT" content="Copyright 2000-2010, International Business Machines Corporation and others. All Rights Reserved.">
|
||||
<style type="text/css">
|
||||
h3.doc { background: #CCCCFF }
|
||||
</style>
|
||||
@ -12,13 +12,14 @@ h3.doc { background: #CCCCFF }
|
||||
<body style="background-color: rgb(255, 255, 255);" lang="EN-US"
|
||||
link="#0000ff" vlink="#800080">
|
||||
<h2>International Components for Unicode for Java (ICU4J)</h2>
|
||||
<h3>Read Me for ICU4J 4.4M3</h3>
|
||||
<h3>Read Me for ICU4J 4.4M4</h3>
|
||||
<hr size="2" width="100%">
|
||||
<p><b>Release Date</b><br>
|
||||
November 18, 2009<br>
|
||||
January 22, 2010<br>
|
||||
</p>
|
||||
|
||||
<p><b>Note:</b> This is a development milestone release of ICU4J 4.4.
|
||||
The official release of ICU4J 4.4 is planned in March 2010.
|
||||
Following contents may be out of date.
|
||||
</p>
|
||||
|
||||
@ -936,7 +937,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in <I>$icu4c_r
|
||||
</ol>
|
||||
|
||||
<h3 class="doc"><a name="timezone"></a>About ICU4J Time Zone</h3>
|
||||
<p>ICU4J 4.4M3 includes time zone data version 2009s, which is the latest one as of
|
||||
<p>ICU4J 4.4M4 includes time zone data version 2010a, which is the latest one as of
|
||||
the release date. However, time zone data is frequently updated in response
|
||||
to changes made by local governments around the world. If you need to update
|
||||
the time zone data, please refer the ICU user guide topic
|
||||
@ -974,7 +975,7 @@ review all comments.</p>
|
||||
<h2>Thank you for your interest in ICU4J!</h2>
|
||||
<br>
|
||||
<hr align="center" size="2" width="100%">
|
||||
<p><I><font size="-1">Copyright © 2002-2009 International Business
|
||||
<p><I><font size="-1">Copyright © 2002-2010 International Business
|
||||
Machines Corporation and others. All Rights
|
||||
Reserved.<br>
|
||||
4400 North First Street, San José, CA 95193, USA
|
||||
|
Loading…
Reference in New Issue
Block a user