Upgrade to Encode 0.96, from Dan Kogai.
[p5sagit/p5-mst-13.2.git] / ext / Encode / Changes
CommitLineData
fab31126 1# Revision history for Perl extension Encode.
2#
5129552c 3# $Id: Changes,v 0.96 2002/03/22 22:22:53 dankogai Exp dankogai $
fab31126 4#
5129552c 5
60.96 Sat Mar 23 2002
7! TW/TW.pm
8! lib/Encode/Encoding.pm
9! lib/Encode/Alias.pm
10! lib/Encode/Supported.pod
11! KR/KR.pm
12 Pod Fixes by Michael G Schwern <schwern@pobox.com> via jhi
13 Message-ID: <20020322073908.GB10539@blackrider>
14! Makefile.PL
15! Encode.pm
16 "...I think we should include ISO 8859-1 as well." -- NI-S
17 Message-Id: <20020322120230.1332.8@bactrian.elixent.com>
18! JP/JP.pm
19! CN/CN.pm
20! KR/KR.pm
21! TW/TW.pm
22! lib/Encode/Alias.pm
23 alias definitions relocated to Encode::Alias so module autoloading
24 works for aliases also.
25! Encode.pm
26 encodings() now accepts args to check ExtModules.
27+ Byte/Byte.pm
28+ Byte/Makefile.PL
29+ EBCDIC/EBCDIC.pm
30+ EBCDIC/Makefile.PL
31+ Symbol/Makefile.PL
32+ Symbol/Symbol.pm
33! Encode.pm
34! Encode.xs
35 Latin and single byte encodings are reorganized so they are
36 demand-loaded like Encode::XX. Now only ascii is compiled into
37 Encode itself.
38! lib/Encode/Alias.pm
39 for my $k (keys %hash){ delete $hash{$k}; }
40 is depreciated; fixed.
41
420.95 Fri Mar 22 2002
5d030b67 43 In this update, pod rewrites and alias fixes are the main issues
44+ lib/Encode/Supported.pod
45 Describes supported encodings
46! Makefile.PL
47 streamlined compiled-in encodings.
48! lib/Encode/Description.pod -> lib/Encode/Details.pod
49 Renamed.
50+ Encode/ibm-125?.ucm
51 Added from icu distibution with any occurance of
52 "IBM-125?" to "cp125?". Filenames remain unchanged to pay
53 some respect to icu staff, however.
54+ lib/Encode/Alias.pm
55! Encode.pm
56 Alias difinitions in Encode.pm relocated.
57! AUTHORS
58! Encode.xs
59 packWARN patch from Paul Marquess via jhi
60 Message-Id: <20020321010101.O28978@alpha.hut.fi>
61 Paul added to AUTHORS as a result.
62! t/CJKalias.t -> t/Aliases.t
63 Renamed. Checks even more aliases and alias overloading
64! Encode.pm
65! CN/CN.pm
66 duplicate alias for ujis => euc-jp removed (Encode::JP has one)
67 gbk => cp936 relocated to CN.pm
68! t/CJKalias.t
69 Test::More with plans (by jhi)
5129552c 70
1b2c56c8 710.94 Thu Mar 21 2002
72+ lib/Encode/Description.pod
73! lib/Encode/Encoding.pm
74 Now the pod in Encode.pm is abridged as programming references.
75 lib/Encode/Description.pod contains the original, detailed description
76 and Encode::Encoding explains how to write your own module to
77 add new encodings. So far, lib/Encode/Description.pod contains
78 the whole pod once in Encode.pm. This is intentional.
79! Encode.pm
80 Pod revisions by Anton Tagunov
81 Message-Id: <517178431.20020320174824@motor.ru>
82! lib/Encode/Tcl.pm
83 all occrance of Encode::Tcl::Extended removed including pod
84! t/CJKalias.t
85 test now checks $encoding->name only; $encoding->{name} are
86 no longer check to find the canonical name.
87! lib/Encode/JP/JIS.pm
88! lib/Encode/JP/ISO_2022_JP.pm
89 ->name() added to be more compliant with API
90! CN/CN.pm
91! JP/JP.pm
92! KR/KR.pm
93! TW/TW.pm
94! t/CJKalias.t
95 Patch by Autrijus to add aliases to TW and fixes to POD
96 Message-Id: <20020320090619.GA24774@not.autrijus.org>
97! AUTHORS
98 SADAHIRO Tomoyuki added as should. My apologies.
99
fab31126 1000.93 Wed Mar 20 2002
101* First release to be uploaded to CPAN. For prehistoric changes,
102 please see Changes file of perl distibution as well as
103 perl-unicode@perl.org archive, available at:
104 http://archive.develooper.com/perl-unicode@perl.org/
105
106 Changes Since 0.92 includes;
107+ Changes
108+ AUTHORS
109! Encode.pm
110! README
111 + Mention to perl-unicode@perl.org added
112! JP/JP.pm
113 + Encoding aliases added so you can feed locale names
114 and MIME Charset="" directly.
115 - Mention to JISX0212 removed because it's fixed
116! CN/CN.pm
117! KR/KR.pm
118 + Encoding aliases added. Note TW is left untouched because
119 euc-tw is not implemented in TW but in Encode::HanExtra.
120 Autrijus, you may fix Encode::HanExtra.
121+ t/CJKalias.t
122 + to test encode aliases added