/[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.63 - (hide annotations) (download)
Tue Oct 3 09:37:36 2006 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.62: +13 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	3 Oct 2006 09:37:24 -0000
2006-10-03  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (fe|AtomThreading 1.0): New feature.
	(getReflectAttrNonNegativeIntegerValue,
	setReflectAttrNonNegativeIntegerValue): New codes.
	(AtomLinkElement.type): Return |application/atom+xml|
	if the |type| content attribute is not specified
	and the |rel| content attribute value is |replies| (and
	the |fe:AtomThreading| feature is supported).
	(AtomEntryElementThread): New interface.
	(AtomThreadInReplyToElement): New interface.
	(AtoLinkElementThread): New interface.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24