/[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.32 - (hide annotations) (download)
Sat Oct 8 12:05:57 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.31: +5 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	8 Oct 2005 11:57:00 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Now constant values are only
	defined in interfaces.

++ manakai/lib/Message/Util/ChangeLog	8 Oct 2005 12:00:36 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (getExceptionInterfacePackageNameList,
	addExceptionInterfacePackageName): New methods.
	(ToString): Sorts hash keys where they result in
	the order of statements in result code.

	* Error.pm ($DEBUG): New option variable.
	(___get_error_def): Calls "___error_def" method in second or later "@ISA"
	package even if elder package has "___error_def" method.

	* DIS.dis: Now constant values are only defined
	in interfaces.
	(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.

++ manakai/lib/Message/Util/Error/ChangeLog	8 Oct 2005 12:05:16 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (implementedBy): New property.
	(ErrorCode): New type.
	(ErrorSubCode, Exception): New names.

	* Core.dis (AnyErrorCode, hasParameter, Parameter, propKey): New types
	and properties.  In addition, parameters used in "Error"
	and "Message::Util::Error" modules are added.
	(raises): New property.
	(Error::Simple): Declaration added.

++ manakai/lib/Message/Util/DIS/ChangeLog	8 Oct 2005 12:01:21 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModule): Generates constant
	functions in interface packages.

++ manakai/lib/Message/DOM/ChangeLog	8 Oct 2005 11:56:00 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, DOMLS.dis: Now constant values are defined only
	in interfaces.

++ manakai/lib/manakai/ChangeLog	8 Oct 2005 12:05:42 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DISLang.dis (ExceptionParameter): New type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24