/[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.38 - (hide annotations) (download)
Tue Dec 20 12:16:49 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +4 -0 lines
++ manakai/bin/ChangeLog	20 Dec 2005 12:03:40 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl: Now requires GenericLS module.

++ manakai/lib/Message/Markup/ChangeLog	20 Dec 2005 12:04:20 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |PERL_OPTIONS| variables updated to new definition.

++ manakai/lib/Message/Util/ChangeLog	20 Dec 2005 12:04:47 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis: DPG format support added.

++ manakai/lib/Message/Util/DIS/ChangeLog	20 Dec 2005 12:14:00 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (plCodeFragment): Output code to check lower bound
	of range even if it is zero (U+0000) since an negative value
	might occur to indicate end of file.  Code to generate |redo|
	statement is missing.  Embed statement with type |lang:Perl|
	support added.  Return value of |$next_token_required| was
	missing in some cases.  Ruleref cache now takes |$next_token_required|
	values into acount.  Parameter (for parser subroutine) support
	was missing.
	(DPGParser.DISPerl:dpgDef): DPG definition for the DPG textual
	syntax merged.

	* Perl.dis: Now requires |DPG| module.
	(plGeneratePerlModule): Obsolete property name
	|DOMMetaImpl:providedThrough| changed into |f:through| so
	that |f:through|s in "dis" modules now works.  In addition,
	its default code was misplaced.  |DISPerl:dpgDef| attribute
	is supported so that DPG code are converted into a set of
	methods.

	* Value.dis: DPG (|lang:dpg|) support added.

2005-12-19  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (pg:lAssignmentStatement): Typo in element type name
	fixed.
	(DPGParser): New interface.

++ manakai/lib/manakai/ChangeLog	20 Dec 2005 12:16:38 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Definitions for |PERL_OPTIONS| family updated.

	* DISPerl.dis (DISPerl:dpgDef): New property.

2005-12-19  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (lang:dpg): New format.
	(lang:Perl): Now it is a subclass of |DISCore:DISString|
	rather than |DISCore:NSString| (since it depends on various
	"dis" contexts not only namespaces).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24