091811071bcf70ca997b7bd38215feed6ccfcbec
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
1 2005-02-15  Atsushi Enomoto <atsushi@ximian.com>
2
3         * XmlElementTests.cs : assertion numbering on 
4           RemoveDoesNotRemoveDefaultAttributes().
5
6 2005-01-26  Nick Drochak  <ndrochak@ieee.org>
7
8         * XmlValidatingReaderTests.cs: Move MS.NET bug-exposing test to a new
9         test method and ignore it on .NET.
10
11 2005-01-17  Atsushi Enomoto <atsushi@ximian.com>
12
13         * XmlReaderSettingsTests.cs : added some .ctor() tests.
14
15 2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
16
17         * XmlReaderCommonTests.cs : added labels for tests.
18           Marked MoveToXmlDeclAttributes() as [Ignore] again because there is
19           no consistent reference implementation to follow.
20
21 2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
22
23         * XmlValidatingReaderTests.cs,
24           XmlReaderCommonTests.cs,
25           XmlTextWriterTests.cs,
26           XmlUrlResolverTests.cs :
27           Marked as NotDotNet for those tests that fails under MS.NET.
28           Commented out some XmlTextWriter implementation-dependent assertions.
29           Fixed ResolveUriWithNullArgs () expected return type.
30
31 2005-01-11  Atsushi Enomoto <atsushi@ximian.com>
32
33         * XmlTextWriterTests.cs : added Indent2() to test WriteComment EOL.
34
35 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
36
37         * XmlReaderCommonTests.cs :
38           Oops, ReadAttributeValue() was not reverted. Now marked as NotDotNet.
39
40 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
41
42         * XmlReaderCommonTests.cs : reverted r38601. It is MS XmlTextReader
43           that is buggy on attribute value's Prefix and NamespaceURI.
44
45 2005-01-10  Nick Drochak  <ndrochak@ieee.org>
46
47         * XmlWriterTests.cs: Fix build warnings.
48         * XmlReaderCommonTests.cs: Make tests pass on Fx1.1.  XmlNodeReader
49         has different default attributes it seems.
50
51 2004-12-15  Raja R Harinath  <rharinath@novell.com>
52
53         * XmlReaderSettingsTests.cs (DefaultValue): Update DtdValidate and
54         XsdValidate references to use ValidationType.
55
56 2004-12-08  Atsushi Enomoto <atsushi@ximian.com>
57
58         * XmlReaderSettingsTests.cs : updated some boolean flags to 
59           XmlSchemaValidationFlags.
60
61 2004-11-22  Atsushi Enomoto <atsushi@ximian.com>
62
63         * XmlTextReaderTests.cs : added AttributeNormalizationWrapped().
64
65 2004-11-14  Atsushi Enomoto <atsushi@ximian.com>
66
67         * XmlWriterTests.cs : Added test for WriteAttributes().
68
69 2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
70
71         * XmlNodeReaderTests.cs : numbered some of asserts.
72
73 2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
74
75         * XmlTextReaderTests.cs : added tests for 2.0 entity handling.
76         * XmlValidatingReaderTests.cs : modified tests for entity handling
77           that are changed in 2.0.
78
79 2004-10-29  Atsushi Enomoto <atsushi@ximian.com>
80
81         * XmlReaderCommonTests.cs : ReadAsObject() is removed.
82         * XmlTextWriterTests.cs : added CloseTwice().
83         * XmlNodeTests.cs : added labels.
84
85 2004-09-08  Atsushi Enomoto <atsushi@ximian.com>
86
87         * XmlWriterSettingsTests.cs : added.
88
89 2004-09-07  Atsushi Enomoto <atsushi@ximian.com>
90
91         * XmlReaderCommonTests.cs : Added tests for ReadAsObject().
92
93 2004-09-07  Atsushi Enomoto <atsushi@ximian.com>
94
95         * XmlNamespaceManagerTests.cs : Added test for duplicate addition,
96           atomization, complex RemoveNamespace() and GetNamespacesInScope().
97
98 2004-09-07  Atsushi Enomoto <atsushi@ximian.com>
99
100         * XmlReaderSettingsTests.cs : added, including XmlReader.Create() tests
101         * XmlTextReaderTests.cs : added normalization and Setting sests.
102
103 2004-09-06  Atsushi Enomoto <atsushi@ximian.com>
104
105         * XmlElementTests.cs : added another set_InnerXml test.
106         * XmlNodeTests.cs : added BaseURI test.
107         * XmlTextReaderTests.cs : added tests for Normalization, EOF,
108           LineNumber, LinePosition (all reported ones).
109         * XsdValidatingReaderTests.cs : more descriptions.
110
111 2004-09-06  Atsushi Enomoto <atsushi@ximian.com>
112
113         * XmlTextReaderTests.cs : added ProhibitDtd().
114         * XmlWriterTests.cs : added WriteNodeError().
115
116 2004-06-21  Atsushi Enomoto <atsushi@ximian.com>
117
118         * XmlSecureResolverTests.cs : Just [Ignore] EmptyEvidenceDeniedAccess.
119           It requires CAS.
120
121 2004-06-18  Atsushi Enomoto <atsushi@ximian.com>
122
123         * XmlSecureResolverTests.cs : [TestFixture] was missing.
124
125 2004-06-14  Atsushi Enomoto <atsushi@ximian.com>
126
127         * XmlTextWriterTests.cs : Avoid CR/CRLF testing complexity.
128
129 2004-06-14  Atsushi Enomoto <atsushi@ximian.com>
130
131         * XmlUrlResolverTests.cs : Unlike MS.NET, we treats Unix absolute file
132           URI file:///usr/local/src as correct file path. MS.NET is not aware
133           of such format and parses as "host = usr, path = /local/src".
134
135 2004-06-06  Atsushi Enomoto <atsushi@ximian.com>
136
137         * XmlTextWriterTests.cs : Added indentation testcase (it might now
138           work due to CompareInfo.IndexOf() bug).
139
140 2004-06-06  Atsushi Enomoto <atsushi@ximian.com>
141
142         * XmlTextReaderTests.cs : added some namespace check tests.
143
144 2004-05-27  Atsushi Enomoto <atsushi@ximian.com>
145
146         * XmlTextReaderTests.cs : added test for bug #59142.
147         * XmlTextWriterTests.cs : added test for bug #59154.
148         * XmlDocumentTests.cs : added test for bug #59155.
149
150 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
151
152         * XmlNodeTests.cs : added Normalize2().
153
154 2004-05-13  Atsushi Enomoto <atsushi@ximian.com>
155
156         * XsdValidatingReaderTests.cs : Ignore TestNamespaceFalse(). It is not
157           kind of thing that should be supported.
158         * XmlValidatingReaderTests.cs : commented a bit.
159
160 2004-04-24  Atsushi Enomoto <atsushi@ximian.com>
161
162         * XmlConvertTests.cs : Commented out locale-dependent tests.
163         * XmlDocumentTests.cs : Uncommented now-testable lines.
164           Commented out that should not be allowed, such as non-XML-name node.
165
166 2004-04-24  Atsushi Enomoto <atsushi@ximian.com>
167
168         * XmlDeclarationTests.cs : More InnerText tests.
169
170 2004-04-20  Atsushi Enomoto <atsushi@ximian.com>
171
172         * XmlCharacterDataTests.cs : Added more tests for Substring().
173         * XmlConvertTests.cs : Commented out locale-dependent tests.
174         * XmlDocumentTests.cs : Added LoadEntityReference().
175
176 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
177
178         * Added nist_dom tests from Mainsoft hackers.
179         * Added XmlSecureResolverTests.cs.
180
181 2004-03-16  Atsushi Enomoto <atsushi@ximian.com>
182
183         * XmlDocumentTests.cs : Added PreserveWhitespace2() (whitespace nodes
184           should be written regardless of document.PreserveWhitespace.)
185
186 2004-03-15  Atsushi Enomoto <atsushi@ximian.com>
187
188         * XmlReaderCommonTests.cs : Added tests for ReadInner/OuterXml() on
189           EndElement.
190
191 2004-03-14  Atsushi Enomoto <atsushi@ximian.com>
192
193         * XmlAttributeCollectionTests.cs : Added InsertAfterError().
194         * XmlNodeTests.cs : Added SelectNodes(), SelectNodes2() [commented].
195
196 2004-03-04  Atsushi Enomoto <atsushi@ximian.com>
197
198         * XmlDocumentTests.cs : added Implementation().
199
200 2004-02-17  Atsushi Enomoto <atsushi@ximian.com>
201
202         * XmlEntityTests.cs, XmlDocumentEventTests.cs : added.
203
204 2004-02-05  Atsushi Enomoto <atsushi@ximian.com>
205
206         * XmlDocumentTests.cs : Added ReadNodeEmptyContent() and
207           ReadNodeWhitespace().
208         * XmlElementTests.cs : Added SetAttributeNodeError().
209
210 2004-02-04  Atsushi Enomoto <atsushi@ximian.com>
211
212         * XmlEntityReferenceTests.cs : renamed TestDescendantsRecursively to
213           DescendantsRecursively and added more test lines.
214           Added ChildNodes().
215         * XmlReaderCommonTests.cs : Added MoveToXmlDeclAttribute(). However
216           it is ignored (since XmlNodeReader behaves differently, maybe bug).
217
218 2004-02-03  Atsushi Enomoto <atsushi@ximian.com>
219
220         * XmlReaderCommonTests.cs : Added SurrogatePairContent().
221         * XmlDocumentTests.cs : Added LoadXmlReaderNamespacesFalse().
222         * XmlEntityReferenceTests.cs : Added TestsDescendantsRecursively().
223
224 2004-01-28  Atsushi Enomoto <atsushi@ximian.com>
225
226         * XmlDocumentTypeTests.cs : Added IncorrectInternalSubset().
227         * XmlNodeTests.cs : Since .NET 1.1 also prohibits multiple document
228           element, removed extraneous test switch for InsertBefore().
229         * XsdParticleValidationTests.cs,
230           XsdValidatingReaderTests.cs : These test class names are too
231           ambiguous so just renamed them. (No bug reports are found on them,
232           but should be warned in the meantime.)
233
234 2004-01-23  Atsushi Enomoto <atsushi@ximian.com>
235
236         * XmlElementTests.cs : Added SetAttributeXmlns.
237         * XmlTextWriterTests.cs : Added several xmlns-related tests.
238
239 2004-01-22  Atsushi Enomoto <atsushi@ximian.com>
240
241         * XmlTextWriterTests.cs : Added *Do*OutputRemovalDefaultNSDeclaration.
242
243 2004-01-20  Atsushi Enomoto <atsushi@ximian.com>
244
245         * XmlElementTests.cs : Added WriteToMakesNonsenseForDefaultNSChildren.
246         * XmlTextWriterTests.cs : Added DontOutputRemovalDefaultNSDeclaration.
247
248 2004-01-14  Atsushi Enomoto <atsushi@ximian.com>
249
250         * XmlAttributeCollectionTests.cs : Added RemoveDefaultAttribute().
251         * XmlDocumentTests.cs, XmlElementTests.cs, XmlNodeReaderTests.cs,
252           XmlTextReaderTests.cs, XmlTextWriter.cs, XmlWriterTests.cs :
253           Close or avoid XmlTextReader.
254
255 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
256
257         * XmlAttributeCollectionTests.cs :
258           added InsertAfterReplacesInCorrectOrder().
259         * XmlUrlResolverTests.cs : fixed file path.
260         * XmlTextReaderTests.cs : fixed file path.
261         * XmlTextWriterTests.cs : added ElementXmlnsNeedEscape().
262
263 2003-12-21  Atsushi Enomoto <atsushi@ximian.com>
264
265         * XmlDocumentTests.cs, XmlElementTests.cs :
266           Added GetElementsByTagNameNs2().
267
268 2003-12-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
269
270         * XmlDeclarationTests.cs : Added InvalidInnerText().
271         * XmlDocumentTests.cs : CRLF fix (to LF)
272         * XmlWriterTests.cs : tiny fix on WriteNodeFullDocument().
273         * XmlValidatingReaderTests.cs : Fixed entity handling check tests.
274
275 2003-11-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
276
277         * XmlWriterTests.cs : Added WriteNodeFullDocument() with 
278           encoding specification. Added WriteNodeNonEmptyElement().
279         * XmlUrlResolverTests.cs : Added GetEntityWithNonStreamReturnType()
280           and GetEntityWithRelativeFileUri().
281         * XmlTextWriterTests.cs : Added some namespace related tests.
282         * XmlTextReaderTests.cs : Added char-entity and ReadBase64() tests.
283         * XmlNodeTests.cs : GetPrefixOfNamespace() test also for disconnected
284           nodes.
285         * XmlElementTests.cs : Added ConstructionAndDefaultAttributes().
286         * XmlDeclarationTests.cs : Added InvalidInnerText().
287         * XmlAttributeTests.cs : Added CheckPrefixWithNamespace().
288
289 2003-10-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
290
291         * XmlWriterTests.cs : Added WriteSurrogateCharEntity().
292
293 2003-10-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
294
295         * XmlElementTests.cs : Added more tests on 
296           RemoveDoesNotRemoveDefaultAttributes().
297         * XmlNodeTests.cs : Added Normalize(), GetNamespaceOfPrefix() and
298           GetNamespaceOfPrefixNullArg().
299         * XmlWriterTests.cs : Added WriteNodeNone().
300
301 2003-10-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
302
303         * XmlConvertTests.cs : patch by Jonathan Kessler. Added more test
304           methods.
305         * XmlUrlResolverTests.cs : Renamed NullArgs to ResolveUriWithNullArgs,
306           and added GetEntityWithNullArgs() (though it is uncommented).
307         * XmlReaderCommonTests.cs : Added XML Schema-mode XmlValidatingReader
308           testing phase.
309
310 2003-09-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
311
312         * XmlTextReaderTests.cs : Oops, it was CRLF injected ;-)
313
314 2003-09-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
315
316         * XmlReaderCommonTests.cs : Added ProhibitedMultipleAttributes().
317           Fixed ReadAttributeValue(). Now I think it is MS.NET XmlTextReader
318           which is rather buggy than their XmlNodeReader.
319         * XmlTextReaderTests.cs : Added IfNamespacesThenProhibitedAttributes()
320           and trivial messagefix.
321
322 2003-09-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
323
324         * XmlNamespaceManagerTests.cs : Added PopScopeMustKeepAddedInScope().
325
326 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
327
328         * XmlAttributeTests.cs : Added DefaultAttributeRemoval() and
329           EmptyStringHasTextNode().
330         * XmlElementTests.cs : Added RemoveDoesNotRemoveDefaultAttributes().
331         * XmlReaderCommonTests.cs : Added overroaded AssertNodeValues() and
332           ReadAttributeValue().
333         * XmlTextReaderTests.cs :
334           Added NotAllowedCharRef() and ExpandParameterEntity().
335           Also added but ignored tests: UndeclaredEntityInIntSubsetOnlyXml()
336           and UndeclaredEntityInStandaloneXml().
337         * XmlValidatingReaderTests.cs : TestAttributeDefaultContribution() 
338           refactory.
339         * Added XsdParticleValidationTests.cs and XsdValidatingReaderTests.cs.
340
341 2003-08-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
342
343         * XmlReaderCommonTests.cs : Its XmlValidatingReader.EntityHandling
344           should be ExpandCharEntities.
345         * XmlValidatingReaderTests.cs : added ResolveEntity(),
346           ResolveEntity2() and ResolveEntityWithoutDTD().
347
348 2003-07-31  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
349
350         * XmlDocumentTests.cs : added LoadThrowsUndeclaredEntity() and
351           CreateEntityReferencesWithoutDTD().
352         * XmlNodeReaderTests.cs : added ResolveEntity(), ResolveEntity2() and
353           ResolveEntityWithoutDTD().
354
355 2003-07-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
356
357         * XmlDocumentTests.cs : added DTDEntityAttributeHandling() test.
358         * XmlElementTests.cs : added WriteToDefaultAttribute() test.
359         * XmlNodeTests.cs : added InnerXmlWithXmlns () test.
360         * XmlTextWriterTests.cs : added DontOutputNonDeclaredXmlns () test.
361         * XmlValidatingReaderTests.cs : modified TestResolveEntity() to have
362           entity reference inside text content (and it now fails).
363
364 2003-07-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
365
366         * XmlAttributeTests.cs : added IdentityConstraints().
367         * XmlDocumentTests.cs : added DocumentTypeNodes().
368         * XmlNodeTests.cs : added InnerText().
369         * XmlReaderCommonTests.cs : added XmlValidatingReader as one of the
370           testing reader. Added IndexerAndAttributes().
371         * XmlValidatingReader.cs : modified TestAttributes() to have
372           ReadAttributeValue() tests. Added TestIdentityConstraints()
373
374 2003-07-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
375
376         * XmlConvertTests.cs,
377           XmlNodeTests.cs,
378           XmlTextWriterTests.cs : removed some compilation warning.
379         * XmlNodeReaderTests.cs : reverted Jul. 12th. ReadInnerXmlWrongInit()
380           incorrect commit.
381         * XmlValidatingReaderTests.cs : Code refactory (removed xml1, xml2...
382           and changed PrepareXmlReader() as returning validating reader.
383           Added indexer (this[]) property check and ValidationType.None check
384           to TestAttributeDefaultContribution().
385           Added TestExpandEntity(), TestPreserveEntity() and TestNormalization().
386
387 2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
388
389         * XmlValidatingReaderTests.cs : added TestValidationEvent() and
390           some code refactory.
391
392 2003-07-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
393
394         * XmlValidatingReaderTests.cs : added TestNonDeterministicContent() and
395           TestAttributeDefaultContribution().
396
397 2003-07-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
398
399         * XmlNodeReaderTests.cs : Fixed ReadInnerXmlWrongInit() for correct 
400           ReadState check.
401         * ChangeLog was incorrectly added about above stuff.
402         * XmlTextReaderTests.cs : added some reader's state check tests and
403           ReadAsElementContent and ReadAsAttributeContent.
404         * XmlTextWriterTests.cs : added DontOutputMultipleXmlns().
405
406 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
407
408         * added XmlValidatingReaderTests.cs.
409
410 2003-07-01  Martin Willemoes Hansen <mwh@sysrq.dk>
411
412         * XmlTextWriterTests.cs: Made use of ExpectedException
413
414 2003-07-01  Martin Willemoes Hansen <mwh@sysrq.dk>
415
416         * Made tests which expect an exception use the
417           ExpectedException Attribute.
418
419 2003-06-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
420
421         * added XmlUrlResolverTests.cs.
422
423 2003-06-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
424
425         * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
426         * XmlTextReaderTests.cs : added ExternalDocument() which will result
427           in BaseURI test and DTD parameter entity test.
428
429 2003-06-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
430
431         * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
432           EmptyElementWithAttributes() and was added namespaced attribute tests.
433         * XmlTextWriterTests.cs : added WriteWhitespace().
434
435 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
436
437         * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
438         CreateAttribute.
439
440 2003-06-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
441
442         * XmlConvertTests.cs : added VerifyNCName().
443
444 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
445
446         * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and 
447           WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
448           added more tests to AttributeWriteAttributeString().
449         * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
450
451 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
452
453         * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
454         * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
455           and not well-formed xml of OuterXmlWithDefaultXmlns().
456         * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
457           WriteToWithDefaultNamespace().
458         * XmlNodeReaderTests.cs : fixed incorrect result expectation of 
459           ReadInnerXmlWrongInit().
460         * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
461         * XmlReaderCommonTests.cs, 
462           XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
463           InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
464           to resolve these entity references.
465         * XmlTextWriterTests.cs : removed English-dependent error message check.
466           fixed incorrect state-check ignorant blocks of WriteAttributes ().
467         * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
468           XmlDecl() as MS.NET results in.
469
470 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
471
472         * Tests inherits from Assertion and Assertion. prefixes removed
473
474 2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
475
476         * added XmlConvertTests.cs.
477
478 2003-04-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
479
480         * XmlAttributeTests.cs : added WriteTo.
481         * XmlReaderCommonTests.cs,
482           XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
483           Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
484           and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
485           they requires IsEmptyElement = false, which is always true for
486           XmlNodeReader).
487
488 2003-04-27  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
489
490         * XmlReaderCommonTests.cs,
491           XmlTextReaderTests.cs : Moved many tests to CommonTests.
492
493 2003-04-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
494
495         * XmlWriterTests.cs : added some WriteNode() related testcases.
496
497 2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
498
499         * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
500         * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
501           LoadDocumentWithIgnoreSection.
502
503 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
504
505         * added this file as a new entry.
506           See ../ChangeLog to find ChangeLog entries before than this day.