Another Unicode-3.2-induced doc fix
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
be32ca57 30.16 Thu Mar 21 13:36:14 2002
4 - synchronization with bleadperl.
5 - Change 15318: by jhi
6 - Change 15319: by jhi
7
8f118dcd 80.15 Tue Mar 19 22:04:07 2002
9 - Quick check is implemented.
10 - decompose(), reorder(), and compose() are documented.
11 - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
12
ab8fe378 130.14 Sat Feb 02 20:40:14 2002
14 - synchronization with bleadperl.
15 - Change 14128: by Arthur
16 - Change 14129: by jhi
17 - Change 14156:
18 - Change 14199: by Nikola Knezevic
19 - Change 14308: by Benjamin Goldberg
20 - Change 14370: by jhi
21
220.13 Sat Dec 01 11:42:43 2001
23 - modify Makefile.PL to enable rebuild.
24 (This problem is pointed out by David Dyck.)
25 - Change 13388: by Jarkko Hietaniemi.
26
2a204b45 270.12 Wed Nov 29 22:49:02 2001
28 - documentation in .pod is appended to .pm and the .pod is removed.
29 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
30
310.11 Sat Nov 24 10:18:38 2001
32 - documentation of some functions for character data.
33 - Change 12909: by Jarkko Hietaniemi.
34 - Change 13228: by Peter Prymmer.
35
ac5ea531 360.10 Sat Nov 03 16:30:20 2001
37 - The XS version is now independent of Lingua::KO::Hangul::Util.
38 (though the Non-XS version still requires that.)
39
400.09 Fri Nov 02 22:39:30 2001
41 - remove pTHX_.
42
430.08 Thu Nov 01 23:20:42 2001
44 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
45
460.07 Wed Oct 31 22:06:42 2001
47 - modify internal. decompose() - reorder() - compose().
48
490.06 Sun Oct 28 14:28:46 2001
50 - an XS version.
51 (but the Non-XS version is also supported.)
52
530.05 Wed Oct 10 22:02:15 2001 (not released)
54 - %Compos contains unnecessary singletons
55 (though it did not cause any bug, only useless).
56 They will not be stored.
57
580.04 Wed Aug 15 19:02:41 2001
59 - fix: NFD("") and NFKD("") must return "", not but undef.
60
610.03 Fri Aug 10 22:44:18 2001
62 - rename the module name to Unicode::Normalize.
63 - normalize takes two arguments.
64
650.02 Thu Aug 9 22:56:36 2001
66 - add function normalize
67
680.01 Mon Aug 6 21:45:11 2001
69 - original version; created by h2xs 1.21 with options
70 -A -X -n Text::Unicode::Normalize
71