/[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.24 - (hide annotations) (download)
Sat Sep 17 15:03:02 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +6 -0 lines
Perl-related methods moved from DIS to DIS/Perl; DIS readProperties method implemented (still buggy)

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24