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