Commit | Line | Data |
fab31126 |
1 | # Revision history for Perl extension Encode. |
2 | # |
1b2c56c8 |
3 | # $Id: Changes,v 0.94 2002/03/20 19:59:38 dankogai Exp dankogai $ |
fab31126 |
4 | # |
5 | |
1b2c56c8 |
6 | 0.94 Thu Mar 21 2002 |
7 | + lib/Encode/Description.pod |
8 | ! lib/Encode/Encoding.pm |
9 | Now the pod in Encode.pm is abridged as programming references. |
10 | lib/Encode/Description.pod contains the original, detailed description |
11 | and Encode::Encoding explains how to write your own module to |
12 | add new encodings. So far, lib/Encode/Description.pod contains |
13 | the whole pod once in Encode.pm. This is intentional. |
14 | ! Encode.pm |
15 | Pod revisions by Anton Tagunov |
16 | Message-Id: <517178431.20020320174824@motor.ru> |
17 | ! lib/Encode/Tcl.pm |
18 | all occrance of Encode::Tcl::Extended removed including pod |
19 | ! t/CJKalias.t |
20 | test now checks $encoding->name only; $encoding->{name} are |
21 | no longer check to find the canonical name. |
22 | ! lib/Encode/JP/JIS.pm |
23 | ! lib/Encode/JP/ISO_2022_JP.pm |
24 | ->name() added to be more compliant with API |
25 | ! CN/CN.pm |
26 | ! JP/JP.pm |
27 | ! KR/KR.pm |
28 | ! TW/TW.pm |
29 | ! t/CJKalias.t |
30 | Patch by Autrijus to add aliases to TW and fixes to POD |
31 | Message-Id: <20020320090619.GA24774@not.autrijus.org> |
32 | ! AUTHORS |
33 | SADAHIRO Tomoyuki added as should. My apologies. |
34 | |
fab31126 |
35 | 0.93 Wed Mar 20 2002 |
36 | * First release to be uploaded to CPAN. For prehistoric changes, |
37 | please see Changes file of perl distibution as well as |
38 | perl-unicode@perl.org archive, available at: |
39 | http://archive.develooper.com/perl-unicode@perl.org/ |
40 | |
41 | Changes Since 0.92 includes; |
42 | + Changes |
43 | + AUTHORS |
44 | ! Encode.pm |
45 | ! README |
46 | + Mention to perl-unicode@perl.org added |
47 | ! JP/JP.pm |
48 | + Encoding aliases added so you can feed locale names |
49 | and MIME Charset="" directly. |
50 | - Mention to JISX0212 removed because it's fixed |
51 | ! CN/CN.pm |
52 | ! KR/KR.pm |
53 | + Encoding aliases added. Note TW is left untouched because |
54 | euc-tw is not implemented in TW but in Encode::HanExtra. |
55 | Autrijus, you may fix Encode::HanExtra. |
56 | + t/CJKalias.t |
57 | + to test encode aliases added |