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

Contents of /messaging/manakai/lib/Message/Util/Error/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.18 - (hide annotations) (download)
Thu Nov 24 12:10:07 2005 UTC (20 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +6 -0 lines
++ manakai/lib/Message/Util/ChangeLog	24 Nov 2005 12:03:37 -0000
2005-11-24  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (stringify): Returns |DIS:uri| error parameter if available.

++ manakai/lib/Message/Util/Error/ChangeLog	24 Nov 2005 12:03:05 -0000
2005-11-24  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis (___report_error): It is clarified that the
	method may return a value and the value will be
	returned by the |report| statement.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Nov 2005 12:05:09 -0000
2005-11-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment, plGeneratePerlModule): |DOMCore:DOMErrorType|
	objects are now supported.
	(plPreprocessPerlStatement): |DOMCore:ERROR| block-level element
	type support added.

++ manakai/lib/Message/DOM/ChangeLog	24 Nov 2005 12:00:02 -0000
2005-11-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (severity, type): Getters return value from
	the definition of the current error (i.e. |-def| hash).
	(___error_def): New method.
	(errorType): |dis:dataType| changed to |DISCore:TFQNames|
	to ease natural reference to constant value.
	(error-handler.default): Prints the error message by |warn|.

	* Tree.dis (nodeValue.set): Reimplemented so that it
	warns as setting has no effect.
	(___report_error): New method.  (It had been only implemented
	in superclass.)
	(setting-node-value-no-effect): New error type.

1 wakaba 1.18 2005-11-24 Wakaba <wakaba@suika.fam.cx>
2    
3     * Core.dis (___report_error): It is clarified that the
4     method may return a value and the value will be
5     returned by the |report| statement.
6    
7 wakaba 1.17 2005-11-23 Wakaba <wakaba@suika.fam.cx>
8    
9     * DOMException.dis (stringify): Prepends only local name part
10     of class package name where an exception is thrown.
11    
12     * Core.dis: Sync with revised |Message::Util::Error| implemetnation.
13    
14 wakaba 1.16 2005-11-17 Wakaba <wakaba@suika.fam.cx>
15    
16     * Core.dis: Reference to |../Formatter/Muf2003.dis| added.
17     (MUErrorFormatter): New class describing one in |../Error.pm|.
18    
19 wakaba 1.15 2005-11-16 Wakaba <wakaba@suika.fam.cx>
20    
21     * .cvsignore: New file.
22    
23 wakaba 1.14 2005-11-15 Wakaba <wakaba@suika.fam.cx>
24    
25     * DOMException.dis (dx:Exception): Attributes copied
26     from |ManakaiDOM:ManakaiDOMExceptionOrWarning|.
27    
28 wakaba 1.13 2005-11-13 Wakaba <wakaba@suika.fam.cx>
29    
30     * Core.dis (ecore:message, ecore:defaultMessage): New
31     properties.
32     (lang:muf): Definition moved from |DOMException.dis|.
33    
34 wakaba 1.11 2005-10-08 Wakaba <wakaba@suika.fam.cx>
35    
36 wakaba 1.12 * DOMException.dis: Old long alias names removed.
37    
38     2005-10-08 Wakaba <wakaba@suika.fam.cx>
39    
40 wakaba 1.11 * DOMException.dis (implementedBy): New property.
41     (ErrorCode): New type.
42     (ErrorSubCode, Exception): New names.
43    
44     * Core.dis (AnyErrorCode, hasParameter, Parameter, propKey): New types
45     and properties. In addition, parameters used in "Error"
46     and "Message::Util::Error" modules are added.
47     (raises): New property.
48     (Error::Simple): Declaration added.
49    
50 wakaba 1.10 2005-09-30 Wakaba <wakaba@suika.fam.cx>
51 wakaba 1.9
52 wakaba 1.10 * DOMException.dis (dx:ManakaiErrorModules): New documentation.
53 wakaba 1.9
54 wakaba 1.8 2005-09-23 Wakaba <wakaba@suika.fam.cx>
55    
56     * DOMException.dis (dx:raises): Properties dis:dataType
57     and dis:multipleProperties added.
58    
59 wakaba 1.7 2005-09-20 Wakaba <wakaba@suika.fam.cx>
60    
61     * DOMException.dis (Class, Interface): New types.
62     ManakaiDOM:ExceptionClass and ManakaiDOM:ExceptionIF
63     are now deprecated.
64     (disPerl:EXCEPTION, disPerl:WARNING): Moved
65     from /lib/manakai/DISPerl.dis.
66    
67 wakaba 1.6 2005-09-19 Wakaba <wakaba@suika.fam.cx>
68    
69     * Core.dis: Missing rdf:type attribute added to classes.
70    
71 wakaba 1.5 2005-09-14 Wakaba <wakaba@suika.fam.cx>
72    
73     * Core.dis (throw): New method.
74    
75 wakaba 1.4 2005-09-08 Wakaba <wakaba@suika.fam.cx>
76    
77     * Core.dis: New module.
78    
79     * DOMException.dis (Err, MUErrorHandler): Moved to Core.dis.
80     (AnyExceptionAnyClass): New type.
81     (getExceptionCode): Removed.
82     (value, subtype, type): New attributes.
83    
84 wakaba 1.3 2005-02-18 Wakaba <wakaba@suika.fam.cx>
85    
86     * DOMException.dis: New module (moved from
87     "lib/Message/DOM/DOMMain.dis").
88    
89 wakaba 1.2 2003-12-13 Wakaba <wakaba@suika.fam.cx>
90    
91     * TextParser.pm: Rewritten.
92    
93 wakaba 1.1 2003-08-05 Wakaba <wakaba@suika.fam.cx>
94    
95     * TextParser.pm: New module.
96 wakaba 1.4
97 wakaba 1.1 * ChangeLog: New file.
98    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24