/[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.60 - (hide annotations) (download)
Fri Aug 18 12:26:54 2006 UTC (18 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.59: +11 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	18 Aug 2006 12:25:07 -0000
2006-08-18  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (Require): Reference to the |DISlib:DISMarkup|
	module is added.
	(Atom): The |mv:id| and |mv:vid| properties
	are removed so that the entity name prefix becomes |Atom.|
	and file name prefix becomes |atom-|.  The |infoset:namespaceName|
	and |infoset:prefix| properties are replaced with
	the |mv:targetNamespace| and |mv:defaultNamespacePrefix|
	properties.

++ manakai/lib/manakai/ChangeLog	18 Aug 2006 12:26:46 -0000
2006-08-18  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv|defaultNamespacePrefix): New property.

	* daf-dtd-modules.pl (daf_dm_qname_module_content): Generated
	DTD fragment is now more XHTML-m12n-friendly.
	(daf_dm_get_entity_name): Don't capitalize letters
	in the entity names in the module sets (as examples
	in the XHTML m12n spec).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24