/[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.27 - (hide annotations) (download)
Sat Sep 24 11:57:22 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +7 -0 lines
++ manakai/bin/ChangeLog	24 Sep 2005 10:49:30 -0000
	(dac_load_module_file): Allow "|" as qname prefix separator.
++ manakai/lib/Message/Markup/ChangeLog	24 Sep 2005 11:11:32 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.
	(expandQName): Removed the "g" option from the "s///",
	which was very serious and difficult bug.

++ manakai/lib/Message/Util/ChangeLog	24 Sep 2005 11:01:40 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
	properties.
	(mn:stemName, mn:refName): New properties.

	* Makefile (.discore-all.pm): New rule to create dis-related
	Perl module files at once.

	* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
	(hashKeyName, hashKeyScope, anotherURI): New error parameters.

	* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/Error/ChangeLog	24 Sep 2005 10:58:31 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Sep 2005 11:06:19 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Takes hash key name
	from the database for "mn:node" and "DOMCore:read-only",
	where they were hardcoded.  For GetProp and SetProp
	dis tree element instructions, hash key name
	is shorten if shorter version is defined by "DISPerl:propHashKey"
	property of the corresponding resource in the database.
	(plAddHashKey): New method to check hash key name dupulication.
	(dp:plHashKey): New property.

	* Perl.dis, DNLite.dis, DISDoc.dis, DISDump.dis:
	Use "disPerl:H" instead of "disPerl:Q" for hash keys.

++ manakai/lib/Message/DOM/ChangeLog	24 Sep 2005 10:55:11 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
	and "ManakaiDOM:ManakaiDOM2".

	* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
	DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
	instead of disPerl:Q for internal property hash keys.

	* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
	definitions added.

	* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
	New resources.

	* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
	resources.

++ manakai/lib/manakai/ChangeLog	24 Sep 2005 11:08:14 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* XML.dis: The "DISPerl:propHashKey" property
	added to properties.  Now the module depends on the DISPerl
	module.

	* DISPerl.dis (DISPerl:propHashKey): New property.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24