2013-05-20  Holger Hans Peter Freyther  <holger@freyther.de>

	* Sets.st: Add >>#isValid, >>#codecReplace: and >>#iconvInvalidHandle.
	* iconv.c: Add iconvInvalid C-Function.
	* iconvtests.st: Add test for 'utf8' replacement.

2010-12-04  Paolo Bonzini  <bonzini@gnu.org>

	* package.xml: Remove now superfluous <file> tags.

2010-12-04  Paolo Bonzini  <bonzini@gnu.org>

	* UTF7.st: Small optimizations and fixes.
	* iconvtests.st: Cover UTF7 more thoroughly.

2008-08-06  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Add #nextAvailable:putAllOn:, remove #nextHunkPutAllOn:
	and #nextHunk.

2008-08-05  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Use #nextInputAvailable:into:startingAt: instead.

2008-08-05  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Add #nextInputAvailable: and use it to refill the buffer.

2008-01-17  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Extract UTF7...
	* UTF7.st: ... here.

2007-11-11  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Exit base64 right away if no bits are left to emit.
	* iconvtests.st: Add testcase.

2007-10-22  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Don't return an EncodedString if the wrapped String
	already has that encoding.  Add #isUnicode to EncodedString
	and EncodedStringFactory.  Override #encoding for FileDescriptor.

2007-10-22  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Delay BOM detection in EncodedString.
	* iconvtests.st: Add regression tests.

2007-10-21  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Fix all sort of off-by-one errors.
	* iconvtests.st: Add regression tests.

2007-10-19  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Return true from #convertMore if iconv yields no output.

2007-10-10  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Make the Iconv class dependent of ObjectMemory.

2007-08-28  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Add some methods, skip BOM when converting to UnicodeString.

2007-07-02  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Make EncodedStream a subclass of Stream.

2007-07-02  Paolo Bonzini  <bonzini@gnu.org>

	* Sets.st: Optimize leaving Base64.  Reject partial characters
	at end of input.
	* iconvtests.st: Test for this.

2007-07-02  Paolo Bonzini  <bonzini@gnu.org>

	* iconvtests.st: More UTF-7 tests.
	* Sets.st: UTF-7 fixes and some small optimization.

2007-07-01  Paolo Bonzini  <bonzini@gnu.org>

	* iconvtests.st: Add UTF-7 tests.
	* Sets.st: Rewrite FromUTF7.

2007-07-01  Paolo Bonzini  <bonzini@gnu.org>

	* iconvtests.st: New.
	* Sets.st: Fix buglet.

2007-06-29  Paolo Bonzini  <bonzini@gnu.org>

	* iconv.c: Created from i18n package.


