/[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.58 - (hide annotations) (download)
Wed Aug 16 10:30:03 2006 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.57: +12 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	16 Aug 2006 10:27:30 -0000
2006-08-16  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (AtomProperties): Components |atomUriCM|
	and |atomEmailAddressCM| are added.
	(atomUriCM, atomEmailAddressCM): News.
	(AtomTextConstruct, AtomPersonConstruct, AtomDateConstruct,
	atom|feed, atom|entry, atom|source, atom|id, atom|uri,
	atom|name, atom|id, atom|email, atom|logo, atom|content,
	atom|category, atom|generator, atom|link): Content
	models are specified.
	(undefinedContent): New.

++ manakai/lib/manakai/ChangeLog	16 Aug 2006 10:29:55 -0000
2006-08-16  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv|AnyElementContent, mv|EmptyElementContent): News.

	* XML.dis (dxm|AnyElementContent, dxm|ANY, dxm|EMPTY): News.
	(dxm|ElementContent, dxm|MixedContent): News.

	* daf-dtd-modules.pl (daf_dtd_modules): Support
	for content model resources's content models are added.
	(daf_dtd_cm): Expanded to handle cases in which
	no XMLized property value is specified.
	(daf_dm_get_entity_name): Do right thing even if suffix is not specified.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24