/[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.33 - (hide annotations) (download)
Sat Oct 8 15:05:42 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.32: +5 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	8 Oct 2005 14:01:45 -0000
	* SuikaWikiConfig21.dis (MUErrorHandler): Removed.
	(ManakaiSWCFGNode): Extends ManakaiDefaultErrorHandler.

2005-10-08  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/ChangeLog	8 Oct 2005 15:01:39 -0000
	* DIS.dis (readProperties): Recognizes hexdecimal
	in "DISCore:Integer" (prefixed by "0x").

2005-10-08  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	8 Oct 2005 14:04:28 -0000
	* DOMException.dis: Old long alias names removed.

2005-10-08  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	8 Oct 2005 15:03:27 -0000
	* Perl.dis (plCodeFragment): Ignores method name if it is a URI.

2005-10-08  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24