/[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.23 - (hide annotations) (download)
Fri Sep 9 04:26:05 2005 UTC (19 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +15 -0 lines
Documentation for exceptions and method inheritance; interfaces added to DIS and PerlCode

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24