diff options
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index ad5a349306a..3e419de7c66 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,14 @@ 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> + * java/text/SimpleDateFormat.java: + (formatWithAttribute): New method. It implements + the formatting process with attributes. + (format): Use formatWithAttribute. + (formatToCharacterIterator): New method. Use + formatWithAttribute. + +2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> + * java/text/MessageFormat.java: (class Field): New class. (formatToCharacterIterator): New method. |