summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-04-29 14:34:42 +0000
committerMark Wielaard <mark@klomp.org>2005-04-29 14:34:42 +0000
commiteaf09eb247ee1d55001c27f086721f0110e8c2ee (patch)
tree70932efd3b3a30208d353b4a4ed6dceb2514286f /ChangeLog
parent3fefe70f8cac13ca97c07044f48f2fbf0c21b657 (diff)
downloadclasspath-eaf09eb247ee1d55001c27f086721f0110e8c2ee.tar.gz
2005-04-29 Sven de Marothy <sven@physto.se>
Mark Wielaard <mark@klomp.org> * java/nio/charset/Charset.java (defaultCharset): Use SystemProperties. (provider): Check gnu.classpath.nio.charset.provider.iconv system property and return the IconvProvider when set. * NEWS: Document new character encoder framework.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8bccd8f3..29ee34345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-04-29 Sven de Marothy <sven@physto.se>
+ Mark Wielaard <mark@klomp.org>
+
+ * java/nio/charset/Charset.java (defaultCharset): Use
+ SystemProperties.
+ (provider): Check gnu.classpath.nio.charset.provider.iconv system
+ property and return the IconvProvider when set.
+
+ * NEWS: Document new character encoder framework.
+
2005-04-29 Michael Koch <konqueror@gmx.de>
* java/nio/charset/Charset.java