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