/[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.31 - (hide annotations) (download)
Thu Sep 29 09:15:00 2005 UTC (19 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +5 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	29 Sep 2005 08:55:27 -0000
2005-09-29  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis (parse): Calls "orphanate"
	method for to be removed nodes.

++ manakai/lib/Message/Util/ChangeLog	29 Sep 2005 09:01:25 -0000
        * PerlCode.dis (perlLiteral): Sorts output by hash key.

	* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
	property.
	(getNewReference): Increments "mn:groveReferenceCounter"
	property.
	(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
	check "defined" to allow "undef" value in "while" condition.
	(mn:isGroveReferenced): New code.
	(changeTreeID): New "groveRC" parameter added.
	(importTree, changeTreeID): Updates "mn:groveReferenceCounter"
	properties.
	(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
	(mn:groveReferenceCounter): New property.

2005-09-28  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	29 Sep 2005 09:03:12 -0000
2005-09-28  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModule): Sorts constant
	function declarations by name.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24