/[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.66 - (hide annotations) (download)
Sat Dec 30 04:42:55 2006 UTC (18 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.65: +5 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	30 Dec 2006 04:39:04 -0000
2006-12-30  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis, SuikaWiki.dis: References
	to the |ManakaiDOM:ManakaiDOM| mode are removed.

++ manakai/lib/Message/Util/ChangeLog	30 Dec 2006 04:39:32 -0000
	* DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM|
	mode are removed.

2006-12-30  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	30 Dec 2006 04:42:43 -0000
	* DPG.dis, Perl.dis, Value.dis, Test.dis: References
	to |ManakaiDOM:ManakaiDOM| modes are removed.

	* Perl.dis (plCodeFragment): |local|ize
	the |DIS:plCodeFragment| cache to avoid
	ancestor nodes of the cached fragment
	are destroyed so that the cached nodes
	become invalid.

2006-12-30  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	30 Dec 2006 04:37:29 -0000
	* CharacterData.dis, DOMCore.dis, DOMFeature.dis,
	GenericLS.dis, TreeCore.dis, DOMString.dis,
	XML.dis, Element.dis, Document.dis, TreeStore,dis,
	Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
	SimpleLS.dis, DOMMain.dis: References
	to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
	|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
	modes are removed.

2006-12-30  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/URI/ChangeLog	30 Dec 2006 04:35:39 -0000
2006-12-30  Wakaba  <wakaba@suika.fam.cx>

	* Generic.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM|
	mode is removed.

++ manakai/lib/Message/Charset/ChangeLog	30 Dec 2006 04:35:23 -0000
2006-12-30  Wakaba  <wakaba@suika.fam.cx>

	* Encode.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM|
	mode is removed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24