Upgrade to Unicode::Collate 0.27.
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / Changes
1 Revision history for Perl module Unicode::Collate.
2
3 0.27  Sun Aug 31 22:23:17 2003
4       some improvements:
5     - The maximum length of contracted CE was not checked.
6       Collation of a large string including a first letter of a contraction
7       that is not a part of that contraction (say, 'c' of 'ca'
8       where 'ch' is defined) was too slow, inefficient.
9     - A form name for 'normalize', no longer restricted to /^(?:NF)?K?[CD]\z/,
10       will be allowed as long as Unicode::Normalize::normalize() accepts it.
11       since Unicode::Normalize or UAX #15 may be changed/enhanced in future.
12     - When Hangul syllables are decomposed under <normalization => undef>,
13       contraction among jamo (LV, VT, LVT) derived from the same
14       Hangul syllable is allowed.  Added hangul.t.
15
16 0.26  Sun Aug 03 22:23:17 2003
17     - fix: an expansion in which a CE is level 3 ignorable and others are not
18       was wrongly made level 3 ignorable as a whole entry.
19       (In DUCET, some precomposites in Musical Symbols are so)
20
21 0.25  Mon Jun 06 23:20:17 2003
22     - fix Makefile.PL.
23     - internal tweak (again): pack_U() and unpack_U().
24
25 0.24  Thu Apr 02 23:12:54 2003
26     - internal tweak for (?un)pack 'U'.
27
28 0.23  Wed Sep 04 19:25:20 2002
29     - fix: scalar match() no longer returns an lvalue substr ref.
30     - fix: "Ignorable after variable" should be made level 3 ignorable
31            even if alternate => 'blanked'.
32     - Now a grapheme may contain trailing level 2, level 3,
33       and completely ignorable characters.
34
35 0.22  Mon Sep 02 23:15:14 2002
36     - New File: index.t.
37       (The new test.t excludes tests for index.)
38     - tweak on index(). POSITION is supported.
39     - add match, gmatch, subst, gsubst methods.
40     - fix: ignorable after variable in 'shift'-variable weight.
41
42 0.21  Sat Aug 03 10:24:00 2002
43     - upgrade keys.txt and t/test.t for UCA Version 9.
44
45 0.20  Fri Jul 26 02:15:25 2002
46     - now UCA Version 9.
47     - U+FDD0..U+FDEF are new non-characters.
48     - fix: whitespace characters before @backwards etc. in a table file.
49     - now values for 'alternate', 'backwards', etc.,
50       which are explicitly specified via new(),
51       are preferred to those specified in a table file.
52
53 0.12  Sun May 05 09:43:10 2002
54     - add new methods, ->UCA_Version and ->Base_Unicode_Version.
55     - test fix: removed the needless requirement of Unicode::Normalize.
56       [reported by David Hand]
57
58 0.11  Fri May 03 02:28:10 2002
59     - fix: now derived collation elements can be used for Hangul Jamo
60       when their weights are not defined.
61       [reported by Andreas J. Koenig]
62     - fix: rearrangements had not worked.
63     - mentioned pleblem on index() in BUGS.
64     - more documents, more tests.
65     - tag names for 'alternate' are case-insensitive (i.e. 'SHIFTed' etc.).
66     - The <undef> value for the keys "overrideCJK", "overrideHangul",
67       "rearrange" has a special behavior (different from default).
68
69 0.10  Tue Dec 11 23:26:42 2001
70     - now you are allowed to use no table file.
71     - fix: fetching CE with two or more combining characters.
72
73 0.09  Sun Nov 11 17:02:40:18 2001
74     - add the following methods: eq, ne, lt, le, gt, le.
75     - relies on &Unicode::Normalize::getCombinClass()
76       in place of %Unicode::Normalize::Combin
77       (the hash is not defined in the XS version of Unicode::Normalize).
78       then you should install Unicode::Normalize 0.10 or later.
79     - now independent of Lingua::KO::Hangul::Util
80       (this module does decomposition of Hangul syllables for itself)
81
82 0.08  Mon Aug 20 22:40:18 2001
83     - add the index method.
84
85 0.07  Thu Aug 16 23:42:02 2001
86     - rename the module name to Unicode::Collate.
87
88 0.06  Thu Aug 16 23:18:36 2001
89     - add description of the getSortKey method.
90
91 0.05  Mon Aug 13 22:23:11 2001
92     - bug fix: on the things of 4.2.1, UTR #10
93     - getSortKey returns a string, but not an arrayref.
94
95 0.04  Mon Aug 13 22:23:11 2001
96     - some bugs are fixed.
97     - some tailoring parameters are added.
98
99 0.03  Mon Aug 06 06:26:35 2001
100     - modify README
101
102 0.02  Sun Aug 05 20:20:01 2001
103     - some fix
104
105 0.01  Sun Jul 29 16:16:15 2001
106     - original version; created by h2xs 1.21
107       with options -A -X -n Sort::UCA
108