/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.33 - (show annotations) (download)
Tue Aug 30 12:30:45 2005 UTC (19 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +23 -0 lines
New things to support generation of the document added

1 2005-08-30 Wakaba <wakaba@suika.fam.cx>
2
3 * DIS.dis (plFilePathStem): New attribute.
4
5 2005-08-29 Wakaba <wakaba@suika.fam.cx>
6
7 * DIS.dis (plFileNameStem): New attribute.
8
9 2005-08-28 Wakaba <wakaba@suika.fam.cx>
10
11 * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
12
13 2005-08-26 Wakaba <wakaba@suika.fam.cx>
14
15 * DIS.dis: Typo fixed for replacing namespace URI and local name
16 in reflecting code.
17 (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
18 attribute values as their default.
19 (mvPrefix, qnameValuePrefix): New attributes.
20
21 * ManakaiNode.dis: Tests whether "defined" rather than true or not
22 in "while" conditions.
23
24 2005-08-15 Wakaba <wakaba@suika.fam.cx>
25
26 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
27 is defined.
28
29 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
30 parameter value if dis:ContentType attribute is missing.
31
32 * ManakaiNode.dis (importTree): Use "isa" function
33 to check whether a object is an instance of the manakai
34 node model.
35 (NodeStem, NodeRef): New lightweight variant
36 of ManakaiDOM:ManakaiDOMNodeObject
37 and ManakaiDOM:ManakaiDOMNodeReference.
38
39 2005-05-29 Wakaba <wakaba@suika.fam.cx>
40
41 * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
42 even if DOMMetaImpl:provideFeature has child nodes but
43 they are not DOMMetaImpl:providedThrough a ImplFeature
44 statement is generated.
45 (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
46
47 2005-05-26 Wakaba <wakaba@suika.fam.cx>
48
49 * Makefile: Rules for DISDoc module added.
50
51 2005-05-23 Wakaba <wakaba@suika.fam.cx>
52
53 * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
54 ManakaiDISModuleDefinition): "getFeature" method added.
55
56 2005-03-06 Wakaba <wakaba@suika.fam.cx>
57
58 * DIS.dis (Require): Loads PerlCode module.
59
60 2005-03-05 Wakaba <wakaba@suika.fam.cx>
61
62 * PerlCode.dis: Operator overloading is implemented.
63
64 2005-03-04 Wakaba <wakaba@suika.fam.cx>
65
66 * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
67 module's binding properties.
68
69 2005-03-03 Wakaba <wakaba@suika.fam.cx>
70
71 * PerlCode.dis: New module.
72
73 2005-02-26 Wakaba <wakaba@suika.fam.cx>
74
75 * DIS.dis (DISModuleResolver): New interface.
76
77 2005-02-21 Wakaba <wakaba@suika.fam.cx>
78
79 * DIS.dis: New module.
80
81 * ManakaiNode.dis: New "subnode0" property category introduced.
82
83 2005-02-17 Wakaba <wakaba@suika.fam.cx>
84
85 * ManakaiNode.dis: New module.
86
87 2005-01-05 Wakaba <wakaba@suika.fam.cx>
88
89 * Error.pm (___rule_def[p]): Don't output anything if not exists
90 that parameter.
91
92 2004-09-30 Wakaba <wakaba@suika.fam.cx>
93
94 * Error.pm (___rule_def): "p" added; now "t" is obsolete.
95
96 2004-04-02 Wakaba <wakaba@suika.fam.cx>
97
98 * Error.pm (report): Error depth fixed.
99 (___rule_def:t): New parameters empty and undef introduced.
100
101 2004-01-17 Wakaba <wakaba@suika.fam.cx>
102
103 * Error.pm: Some fixes w.r.t. Error::Depth.
104
105 2003-12-06 Wakaba <wakaba@suika.fam.cx>
106
107 * Error.pm (___error_def): Renamed from ___errors.
108
109 2003-12-01 Wakaba <wakaba@suika.fam.cx>
110
111 * Error.pm (___get_error_def): Now support inherit. (It was not work.)
112
113 2003-11-15 Wakaba <wakaba@suika.fam.cx>
114
115 * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
116
117 2003-11-13 Wakaba <wakaba@suika.fam.cx>
118
119 * Formatter: New directory.
120
121 2003-11-12 Wakaba <wakaba@suika.fam.cx>
122
123 * Error.pm: Rewritten.
124
125 2003-10-25 Wakaba <wakaba@suika.fam.cx>
126
127 * Formatter.pm (replace): Allow '%foo () ;'.
128
129 2003-09-17 Wakaba <wakaba@suika.fam.cx>
130
131 * HostPermit.pm: New module.
132
133 2003-08-05 Wakaba <wakaba@suika.fam.cx>
134
135 * Error.pm (_default_error_handler): Syntax fix.
136
137 * Error/: New directory.
138
139 2003-07-29 Wakaba <wakaba@suika.fam.cx>
140
141 * Error.pm: New module.
142
143 2003-05-10 Wakaba <w@offweb.ddo.jp>
144
145 * Formatter.pm (replace): Bug fix of pattern.
146
147 2003-04-29 Wakaba <w@offweb.ddo.jp>
148
149 * Formatter.pm (replace): {...} block is supported.
150 (Message::Util::Formatter::_returned): New package. It is very very tiny
151 subset of SuikaWiki::Markup::XML.
152 (replace): Return structured string, not bare string. This function is
153 useful to make tree (such as XML's) from formatting template (and its nested
154 parameters).
155
156 2003-03-28 Wakaba <w@offweb.ddo.jp>
157
158 * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
159 (replace): Replace '-' to '_' in attr name.
160
161 2003-01-26 Wakaba <w@cube.wakaba.ssm>
162
163 * Formatter.pm (replace): Trim attribute name/value pair.
164
165 2003-01-04 Wakaba <w@suika.fam.cx>
166
167 * Formatter.pm (replace): Don't split by ',' in quoted-strings.
168
169 2002-12-15 Wakaba <w@suika.fam.cx>
170
171 * Formatter.pm (%char;): Removed.
172
173 2002-12-05 Wakaba <w@suika.fam.cx>
174
175 * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
176 "-bare_text".
177 (replace): "Replace" non-%-text with "-bare_text" rule.
178 (pod): Methods and initial rules are documented.
179
180 2002-12-04 Wakaba <w@suika.fam.cx>
181
182 * Formatter.pm (replace): Accept ")" in quoted-string.
183
184 2002-11-13 Wakaba <w@suika.fam.cx>
185
186 * ChangeLog: New file.
187 * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24