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