Fri Feb 23 19:36:43 2001  Paolo Bonzini  (bonzini@gnu.org)

	*** Released version 1.95.3

Tue Feb 6 11:39:18 2000  Paolo Bonzini (bonzini@gnu.org)

	* i18n/Set-SJIS.st.in: made a fixed subclass of TableEncodedMultiByte
	* i18n/Set-BIG5.st.in: made a fixed subclass of TableEncodedMultiByte
	* i18n/Set-GB.st.in: made a fixed subclass of TableEncodedMultiByte
	* i18n/Set-0208.st.in: made a fixed subclass of TableEncodedMultiByte
	* i18n/Set-SBCS.st: classes made fixed of TableEncodedMultiByte
	* i18n/Set-EUC.st.in: made a fixed subclass
	* i18n/Collate.st: use new Stream interface to character sets.
	* i18n/Locale.st: define category to be 'LANG' so that the
	`Locale default charset' or `Locale default language' idioms work.
	* i18n/Sets.st: partly rewritten to adopt Stream-based behavior
	rather than subclassing CharacterArray.
	
Fri May 12 23:03:03 2000  Paolo Bonzini (bonzini@gnu.org)

	* i18n/Collate.st: debugged.
	* i18n/Locale.st: LcFile was broken for POSIX locale (cachedData
	was left uninitialized) -- fixed.  BigEndianFileStream has the same
	optimizing trick as ByteStream (see main ChangeLog).


Tue May  9 20:23:59 2000  Paolo Bonzini (bonzini@gnu.org)

	* i18n/Locale.st: made #flush call itself on the
	subclasses, and made #rootDirectory: call #flush.
	* i18n/GetText.st: tested and made it work (only
	a couple of fixes were needed! I love Smalltalk).
	
Wed May  3 20:06:15 2000  Paolo Bonzini (bonzini@gnu.org)

	* i18n/Collation.st: added POSIX locale
	* i18n/Locale.st: added POSIX locale support for LcFile's
	* i18n/Numbers.st: added POSIX locale
	* i18n/Times.st: added POSIX locale

Mon May  1 17:26:32 2000  Paolo Bonzini (bonzini@gnu.org)

	* i18n/tables: created
	* i18n/table_from: created
	* i18n/table_ind: created
	* i18n/table_to: created
	* i18n/Set-SJIS.st.in: created
	* i18n/Set-BIG5.st.in: created
	* i18n/Set-EUC.st.in: created
	* i18n/Set-GB.st.in: created
	* i18n/Set-0208.st.in: created
	* i18n/Unicode-0208: added
	* i18n/Unicode-SJIS: added
	* i18n/Unicode-0212: added
	* i18n/Unicode-GB: added
	* i18n/Unicode-BIG5: added

Thu Apr 27 11:32:14 2000  Paolo Bonzini (bonzini@gnu.org)

	* i18n/Collation.st: created
	* i18n/Load.st: created
	* i18n/Numbers.st: created
	* i18n/Times.st: created

Tue Apr 25 01:26:10 2000  Paolo Bonzini (bonzini@gnu.org)

	* i18n/Locale.st: created
	* i18n/Sets.st: created
	* i18n/Set-SBCS.st: created

Sun Apr 23 17:43:47 2000  Paolo Bonzini (bonzini@gnu.org)
 
	* i18n/GetText.st: created
