/[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.28 - (hide annotations) (download)
Sun Sep 25 14:53:03 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +5 -0 lines
++ manakai/bin/ChangeLog	25 Sep 2005 14:45:44 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
	"--daem-file-suffix", "--search-path-catalog-file-name", and
	"--search-path" added.  New dae and daem database format support.
	(dac_search_file_stem): New function.

++ manakai/lib/Message/Markup/ChangeLog	25 Sep 2005 14:47:09 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/Message/Util/ChangeLog	25 Sep 2005 14:50:33 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
	(getResource): New "dae" and "daem" database format support.
	(DISResourceList): New type.
	(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
	(addChildResource, addDynamicChildResource): New methods.
	(getChildResourceList, getDynamicChildResourceList): New method.
	(getChildResourceListByType): New method.
	(parentResource, dynamicParentResource): New attributes.

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/Message/Util/DIS/ChangeLog	25 Sep 2005 14:52:26 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plLoadDISDatabase): New "moduleResolver" parameter
	added.
	(plStore): New "moduleResolver" parameter added.
	(plLoadDISDatabaseModule): New method.

++ manakai/lib/Message/DOM/ChangeLog	25 Sep 2005 14:47:15 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/manakai/ChangeLog	25 Sep 2005 14:46:50 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

1 wakaba 1.28 2005-09-25 Wakaba <wakaba@suika.fam.cx>
2    
3     * Makefile (DAC_SUFFIX): Changed to ".dae".
4     (DAEM_SUFFIX): New.
5    
6 wakaba 1.27 2005-09-24 Wakaba <wakaba@suika.fam.cx>
7    
8     * SuikaWikiConfig21.dis: Use "disPerl:H" instead
9     of "disPerl:Q" for hash keys.
10     (expandQName): Removed the "g" option from the "s///",
11     which was very serious and difficult bug.
12    
13 wakaba 1.26 2005-09-22 Wakaba <wakaba@suika.fam.cx>
14    
15     * Makefile: DAC_SUFFIX changed to ".dad".
16    
17 wakaba 1.25 2005-09-20 Wakaba <wakaba@suika.fam.cx>
18    
19     * SuikaWikiConfig21.dis (valueRef, nodeIDRef): New attributes.
20    
21 wakaba 1.24 2005-09-15 Wakaba <wakaba@suika.fam.cx>
22    
23     * SuikaWikiConfig21.dis: Use object method getNodeReference
24     as far as possible (rather than class method) for DIS
25     nodes that overrides lookupNamespaceURI method.
26    
27 wakaba 1.23 2005-09-08 Wakaba <wakaba@suika.fam.cx>
28    
29     * Makefile: Rules changed so that ../DOM/core.dac is
30     used to construct SuikaWikiConfig21.pm.
31    
32     * SuikaWikiConfig21.dis (SWCFGElement, SWCFGDocument,
33     SWCFGComment, SWCFGDocumentFragment): They no longer
34     inherits the SWCFGNode interface to avoid diamond
35     inheritance in DIS interfaces.
36    
37     2005-09-06 Wakaba <wakaba@suika.fam.cx>
38    
39     * SuikaWikiConfig21.dis: Now based on ManakaiNode NodeStem
40     framework.
41    
42 wakaba 1.22 2005-03-06 Wakaba <wakaba@suika.fam.cx>
43    
44     * SuikaWikiConfig21.dis (ExceptionDef): "DIS:UNDECLARED_NS_PREFIX_ERR"
45     moved from "lib/Message/Util/DIS.dis".
46     (lookupNamespaceURI): Raises undeclared prefix exception
47     if prefix is not defined.
48     (expandNamespace, expandETBinding and other methods): Raises
49     undeclared prefix exception if prefix is not defined.
50    
51     * SuikaWikiConfig21.dis (IFClassDef[ManakaiSWCFGImplementation]): Inherit
52     ManakaiDOMMinimumImplementation.
53    
54 wakaba 1.21 2005-02-28 Wakaba <wakaba@suika.fam.cx>
55    
56     * SuikaWikiConfig21.dis (SWCFGNode.nodeID): New attribute.
57    
58 wakaba 1.20 2005-02-27 Wakaba <wakaba@suika.fam.cx>
59    
60     * SuikaWikiConfig21.dis (IFClassDef[appendNode]): Infinite-loop
61     bug fixed.
62     (Method[expandedURI]): Shadow name support.
63     (expandETBinding): Set "namespaceExpanded" property true, not
64     to be broken by "expandNamespace" later.
65    
66 wakaba 1.19 2005-02-19 Wakaba <wakaba@suika.fam.cx>
67    
68     * SuikaWikiConfig21.dis: Namespace support added.
69     (SWCFGParser.parse): Implemented.
70    
71 wakaba 1.18 2005-02-18 Wakaba <wakaba@suika.fam.cx>
72    
73     * Makefile: New file.
74    
75     2005-02-16 Wakaba <wakaba@suika.fam.cx>
76    
77     * SuikaWikiConfig21.dis: New module.
78    
79 wakaba 1.17 2004-10-31 Wakaba <wakaba@suika.fam.cx>
80    
81     * XML.pm: Don't use '#' in qw//.
82    
83 wakaba 1.16 2003-11-15 Wakaba <wakaba@suika.fam.cx>
84    
85     * SuikaWikiConfig20/: New directory.
86    
87 wakaba 1.15 2003-11-08 Wakaba <wakaba@suika.fam.cx>
88    
89     * XML.pm (qname): Use new option of 'use_xml' and 'use_xmlns'.
90     (defined_new_namespace): Likewise.
91    
92 wakaba 1.14 2003-11-01 Wakaba <wakaba@suika.fam.cx>
93    
94     * XML.pm (inner_xml): s/-$/&#45;/ if #comment node.
95    
96 wakaba 1.13 2003-10-31 Wakaba <wakaba@suika.fam.cx>
97    
98     * XML.pm (get_attribute_value): New.
99     (_get_ns_decls_node): 'default': New option.
100    
101 wakaba 1.11 2003-09-30 Wakaba <wakaba@suika.fam.cx>
102    
103 wakaba 1.12 * XML.pm: Use Message::Markup::XML::QName.
104 wakaba 1.11
105 wakaba 1.10 2003-09-07 Wakaba <wakaba@suika.fam.cx>
106    
107     * XML.pm: Change SuikaWiki:: -> Message::.
108    
109 wakaba 1.9 2003-08-19 Wakaba <wakaba@suika.fam.cx>
110    
111     * XML.pm (expanded_name): New method.
112    
113     2003-08-07 Wakaba <wakaba@suika.fam.cx>
114    
115     * SuikaWikiConfig20.pm: New module.
116    
117 w 1.8 2003-07-12 Wakaba <w@suika.fam.cx>
118    
119     * XML.pm (target_name): Removed.
120     (inner_xml): Reimplement ENTITY declaration outputing.
121    
122 wakaba 1.7 2003-06-29 Wakaba <w@suika.fam.cx>
123    
124     * XML.pm: INCLUDE/IGNORE marked section is supported.
125    
126 wakaba 1.6 2003-06-27 Wakaba <w@suika.fam.cx>
127    
128     * XML.pm (remove_references): Remove 'smxp__defined_with_param_ref' flag
129     to remove parameter references in the ENTITY declaration.
130    
131     2003-06-26 Wakaba <w@suika.fam.cx>
132    
133     * XML.pm (_resolve_relative_uri_by_parent): New functions.
134    
135     2003-06-23 Wakaba <w@suika.fam.cx>
136    
137     * XML.pm (base_uri, resolve_relative_uri): New functions.
138    
139 wakaba 1.5 2003-06-16 Wakaba <w@suika.fam.cx>
140    
141     * XML.pm: Some bug fixes and addition of features to support
142     SuikaWiki::Markup::XML::Parser.
143    
144 wakaba 1.4 2003-05-25 Wakaba <w@offweb.ddo.jp>
145    
146     * XML.pm (new): Support new arguments, 'qname' and 'namespace_prefix'.
147     (_ns_parse_qname): New.
148     (namespace_prefix): New.
149    
150 wakaba 1.3 2003-05-24 Wakaba <w@offweb.ddo.jp>
151    
152     * XML/: New directory.
153     * XML.pm: Update to support XML/Parser.pm.
154 wakaba 1.4 * TODO: New.
155 wakaba 1.3
156     2003-05-11 Wakaba <w@offweb.ddo.jp>
157    
158     * XML.pm (attribute_value): Output #reference as is.
159    
160 wakaba 1.2 2003-04-29 Wakaba <w@offweb.ddo.jp>
161    
162     * XML.pm: Bug fixes.
163     (content_spec): New function.
164     (inner_xml#pi): If pi's content has '?>', replace to '? >'. (same behavior
165     as XSLT's.) (Was replaced to '?&gt;'.)
166     (#reference, #section): New support.
167     (#declaration): All XML's declarations are supported.
168     (inner_text%output_ref_as_is): New option.
169     (_check_name): New.
170     (flag): New.
171     (POD:NODE TYPES): New documentation.
172    
173 wakaba 1.1 2003-04-27 Wakaba <w@offweb.ddo.jp>
174    
175     * ChangeLog: New file.
176    
177     2003-04-26 Wakaba <w@offweb.ddo.jp>
178    
179     * XML.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24