/[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.26 - (hide annotations) (download)
Sun Dec 31 09:12:03 2006 UTC (19 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +6 -0 lines
++ manakai/bin/ChangeLog	31 Dec 2006 08:49:16 -0000
2006-12-31  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl: Support for |For| is entirely removed.

++ manakai/lib/Message/Util/ChangeLog	31 Dec 2006 09:06:08 -0000
	* DIS.dis: Support for |for| is entirely removed.  |forArg|
	parameters are removed.
	(createDISDocument): Removed.
	(tfurisToURI): Removed.
	(tfpurisToURI): The |for| URI slot is
	fixed to |ManakaiDOM:all|.
	(tfqnamesToURI): Removed.
	(tfpqnamesToURI): The |defaultForURI| parameter
	is removed and the |for| URI slot is
	fixed to |ManakaiDOM:all|.
	(forURI): Removed.
	(forMatch): The first parameter, |forArg|, no
	longer takes effect.

	* PerlCode.dis (sourceFor): Removed.
	(stringify): Don't output comment with |sourceFor| URI.

2006-12-31  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	31 Dec 2006 09:09:24 -0000
2006-12-31  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis, DOMException.dis: |dis:dataType|
	of |DISCore:TFQNames| are replaced
	by |DISCore:QName|.

++ manakai/lib/Message/Util/DIS/ChangeLog	31 Dec 2006 09:08:40 -0000
	* DNLite.dis, Perl.dis: Support for |for| is entirely removed.

	* Test.dis (parseTDTErrorString): The |defaultTURI|
	and |defaultFURI| parameters are removed.
	(lexmode): |TFQNames| token type is removed.
	(tdterr): Accepts |QName| where |TFQNames| was accepted.

2006-12-31  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	31 Dec 2006 08:50:54 -0000
	* |InputProcessor|s and |OutputProcessor|s are
	named so that |report| statements in Perl
	module outputs can be identified by name. |dis:dataType|s
	of |DISCore:TFQNames| are all replaced
	by |DISCore:QName|.

2006-12-31  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	31 Dec 2006 09:11:27 -0000
	* |dis:dataType| of |DISCore:TFQNames| are replaced
	by |DISCore:QName|.

	* DISCore.dis (DISCore:TFURI): Removed.
	(DISCore:ModuleTFQNames): Removed.

	* daf-dtd-modules.pl: Support for |for| is removed.

2006-12-31  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.26 2006-12-31 Wakaba <[email protected]>
2    
3     * Core.dis, DOMException.dis: |dis:dataType|
4     of |DISCore:TFQNames| are replaced
5     by |DISCore:QName|.
6    
7 wakaba 1.25 2006-12-30 Wakaba <[email protected]>
8    
9     * Core.dis, DOMException.dis: |WithFor|, |DefaultFor|,
10     and |For| specificaitons are removed.
11    
12 wakaba 1.24 2006-04-30 Wakaba <[email protected]>
13    
14     * .cvsignore: Updated.
15    
16 wakaba 1.23 2006-04-04 Wakaba <[email protected]>
17    
18     * DOMException.dis (DOMMain:raiseException): Removed.
19     (DOMMain:XCodeRef): The alias name is removed.
20     (MDOM_DEBUG_BUG, ASSERTION_ERR): Removed.
21    
22 wakaba 1.22 2006-03-05 Wakaba <[email protected]>
23    
24     * DOMException.dis (ICoreException): New interface. Error
25     type constants are moved from the class to the interface.
26    
27 wakaba 1.21 2006-02-22 Wakaba <[email protected]>
28    
29     * DOMException.dis (c:code): Definition was missing.
30     (dx:Exception): The |ISA| property was not updated
31     at 2006-02-06 change.
32    
33 wakaba 1.20 2006-02-06 Wakaba <[email protected]>
34    
35     * DOMException.dis (ManakaiDOM:WarningClass): Removed.
36     (ManakaiDOM:alwaysWarns): Removed.
37     (disPerl:WARNING): Removed.
38     (ManakaiDOM:ManakaiDOMExceptionOrWarning): Removed.
39     (ManakaiDOM:ManakaiDOMWarning): Removed.
40    
41 wakaba 1.19 2006-01-29 Wakaba <[email protected]>
42    
43     * DOMException.dis (MDOMX:attr, MDOMX:on, MDOMX:method): Missing
44     definitions added.
45    
46     * Core.dis (MUError:description): Missing definition added.
47    
48 wakaba 1.18 2005-11-24 Wakaba <[email protected]>
49    
50     * Core.dis (___report_error): It is clarified that the
51     method may return a value and the value will be
52     returned by the |report| statement.
53    
54 wakaba 1.17 2005-11-23 Wakaba <[email protected]>
55    
56     * DOMException.dis (stringify): Prepends only local name part
57     of class package name where an exception is thrown.
58    
59     * Core.dis: Sync with revised |Message::Util::Error| implemetnation.
60    
61 wakaba 1.16 2005-11-17 Wakaba <[email protected]>
62    
63     * Core.dis: Reference to |../Formatter/Muf2003.dis| added.
64     (MUErrorFormatter): New class describing one in |../Error.pm|.
65    
66 wakaba 1.15 2005-11-16 Wakaba <[email protected]>
67    
68     * .cvsignore: New file.
69    
70 wakaba 1.14 2005-11-15 Wakaba <[email protected]>
71    
72     * DOMException.dis (dx:Exception): Attributes copied
73     from |ManakaiDOM:ManakaiDOMExceptionOrWarning|.
74    
75 wakaba 1.13 2005-11-13 Wakaba <[email protected]>
76    
77     * Core.dis (ecore:message, ecore:defaultMessage): New
78     properties.
79     (lang:muf): Definition moved from |DOMException.dis|.
80    
81 wakaba 1.11 2005-10-08 Wakaba <[email protected]>
82    
83 wakaba 1.12 * DOMException.dis: Old long alias names removed.
84    
85     2005-10-08 Wakaba <[email protected]>
86    
87 wakaba 1.11 * DOMException.dis (implementedBy): New property.
88     (ErrorCode): New type.
89     (ErrorSubCode, Exception): New names.
90    
91     * Core.dis (AnyErrorCode, hasParameter, Parameter, propKey): New types
92     and properties. In addition, parameters used in "Error"
93     and "Message::Util::Error" modules are added.
94     (raises): New property.
95     (Error::Simple): Declaration added.
96    
97 wakaba 1.10 2005-09-30 Wakaba <[email protected]>
98 wakaba 1.9
99 wakaba 1.10 * DOMException.dis (dx:ManakaiErrorModules): New documentation.
100 wakaba 1.9
101 wakaba 1.8 2005-09-23 Wakaba <[email protected]>
102    
103     * DOMException.dis (dx:raises): Properties dis:dataType
104     and dis:multipleProperties added.
105    
106 wakaba 1.7 2005-09-20 Wakaba <[email protected]>
107    
108     * DOMException.dis (Class, Interface): New types.
109     ManakaiDOM:ExceptionClass and ManakaiDOM:ExceptionIF
110     are now deprecated.
111     (disPerl:EXCEPTION, disPerl:WARNING): Moved
112     from /lib/manakai/DISPerl.dis.
113    
114 wakaba 1.6 2005-09-19 Wakaba <[email protected]>
115    
116     * Core.dis: Missing rdf:type attribute added to classes.
117    
118 wakaba 1.5 2005-09-14 Wakaba <[email protected]>
119    
120     * Core.dis (throw): New method.
121    
122 wakaba 1.4 2005-09-08 Wakaba <[email protected]>
123    
124     * Core.dis: New module.
125    
126     * DOMException.dis (Err, MUErrorHandler): Moved to Core.dis.
127     (AnyExceptionAnyClass): New type.
128     (getExceptionCode): Removed.
129     (value, subtype, type): New attributes.
130    
131 wakaba 1.3 2005-02-18 Wakaba <[email protected]>
132    
133     * DOMException.dis: New module (moved from
134     "lib/Message/DOM/DOMMain.dis").
135    
136 wakaba 1.2 2003-12-13 Wakaba <[email protected]>
137    
138     * TextParser.pm: Rewritten.
139    
140 wakaba 1.1 2003-08-05 Wakaba <[email protected]>
141    
142     * TextParser.pm: New module.
143 wakaba 1.4
144 wakaba 1.1 * ChangeLog: New file.
145    

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24