/[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.62 - (hide annotations) (download)
Sun Sep 10 11:19:24 2006 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.61: +14 -0 lines
++ manakai/bin/ChangeLog	10 Sep 2006 11:09:00 -0000
2006-09-10  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl (--dtd-suffix, --create-dtd-driver): New options
	for DTD driver support.

++ manakai/lib/Message/Markup/ChangeLog	10 Sep 2006 11:12:09 -0000
2006-09-10  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (Atom): The |mv:systemIdentifierBaseURI|
	property is set.  It is an empty value to allow to move
	DTD modules without modification.
	(Atom10): New DTD driver for ordinary Atom 1.0 documents.
	(AtomNameElement, AtomUriElement, AtomEmailElement): References
	for |Atom| module are added for |%ATOM.xmlns.attrib;|
	references in the |ATTLIST| declarations.
	(AtomContentElement): Content attribute definitions
	for |type| and |src| attributes are added.

	* Makefile (atom): Generate |Atom10| DTD driver.

++ manakai/lib/Message/Markup/XML/ChangeLog	10 Sep 2006 11:13:04 -0000
2006-09-10  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm: Comment out Unicode comparibility character
	checking clause since |\p{Compat}| regexp set is not
	supported in the current version of perl.

++ manakai/lib/manakai/ChangeLog	10 Sep 2006 11:19:19 -0000
2006-09-10  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv:systemIdentifierBaseURI): New property.
	(mv:XMLDTDAnyModule, mv:XMLDTDDriver): New resource types.

	* daf-dtd-modules.pl (daf_dtd_modules): Its main part
	is split into another function named |daf_dm_create_module_file|.
	(daf_dtd_driver): New function for DTD driver support.
	(daf_dm_create_module_file): New function.
	(daf_dm_dtd_driver_content): New function.
	(daf_dm_qname_module_content): What declarations
	are generated is changed so that generated DTD modules
	are more resemble to HTML WG's ones.
	(daf_dm_register_all_components): New function.
	(daf_dm_get_module_group): New function.
	(daf_dm_get_entity_name): Support for DTD drivers is added.  Use
	uppercase'ized name for DTD module sets (to align with
	HTML WG's DTD modules).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24