Commit | Line | Data |
fab31126 |
1 | # Revision history for Perl extension Encode. |
2 | # |
5d030b67 |
3 | # $Id: Changes,v 0.95 2002/03/21 15:52:20 dankogai Exp dankogai $ |
fab31126 |
4 | # |
5d030b67 |
5 | 0.95 Thu Mar 22 2002 |
6 | In this update, pod rewrites and alias fixes are the main issues |
7 | + lib/Encode/Supported.pod |
8 | Describes supported encodings |
9 | ! Makefile.PL |
10 | streamlined compiled-in encodings. |
11 | ! lib/Encode/Description.pod -> lib/Encode/Details.pod |
12 | Renamed. |
13 | + Encode/ibm-125?.ucm |
14 | Added from icu distibution with any occurance of |
15 | "IBM-125?" to "cp125?". Filenames remain unchanged to pay |
16 | some respect to icu staff, however. |
17 | + lib/Encode/Alias.pm |
18 | ! Encode.pm |
19 | Alias difinitions in Encode.pm relocated. |
20 | ! AUTHORS |
21 | ! Encode.xs |
22 | packWARN patch from Paul Marquess via jhi |
23 | Message-Id: <20020321010101.O28978@alpha.hut.fi> |
24 | Paul added to AUTHORS as a result. |
25 | ! t/CJKalias.t -> t/Aliases.t |
26 | Renamed. Checks even more aliases and alias overloading |
27 | ! Encode.pm |
28 | ! CN/CN.pm |
29 | duplicate alias for ujis => euc-jp removed (Encode::JP has one) |
30 | gbk => cp936 relocated to CN.pm |
31 | ! t/CJKalias.t |
32 | Test::More with plans (by jhi) |
1b2c56c8 |
33 | 0.94 Thu Mar 21 2002 |
34 | + lib/Encode/Description.pod |
35 | ! lib/Encode/Encoding.pm |
36 | Now the pod in Encode.pm is abridged as programming references. |
37 | lib/Encode/Description.pod contains the original, detailed description |
38 | and Encode::Encoding explains how to write your own module to |
39 | add new encodings. So far, lib/Encode/Description.pod contains |
40 | the whole pod once in Encode.pm. This is intentional. |
41 | ! Encode.pm |
42 | Pod revisions by Anton Tagunov |
43 | Message-Id: <517178431.20020320174824@motor.ru> |
44 | ! lib/Encode/Tcl.pm |
45 | all occrance of Encode::Tcl::Extended removed including pod |
46 | ! t/CJKalias.t |
47 | test now checks $encoding->name only; $encoding->{name} are |
48 | no longer check to find the canonical name. |
49 | ! lib/Encode/JP/JIS.pm |
50 | ! lib/Encode/JP/ISO_2022_JP.pm |
51 | ->name() added to be more compliant with API |
52 | ! CN/CN.pm |
53 | ! JP/JP.pm |
54 | ! KR/KR.pm |
55 | ! TW/TW.pm |
56 | ! t/CJKalias.t |
57 | Patch by Autrijus to add aliases to TW and fixes to POD |
58 | Message-Id: <20020320090619.GA24774@not.autrijus.org> |
59 | ! AUTHORS |
60 | SADAHIRO Tomoyuki added as should. My apologies. |
61 | |
fab31126 |
62 | 0.93 Wed Mar 20 2002 |
63 | * First release to be uploaded to CPAN. For prehistoric changes, |
64 | please see Changes file of perl distibution as well as |
65 | perl-unicode@perl.org archive, available at: |
66 | http://archive.develooper.com/perl-unicode@perl.org/ |
67 | |
68 | Changes Since 0.92 includes; |
69 | + Changes |
70 | + AUTHORS |
71 | ! Encode.pm |
72 | ! README |
73 | + Mention to perl-unicode@perl.org added |
74 | ! JP/JP.pm |
75 | + Encoding aliases added so you can feed locale names |
76 | and MIME Charset="" directly. |
77 | - Mention to JISX0212 removed because it's fixed |
78 | ! CN/CN.pm |
79 | ! KR/KR.pm |
80 | + Encoding aliases added. Note TW is left untouched because |
81 | euc-tw is not implemented in TW but in Encode::HanExtra. |
82 | Autrijus, you may fix Encode::HanExtra. |
83 | + t/CJKalias.t |
84 | + to test encode aliases added |