/[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.22 - (hide annotations) (download)
Sun Mar 5 10:07:05 2006 UTC (20 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +5 -0 lines
++ manakai/lib/Message/Util/ChangeLog	5 Mar 2006 10:05:09 -0000
2006-03-05  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (mvOwnerElementResource): Allows an attribute
	with no owner element.

++ manakai/lib/Message/Util/Error/ChangeLog	5 Mar 2006 10:06:44 -0000
2006-03-05  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (ICoreException): New interface.  Error
	type constants are moved from the class to the interface.

++ manakai/lib/Message/Util/DIS/ChangeLog	5 Mar 2006 10:05:45 -0000
2006-03-05  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (getPerlInterfaceMemberCode): A typo is fixed.

++ manakai/lib/Message/DOM/ChangeLog	5 Mar 2006 10:04:09 -0000
2006-03-05  Wakaba  <wakaba@suika.fam.cx>

	* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
	(Node.baseURI): New attribute implementations.
	(declarationBaseURI): Setter is added.
	(manakaiDeclarationBaseURI): New attribute.

	* Tree.dis (Require): A reference to the |MURI:Generic|
	module is added.
	(Node.baseURI): The implementation is revised.
	(getNodeReference): Attribute node classes specialized
	to attribute names are supported.
	(contentBaseURI, htmlBaseURI): Removed.
	(manakaiEntityBaseURI): New attribute.
	(ManakaiDOMImplementationDocument): It now inherits
	the |urigen:URIImplementation| class.

	* DOMMain.dis (isRelativeDOMURI): The definition
	of the URI scheme is synced with |Message::URI::Generic|'s
	one.

	* DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
	module is added.
	(DocumentType.implementation): New attribute.
	(Node.baseURI): Implementations are added.
	(manakaiDeclarationBaseURI): New attributes.
	(manakaiEntityBaseURI): New attributes.
	(manakaiEntityURI): New attribute.
	(manakaiExternal): New attribute.
	(manakaiBaseURI): New attribute.
	(ManakaiDOMXMLBaseAttr): New class.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24