1 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* URIReference.pod: New documentation. |
4 |
|
5 |
* Makefile: Renewed. |
6 |
|
7 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
8 |
|
9 |
* URIReference.pm: Don't throw exception if read-only |
10 |
attribute is tried to set. |
11 |
|
12 |
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
13 |
|
14 |
* URIReference.pm (Message::IF::URIReference): |
15 |
Renamed from |Message::DOM::IF::URIReference|. |
16 |
|
17 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* URIReference.pm (___report_error): New method. |
20 |
|
21 |
2007-05-22 Wakaba <wakaba@suika.fam.cx> |
22 |
|
23 |
* URIReference.pm: Now this module defines a |
24 |
class |Message::URI::URIReference| as well as |
25 |
a method addition to |Message::DOM::DOMImplementation|. |
26 |
It no longer depends on |Message::DOM::DOMCore|. |
27 |
(get_iri_reference_3987): Don't use |chr|, use |pack| |
28 |
instead, to avoid a byte string is eventually converted to |
29 |
a utf8 string. |
30 |
|
31 |
2007-05-22 Wakaba <wakaba@suika.fam.cx> |
32 |
|
33 |
* URIReference.pm: New module (copy of |Generic.pm|). |
34 |
|
35 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
36 |
|
37 |
* Generic.dis: |For| specifications are removed. |
38 |
|
39 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* Generic.dis: |WithFor| and |DefaultFor| are removed. |
42 |
|
43 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
44 |
|
45 |
* Generic.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM| |
46 |
mode is removed. |
47 |
|
48 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
49 |
|
50 |
* Generic.dis (URIImplementation): It no |
51 |
longer inherits the |MinimumImplementation|; it |
52 |
is now expected to be implemented by |DOMImplementation| |
53 |
objects. |
54 |
|
55 |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
56 |
|
57 |
* .cvsignore: Updated. |
58 |
|
59 |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* Makefile (clean-db): New rule. |
62 |
|
63 |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* Generic.pm: Added to the CVS repository since |
66 |
it is referenced from |../DOM/DOMCore.pm| and therefore |
67 |
it is required to execute the |daf| script. |
68 |
|
69 |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
70 |
|
71 |
* Generic.dis (MURI:): Typos are fixed. |
72 |
|
73 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
* Generic.dis (new): New method. |
76 |
|
77 |
2006-03-01 Wakaba <wakaba@suika.fam.cx> |
78 |
|
79 |
* Generic.dis: Most of codes are rewritten using public domain example |
80 |
implementation <http://www.gbiv.com/protocols/uri/rev-2002/uri_test.pl>. |
81 |
|
82 |
2006-03-01 Wakaba <wakaba@suika.fam.cx> |
83 |
|
84 |
* ChangeLog: New file. |
85 |
|
86 |
* Generic.dis: New module. |
87 |
|
88 |
* Makefile: New file. |
89 |
|
90 |
|