--- perl/lib/Encode/ChangeLog 2002/09/20 14:01:45 1.6 +++ perl/lib/Encode/ChangeLog 2002/09/21 01:34:08 1.7 @@ -1,3 +1,14 @@ +2002-09-21 Wakaba + + * ISO2022.pm: + - More DOCS support. + - (new_object): Redefined as alias of Encode::Charset's. + - (pod:ENCODINGS): New section. + - Regists 'iso/iec2022' as encoding name. + * Charset.pm: + - (new_object): Moved from Encode::ISO2022. + - (make_initial_coding_system): Define 'Csjis' coding system. + 2002-09-20 Wakaba * ISO2022.pm: @@ -11,7 +22,7 @@ - ($C->{option}->{designate_to}->{coding_system}): New option property object. - ($C->{coding_system}): New property. - - (%CODING_SYSTEM): New hash. (Alias to Encode::Charset's one.) + - (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) * Charset.pm (make_initial_coding_system): Set 'reset_state' property with 1 value to coding systems of DOCS with 02/14 I byte.