[commit-cp] classpath ChangeLog java/text/DateFormatSymbols...

Andrew John Hughes <[email protected]> Mon, 07 Jul 2008 15:07:17 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Andrew John Hughes <gnu_andrew>	08/07/07 15:07:17

Modified files:
	.              : ChangeLog 
	java/text      : DateFormatSymbols.java 
Added files:
	resource/java/text: metazones.properties 

Log message:
	Support translating metazone names to standard zone names.
	
	2008-07-07  Andrew John Hughes  <[email protected]>
	
		* java/text/DateFormatSymbols.java:
		Use metazones to convert metazone names to standard
		Continent/City form.  Also add hack to include GMT
		as a short name.
		* resource/java/text/metazones.properties:
		New properties file for mapping metazones to standard
		zone names.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9682&r2=1.9683
http://cvs.savannah.gnu.org/viewcvs/classpath/java/text/DateFormatSymbols.java?cvsroot=classpath&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/classpath/resource/java/text/metazones.properties?cvsroot=classpath&rev=1.1