1 |
2002-12-12 Wakaba <w@suika.fam.cx> |
2 |
|
3 |
* MNEM/, Restore/: New directories. |
4 |
|
5 |
2002-10-16 Nanashi-san |
6 |
|
7 |
* Charset/: New directory. |
8 |
* Charset.pm ($C->{option}->{final_to_set}): New option. |
9 |
(Committed by Wakaba <w@suika.fam.cx>.) |
10 |
|
11 |
2002-10-14 Nanashi-san |
12 |
|
13 |
* ISO2022.pm, SJIS.pm: Bug fix of utf8 flag control. |
14 |
(Committed by Wakaba <w@suika.fam.cx>.) |
15 |
|
16 |
2002-10-12 Nanashi-san |
17 |
|
18 |
* SJIS.pm: New module. |
19 |
* SJIS/: New directory. |
20 |
(Commited by Wakaba <w@suika.fam.cx>) |
21 |
|
22 |
2002-10-05 Nanashi-san |
23 |
|
24 |
* Table.pm: New module. |
25 |
(Commited by Wakaba <w@suika.fam.cx>.) |
26 |
|
27 |
2002-09-22 Wakaba <w@suika.fam.cx> |
28 |
|
29 |
* ISO2022.pm (_internal_to_iso2022): Allow SP as the |
30 |
replacement character. |
31 |
|
32 |
2002-09-21 Wakaba <w@suika.fam.cx> |
33 |
|
34 |
* ISO2022.pm: |
35 |
- More DOCS support. |
36 |
- (new_object): Redefined as alias of Encode::Charset's. |
37 |
- (pod:ENCODINGS): New section. |
38 |
- Regist 'iso/iec2022' as encoding name. |
39 |
* Charset.pm: |
40 |
- (new_object): Moved from Encode::ISO2022. |
41 |
- (make_initial_coding_system): Define 'Csjis' coding system. |
42 |
* EUCFixed.pm (pod:ENCODINGS): New section. |
43 |
|
44 |
2002-09-20 Wakaba <w@suika.fam.cx> |
45 |
|
46 |
* ISO2022.pm: |
47 |
- (iso2022_to_internal): New function. |
48 |
- (_iso2022_to_internal): Renamed from iso2022_to_internal. |
49 |
- (iso2022_to_internal): Experimental support of DOCS. |
50 |
- (internal_to_iso2022): Output in UCS coding systems |
51 |
if the character is unable to be encoded in ISO/IEC 2022 |
52 |
coded character sets. |
53 |
- (_i2o): New procedure. |
54 |
- ($C->{option}->{designate_to}->{coding_system}): New option |
55 |
property object. |
56 |
- ($C->{coding_system}): New property. |
57 |
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
58 |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
59 |
property with 1 value to coding systems of DOCS with 02/14 I byte. |
60 |
|
61 |
2002-09-19 Wakaba <w@suika.fam.cx> |
62 |
|
63 |
* ISO2022.pm: |
64 |
- (make_initial_charset, make_charset): Removed. |
65 |
- (%CHARSET): Redefined as an alias of Encode::Charset's. |
66 |
* Charset.pm: New module. Charset definitions are |
67 |
moved from ISO2022.pm. |
68 |
|
69 |
2002-09-16 Wakaba <w@suika.fam.cx> |
70 |
|
71 |
* ISO2022.pm: |
72 |
- (iso2022_to_internal): Invoke G1,G2,G3 by locking |
73 |
shifts of ESC Fs style. |
74 |
- (make_initial_charset): Create charset definition |
75 |
of 94^2 DRCSes. |
76 |
- (undef_char): New option. |
77 |
- (pod:TODO): New section. |
78 |
* HZ.pm: |
79 |
- (__hz_encoding_name): New function. |
80 |
- (Encode::HZ): Added new alias names. |
81 |
- (Encode::HZ::HZ165): New package. |
82 |
- (pod:ENCODINGS): New section. |
83 |
|
84 |
2002-09-15 Wakaba <w@suika.fam.cx> |
85 |
|
86 |
* ISO2022.pm: New module. |
87 |
|
88 |
2002-08-04 Wakaba <w@suika.fam.cx> |
89 |
|
90 |
* EUCFixed.pm: New module. |
91 |
|
92 |
2002-07-24 Wakaba <w@suika.fam.cx> |
93 |
|
94 |
* HZ.pm: New module. |
95 |
* ChangeLog: New file. |