diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-04 22:14:12 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-04 22:14:12 +0000 |
commit | e47d69844144db98c31011c17488eb214bf4825d (patch) | |
tree | efea129faee80759862121f5d53765bc4a0d27bc /libjava/ChangeLog | |
parent | 3df4f9dc665ecadab78f9beacc3ab9b196ba2fd6 (diff) | |
download | gcc-e47d69844144db98c31011c17488eb214bf4825d.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81493 138bc75d-0d04-0410-961f-82ee72b054a4
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. |