1 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
4 |
even if DOMMetaImpl:provideFeature has child nodes but |
5 |
they are not DOMMetaImpl:providedThrough a ImplFeature |
6 |
statement is generated. |
7 |
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
8 |
|
9 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
10 |
|
11 |
* Makefile: Rules for DISDoc module added. |
12 |
|
13 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
14 |
|
15 |
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
16 |
ManakaiDISModuleDefinition): "getFeature" method added. |
17 |
|
18 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* DIS.dis (Require): Loads PerlCode module. |
21 |
|
22 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* PerlCode.dis: Operator overloading is implemented. |
25 |
|
26 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
27 |
|
28 |
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
29 |
module's binding properties. |
30 |
|
31 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
32 |
|
33 |
* PerlCode.dis: New module. |
34 |
|
35 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
36 |
|
37 |
* DIS.dis (DISModuleResolver): New interface. |
38 |
|
39 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* DIS.dis: New module. |
42 |
|
43 |
* ManakaiNode.dis: New "subnode0" property category introduced. |
44 |
|
45 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
46 |
|
47 |
* ManakaiNode.dis: New module. |
48 |
|
49 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* Error.pm (___rule_def[p]): Don't output anything if not exists |
52 |
that parameter. |
53 |
|
54 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
55 |
|
56 |
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
57 |
|
58 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* Error.pm (report): Error depth fixed. |
61 |
(___rule_def:t): New parameters empty and undef introduced. |
62 |
|
63 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* Error.pm: Some fixes w.r.t. Error::Depth. |
66 |
|
67 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* Error.pm (___error_def): Renamed from ___errors. |
70 |
|
71 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
74 |
|
75 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
78 |
|
79 |
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
80 |
|
81 |
* Formatter: New directory. |
82 |
|
83 |
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
84 |
|
85 |
* Error.pm: Rewritten. |
86 |
|
87 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
88 |
|
89 |
* Formatter.pm (replace): Allow '%foo () ;'.
|
90 |
|
91 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
92 |
|
93 |
* HostPermit.pm: New module.
|
94 |
|
95 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
96 |
|
97 |
* Error.pm (_default_error_handler): Syntax fix.
|
98 |
|
99 |
* Error/: New directory.
|
100 |
|
101 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
102 |
|
103 |
* Error.pm: New module.
|
104 |
|
105 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
106 |
|
107 |
* Formatter.pm (replace): Bug fix of pattern.
|
108 |
|
109 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
110 |
|
111 |
* Formatter.pm (replace): {...} block is supported.
|
112 |
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
113 |
subset of SuikaWiki::Markup::XML.
|
114 |
(replace): Return structured string, not bare string. This function is
|
115 |
useful to make tree (such as XML's) from formatting template (and its nested
|
116 |
parameters).
|
117 |
|
118 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
119 |
|
120 |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
121 |
(replace): Replace '-' to '_' in attr name.
|
122 |
|
123 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
124 |
|
125 |
* Formatter.pm (replace): Trim attribute name/value pair.
|
126 |
|
127 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
128 |
|
129 |
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
130 |
|
131 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
132 |
|
133 |
* Formatter.pm (%char;): Removed.
|
134 |
|
135 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
136 |
|
137 |
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
138 |
"-bare_text".
|
139 |
(replace): "Replace" non-%-text with "-bare_text" rule.
|
140 |
(pod): Methods and initial rules are documented.
|
141 |
|
142 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
143 |
|
144 |
* Formatter.pm (replace): Accept ")" in quoted-string.
|
145 |
|
146 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
147 |
|
148 |
* ChangeLog: New file.
|
149 |
* Formatter.pm: New module.
|