/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Wed Nov 13 08:25:04 2002 UTC revision 1.32 by wakaba, Thu Aug 18 12:50:49 2005 UTC
# Line 1  Line 1 
1    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
4            is defined.
5    
6            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
7            parameter value if dis:ContentType attribute is missing.
8    
9            * ManakaiNode.dis (importTree): Use "isa" function
10            to check whether a object is an instance of the manakai
11            node model.
12            (NodeStem, NodeRef): New lightweight variant
13            of ManakaiDOM:ManakaiDOMNodeObject
14            and ManakaiDOM:ManakaiDOMNodeReference.
15    
16    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
17    
18            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
19            even if DOMMetaImpl:provideFeature has child nodes but
20            they are not DOMMetaImpl:providedThrough a ImplFeature
21            statement is generated.
22            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
23    
24    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
25    
26            * Makefile: Rules for DISDoc module added.
27    
28    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
31            ManakaiDISModuleDefinition): "getFeature" method added.
32    
33    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
34    
35            * DIS.dis (Require): Loads PerlCode module.
36    
37    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
38    
39            * PerlCode.dis: Operator overloading is implemented.
40    
41    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
42    
43            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
44            module's binding properties.
45    
46    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
47    
48            * PerlCode.dis: New module.
49    
50    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
51    
52            * DIS.dis (DISModuleResolver): New interface.
53    
54    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
55    
56            * DIS.dis: New module.
57    
58            * ManakaiNode.dis: New "subnode0" property category introduced.
59    
60    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
61    
62            * ManakaiNode.dis: New module.
63    
64    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Error.pm (___rule_def[p]): Don't output anything if not exists
67            that parameter.
68    
69    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
70    
71            * Error.pm (___rule_def): "p" added; now "t" is obsolete.
72    
73    2004-04-02  Wakaba  <wakaba@suika.fam.cx>
74    
75            * Error.pm (report): Error depth fixed.
76            (___rule_def:t): New parameters empty and undef introduced.
77    
78    2004-01-17  Wakaba  <wakaba@suika.fam.cx>
79    
80            * Error.pm: Some fixes w.r.t. Error::Depth.
81    
82    2003-12-06  Wakaba  <wakaba@suika.fam.cx>
83    
84            * Error.pm (___error_def): Renamed from ___errors.
85    
86    2003-12-01  Wakaba  <wakaba@suika.fam.cx>
87    
88            * Error.pm (___get_error_def): Now support inherit. (It was not work.)
89    
90    2003-11-15  Wakaba  <wakaba@suika.fam.cx>
91    
92            * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
93    
94    2003-11-13  Wakaba  <wakaba@suika.fam.cx>
95    
96            * Formatter: New directory.
97    
98    2003-11-12  Wakaba  <wakaba@suika.fam.cx>
99    
100            * Error.pm: Rewritten.
101    
102    2003-10-25  Wakaba  <wakaba@suika.fam.cx>
103    
104            * Formatter.pm (replace): Allow '%foo () ;'.
105    
106    2003-09-17  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HostPermit.pm: New module.
109    
110    2003-08-05  Wakaba  <wakaba@suika.fam.cx>
111    
112            * Error.pm (_default_error_handler): Syntax fix.
113    
114            * Error/: New directory.
115    
116    2003-07-29  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Error.pm: New module.
119    
120    2003-05-10  Wakaba  <w@offweb.ddo.jp>
121    
122            * Formatter.pm (replace): Bug fix of pattern.
123    
124    2003-04-29  Wakaba  <w@offweb.ddo.jp>
125    
126            * Formatter.pm (replace): {...} block is supported.
127            (Message::Util::Formatter::_returned): New package.  It is very very tiny
128            subset of SuikaWiki::Markup::XML.
129            (replace): Return structured string, not bare string.  This function is
130            useful to make tree (such as XML's) from formatting template (and its nested
131            parameters).
132    
133    2003-03-28  Wakaba  <w@offweb.ddo.jp>
134    
135            * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
136            (replace): Replace '-' to '_' in attr name.
137    
138    2003-01-26  Wakaba  <w@cube.wakaba.ssm>
139    
140            * Formatter.pm (replace): Trim attribute name/value pair.
141    
142    2003-01-04  Wakaba  <w@suika.fam.cx>
143    
144            * Formatter.pm (replace): Don't split by ',' in quoted-strings.
145    
146    2002-12-15  Wakaba  <w@suika.fam.cx>
147    
148            * Formatter.pm (%char;): Removed.
149    
150    2002-12-05  Wakaba  <w@suika.fam.cx>
151    
152            * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
153            "-bare_text".
154            (replace): "Replace" non-%-text with "-bare_text" rule.
155            (pod): Methods and initial rules are documented.
156    
157    2002-12-04  Wakaba  <w@suika.fam.cx>
158    
159            * Formatter.pm (replace): Accept ")" in quoted-string.
160    
161  2002-11-13  Wakaba <w@suika.fam.cx>  2002-11-13  Wakaba <w@suika.fam.cx>
162    
163          * ChangeLog: New file.          * ChangeLog: New file.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.32

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24