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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.56 - (hide annotations) (download)
Sun May 21 08:55:21 2006 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.55: +8 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	21 May 2006 08:52:03 -0000
2006-05-21  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (AtomDatatypes): Attribute group and
	datatypes are added.
	(atomCommonAttributes): New.
	(atomUri, atomEmailAddress, atomNCName, atomLanguageTag): News.
	(AtomNameElement, AtomIdElement, AtomUriElement): News.

++ manakai/lib/Message/DOM/ChangeLog	21 May 2006 08:50:52 -0000
2006-05-21  Wakaba  <wakaba@suika.fam.cx>

	* XDP.dis (XDPEntityValue.stringify): Don't escape
	any |%|s in |xdp:attr-definition| children.

++ manakai/lib/manakai/ChangeLog	21 May 2006 08:55:07 -0000
2006-05-21  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis, XML.dis: Definitions are added.

	* daf-dtd-modules.pl: Supported for the |mv:elementContentModel|
	and |mv:attributeValueType| properties
	and |mv:XMLDTDDatatypeEntity| type and |mv:contains|
	with |mv:AttributeTypeGroup| are added.

1 wakaba 1.56 2006-05-21 Wakaba <wakaba@suika.fam.cx>
2    
3     * Atom.dis (AtomDatatypes): Attribute group and
4     datatypes are added.
5     (atomCommonAttributes): New.
6     (atomUri, atomEmailAddress, atomNCName, atomLanguageTag): News.
7     (AtomNameElement, AtomIdElement, AtomUriElement): News.
8    
9 wakaba 1.54 2006-05-20 Wakaba <wakaba@suika.fam.cx>
10    
11 wakaba 1.55 * Atom.dis (AtomDataTypes): New module.
12    
13     2006-05-20 Wakaba <wakaba@suika.fam.cx>
14    
15 wakaba 1.54 * Atom.dis (Atom): The |mv:vid| property is added.
16    
17 wakaba 1.53 2006-05-19 Wakaba <wakaba@suika.fam.cx>
18    
19     * Atom.dis: Module definitions are added experimentally.
20    
21     * Makefile: Experimental rules are added.
22    
23 wakaba 1.49 2006-05-06 Wakaba <wakaba@suika.fam.cx>
24    
25 wakaba 1.52 * Atom.dis (contentElement): New attribute.
26    
27     * H2H.dis (H2HFeature10): The |Version| was incorrect.
28     (new): Finds |XML| feature-implemented object.
29    
30     * SuikaWiki.dis (new): Finds |XML| feature-implemented object.
31    
32     2006-05-06 Wakaba <wakaba@suika.fam.cx>
33    
34 wakaba 1.51 * H2H.dis: Don't ignore empty lines. Don't ignore
35     leading white spaces. Support for the |html5:tbody|
36     element type was missing.
37    
38     2006-05-06 Wakaba <wakaba@suika.fam.cx>
39    
40 wakaba 1.50 * H2H.dis: Tree construction is implemented.
41    
42     2006-05-06 Wakaba <wakaba@suika.fam.cx>
43    
44 wakaba 1.49 * H2H.dis: New module.
45    
46     * Makefile: |H2H.pm| is added.
47    
48 wakaba 1.47 2006-05-05 Wakaba <wakaba@suika.fam.cx>
49    
50 wakaba 1.48 * SuikaWiki.dis: Test code is added.
51    
52     2006-05-05 Wakaba <wakaba@suika.fam.cx>
53    
54 wakaba 1.47 * SuikaWiki.dis: SuikaWiki/0.9, SuikaWikiImage/0.9, and
55     SuikaWiki/0.10 parsing is implemented.
56    
57 wakaba 1.46 2006-05-04 Wakaba <wakaba@suika.fam.cx>
58    
59     * SuikaWiki.dis: New module.
60    
61     * Makefile: The |SuikaWiki| module is added.
62    
63 wakaba 1.45 2006-04-30 Wakaba <wakaba@suika.fam.cx>
64    
65     * .cvsignore: Updated.
66    
67 wakaba 1.44 2006-04-29 Wakaba <wakaba@suika.fam.cx>
68    
69     * common.dis: New module.
70    
71     * Atom.dis: New module.
72    
73     * Makefile: New modules are added.
74    
75     * SuikaWikiConfig21.dis (Require): A reference
76     to the |Markup:common| module is added.
77     (Markup|): Removed (moved to the |Markup:common| module).
78    
79 wakaba 1.43 2006-04-03 Wakaba <wakaba@suika.fam.cx>
80    
81     * Makefile: Typo fixed.
82    
83     * SuikaWikiConfig21.dis: The |dis:GetProp| and |swcfg21:GetPropNode|
84     elements are replaced by Perl code.
85     (swcfg21:GetPropNode): Removed.
86    
87 wakaba 1.42 2006-03-31 Wakaba <wakaba@suika.fam.cx>
88    
89     * Makefile (clean-db): New rule.
90    
91 wakaba 1.40 2006-02-26 Wakaba <wakaba@suika.fam.cx>
92    
93 wakaba 1.41 * Makefile (distclean): New rule.
94    
95     2006-02-26 Wakaba <wakaba@suika.fam.cx>
96    
97 wakaba 1.40 * Makefile: Revised for new |daf| database format.
98    
99 wakaba 1.39 2006-01-29 Wakaba <wakaba@suika.fam.cx>
100    
101     * SuikaWikiConfig.dis: Unused definitions are removed.
102     Dependency on |MDOM:DOMLS| module is removed; the module
103     now only references |MDOM:GenericLS| module.
104     (swcfg21:shadowParent, swcfg21:shadowSiblingOf,
105     swcfg21:shadowLocalName, swcfg21:shadowNamespaceURI): Missing
106     definition added. A typo fixed.
107    
108 wakaba 1.38 2005-12-20 Wakaba <wakaba@suika.fam.cx>
109    
110     * Makefile: |PERL_OPTIONS| variables updated to new definition.
111    
112 wakaba 1.36 2005-11-23 Wakaba <wakaba@suika.fam.cx>
113    
114 wakaba 1.37 * SuikaWikiConfig21.dis: Bugs on error depth fixed.
115    
116     2005-11-23 Wakaba <wakaba@suika.fam.cx>
117    
118 wakaba 1.36 * SuikaWikiConfig21.dis (text): New attribute implementation.
119    
120 wakaba 1.35 2005-11-16 Wakaba <wakaba@suika.fam.cx>
121    
122     * TODO: Removed.
123    
124     * .cvsignore: New file.
125    
126 wakaba 1.34 2005-10-09 Wakaba <wakaba@suika.fam.cx>
127    
128     * SuikaWikiConfig21.dis (swcfg21:ownerDocument): Changed
129     from a "mn:irefnode0" property to a "mn:xrefnode0" property.
130    
131 wakaba 1.32 2005-10-08 Wakaba <wakaba@suika.fam.cx>
132    
133 wakaba 1.33 * SuikaWikiConfig21.dis (MUErrorHandler): Removed.
134     (ManakaiSWCFGNode): Extends ManakaiDefaultErrorHandler.
135    
136     2005-10-08 Wakaba <wakaba@suika.fam.cx>
137    
138 wakaba 1.32 * SuikaWikiConfig21.dis: Now constant values are only
139     defined in interfaces.
140    
141 wakaba 1.31 2005-09-29 Wakaba <wakaba@suika.fam.cx>
142    
143     * SuikaWikiConfig21.dis (parse): Calls "orphanate"
144     method for to be removed nodes.
145    
146 wakaba 1.30 2005-09-27 Wakaba <wakaba@suika.fam.cx>
147    
148     * SuikaWikiConfig21.dis: Codes to set "TreeCore:*"
149     properties removed.
150    
151 wakaba 1.29 2005-09-26 Wakaba <wakaba@suika.fam.cx>
152    
153     * SuikaWikiConfig21.dis: New mn:* properties added.
154     (swcfg21:parent): Abbrevation added.
155    
156 wakaba 1.28 2005-09-25 Wakaba <wakaba@suika.fam.cx>
157    
158     * Makefile (DAC_SUFFIX): Changed to ".dae".
159     (DAEM_SUFFIX): New.
160    
161 wakaba 1.27 2005-09-24 Wakaba <wakaba@suika.fam.cx>
162    
163     * SuikaWikiConfig21.dis: Use "disPerl:H" instead
164     of "disPerl:Q" for hash keys.
165     (expandQName): Removed the "g" option from the "s///",
166     which was very serious and difficult bug.
167    
168 wakaba 1.26 2005-09-22 Wakaba <wakaba@suika.fam.cx>
169    
170     * Makefile: DAC_SUFFIX changed to ".dad".
171    
172 wakaba 1.25 2005-09-20 Wakaba <wakaba@suika.fam.cx>
173    
174     * SuikaWikiConfig21.dis (valueRef, nodeIDRef): New attributes.
175    
176 wakaba 1.24 2005-09-15 Wakaba <wakaba@suika.fam.cx>
177    
178     * SuikaWikiConfig21.dis: Use object method getNodeReference
179     as far as possible (rather than class method) for DIS
180     nodes that overrides lookupNamespaceURI method.
181    
182 wakaba 1.23 2005-09-08 Wakaba <wakaba@suika.fam.cx>
183    
184     * Makefile: Rules changed so that ../DOM/core.dac is
185     used to construct SuikaWikiConfig21.pm.
186    
187     * SuikaWikiConfig21.dis (SWCFGElement, SWCFGDocument,
188     SWCFGComment, SWCFGDocumentFragment): They no longer
189     inherits the SWCFGNode interface to avoid diamond
190     inheritance in DIS interfaces.
191    
192     2005-09-06 Wakaba <wakaba@suika.fam.cx>
193    
194     * SuikaWikiConfig21.dis: Now based on ManakaiNode NodeStem
195     framework.
196    
197 wakaba 1.22 2005-03-06 Wakaba <wakaba@suika.fam.cx>
198    
199     * SuikaWikiConfig21.dis (ExceptionDef): "DIS:UNDECLARED_NS_PREFIX_ERR"
200     moved from "lib/Message/Util/DIS.dis".
201     (lookupNamespaceURI): Raises undeclared prefix exception
202     if prefix is not defined.
203     (expandNamespace, expandETBinding and other methods): Raises
204     undeclared prefix exception if prefix is not defined.
205    
206     * SuikaWikiConfig21.dis (IFClassDef[ManakaiSWCFGImplementation]): Inherit
207     ManakaiDOMMinimumImplementation.
208    
209 wakaba 1.21 2005-02-28 Wakaba <wakaba@suika.fam.cx>
210    
211     * SuikaWikiConfig21.dis (SWCFGNode.nodeID): New attribute.
212    
213 wakaba 1.20 2005-02-27 Wakaba <wakaba@suika.fam.cx>
214    
215     * SuikaWikiConfig21.dis (IFClassDef[appendNode]): Infinite-loop
216     bug fixed.
217     (Method[expandedURI]): Shadow name support.
218     (expandETBinding): Set "namespaceExpanded" property true, not
219     to be broken by "expandNamespace" later.
220    
221 wakaba 1.19 2005-02-19 Wakaba <wakaba@suika.fam.cx>
222    
223     * SuikaWikiConfig21.dis: Namespace support added.
224     (SWCFGParser.parse): Implemented.
225    
226 wakaba 1.18 2005-02-18 Wakaba <wakaba@suika.fam.cx>
227    
228     * Makefile: New file.
229    
230     2005-02-16 Wakaba <wakaba@suika.fam.cx>
231    
232     * SuikaWikiConfig21.dis: New module.
233    
234 wakaba 1.17 2004-10-31 Wakaba <wakaba@suika.fam.cx>
235    
236     * XML.pm: Don't use '#' in qw//.
237    
238 wakaba 1.16 2003-11-15 Wakaba <wakaba@suika.fam.cx>
239    
240     * SuikaWikiConfig20/: New directory.
241    
242 wakaba 1.15 2003-11-08 Wakaba <wakaba@suika.fam.cx>
243    
244     * XML.pm (qname): Use new option of 'use_xml' and 'use_xmlns'.
245     (defined_new_namespace): Likewise.
246    
247 wakaba 1.14 2003-11-01 Wakaba <wakaba@suika.fam.cx>
248    
249     * XML.pm (inner_xml): s/-$/&#45;/ if #comment node.
250    
251 wakaba 1.13 2003-10-31 Wakaba <wakaba@suika.fam.cx>
252    
253     * XML.pm (get_attribute_value): New.
254     (_get_ns_decls_node): 'default': New option.
255    
256 wakaba 1.11 2003-09-30 Wakaba <wakaba@suika.fam.cx>
257    
258 wakaba 1.12 * XML.pm: Use Message::Markup::XML::QName.
259 wakaba 1.11
260 wakaba 1.10 2003-09-07 Wakaba <wakaba@suika.fam.cx>
261    
262     * XML.pm: Change SuikaWiki:: -> Message::.
263    
264 wakaba 1.9 2003-08-19 Wakaba <wakaba@suika.fam.cx>
265    
266     * XML.pm (expanded_name): New method.
267    
268     2003-08-07 Wakaba <wakaba@suika.fam.cx>
269    
270     * SuikaWikiConfig20.pm: New module.
271    
272 w 1.8 2003-07-12 Wakaba <w@suika.fam.cx>
273    
274     * XML.pm (target_name): Removed.
275     (inner_xml): Reimplement ENTITY declaration outputing.
276    
277 wakaba 1.7 2003-06-29 Wakaba <w@suika.fam.cx>
278    
279     * XML.pm: INCLUDE/IGNORE marked section is supported.
280    
281 wakaba 1.6 2003-06-27 Wakaba <w@suika.fam.cx>
282    
283     * XML.pm (remove_references): Remove 'smxp__defined_with_param_ref' flag
284     to remove parameter references in the ENTITY declaration.
285    
286     2003-06-26 Wakaba <w@suika.fam.cx>
287    
288     * XML.pm (_resolve_relative_uri_by_parent): New functions.
289    
290     2003-06-23 Wakaba <w@suika.fam.cx>
291    
292     * XML.pm (base_uri, resolve_relative_uri): New functions.
293    
294 wakaba 1.5 2003-06-16 Wakaba <w@suika.fam.cx>
295    
296     * XML.pm: Some bug fixes and addition of features to support
297     SuikaWiki::Markup::XML::Parser.
298    
299 wakaba 1.4 2003-05-25 Wakaba <w@offweb.ddo.jp>
300    
301     * XML.pm (new): Support new arguments, 'qname' and 'namespace_prefix'.
302     (_ns_parse_qname): New.
303     (namespace_prefix): New.
304    
305 wakaba 1.3 2003-05-24 Wakaba <w@offweb.ddo.jp>
306    
307     * XML/: New directory.
308     * XML.pm: Update to support XML/Parser.pm.
309 wakaba 1.4 * TODO: New.
310 wakaba 1.3
311     2003-05-11 Wakaba <w@offweb.ddo.jp>
312    
313     * XML.pm (attribute_value): Output #reference as is.
314    
315 wakaba 1.2 2003-04-29 Wakaba <w@offweb.ddo.jp>
316    
317     * XML.pm: Bug fixes.
318     (content_spec): New function.
319     (inner_xml#pi): If pi's content has '?>', replace to '? >'. (same behavior
320     as XSLT's.) (Was replaced to '?&gt;'.)
321     (#reference, #section): New support.
322     (#declaration): All XML's declarations are supported.
323     (inner_text%output_ref_as_is): New option.
324     (_check_name): New.
325     (flag): New.
326     (POD:NODE TYPES): New documentation.
327    
328 wakaba 1.1 2003-04-27 Wakaba <w@offweb.ddo.jp>
329    
330     * ChangeLog: New file.
331    
332     2003-04-26 Wakaba <w@offweb.ddo.jp>
333    
334     * XML.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24