File: ChangeLog

package info (click to toggle)
libxml-grove-perl 0.46alpha-13.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: perl: 1,057; makefile: 2
file content (126 lines) | stat: -rw-r--r-- 3,496 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
1999-09-03  Ken MacLeod  <ken@jess>

	* t/factory.t: added

	* lib/XML/Grove/Factory.pm: added

1999-09-01  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* lib/XML/Grove/Sub.pm (visit_document): changed $grove to
	$document

1999-08-24  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* lib/XML/Grove/AsString.pm (attr_as_string): missing =over/=back

	* release 0.45alpha

	* lib/XML/Grove/Subst.pm (subst_hash): typo in POD

1999-08-17  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* lib/XML/Grove/Subst.pm: add POD, add subst() and subst_hash()
	methods to XML::Grove::Document and XML::Grove::Element

	* lib/XML/Grove/XPointer.pm: deprecated, add POD

	* lib/XML/Grove/Sub.pm, lib/XML/Grove/Path.pm: add POD

1999-08-16  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* lib/XML/Grove/Builder.pm, lib/XML/Grove/IDs.pm: add POD

	* lib/XML/Grove/AsString.pm: converted to mixed-case options
	(new): accept key, value pairs or hash
	(entity_map_filter, entity_map_options, entity_map, filter): removed

	* lib/XML/Grove/AsCanonXML.pm: converted to mixed-case options
	(new): accept key, value pairs or hash
	(comments): removed

1999-08-11  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* examples/xml2eml/*: deleted, was dependent on
	XML::Grove::ToObjects

1999-08-10  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* lib/XML/Grove/ToObjects.pm: deleted, replaced by
	XML::PatAct::ToObjects

	* lib/XML/Grove/PerlSAX.pm (parse): major changes to bring up to
	spec

1999-05-26  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* MANIFEST, XML-Grove.spec: updated for moved alpha modules

	* DOM-ecmascript.pod: updated, removed references to Parent

	* alpha: removed; moved examples to `examples/' and modules to
	lib/XML/Grove

	* DOM: updated, added GetElementsByTagName and Normalize

	* lib/XML/Grove/Builder.pm (end_document): remove call to
	add_magic

	* lib/XML/Grove.pm: major doc update, remove emphasis on
	Data::Grove::Parent

	* DOM-ecmascript.pod: renamed occurrences of Perl SAX to PerlSAX

	* lib/XML/Grove/SAX.pm: rename to PerlSAX.pm

	* README: major update, move alpha modules here

	* alpha/xml2eml/xml2eml.pl: update to PerlSAX

	* alpha/lib/XML/Grove/Subst.pm (visit_element): return Characters
	object if substitute value is a scalar

1999-05-06  Ken MacLeod  <kmacleod@serpentina.terrapinlabs.com>

	* lib/XML/Grove.pm, t/grove.t: rename SAXPerl to PerlSAX

	* lib/XML/Grove.pm: add $type_name class var to all classes

	* examples/grove.pl, examples/my-html.pl, examples/visitor.pl:
	convert to PerlSAX/Grove::Builder

1999-04-30  Ken MacLeod  <kmacleod@serpentina.terrapinlabs.com>

	* Makefile.PL: added a PREREQ_PM for XML::Parser

1999-02-17  Ken MacLeod  <kmacleod@outlaw.cycletime.com>

	* lib/XML/Grove.pm: moved property set methods to
	libxml/lib/Data/Grove.pm

	* lib/XML/Grove/Node.pm: moved to libxml/lib/Data/Grove/Tied.pm

	* lib/XML/Grove/Visitor.pm: moved to
	libxml/lib/Data/Grove/Visitor.pm

	* lib/XML/Grove/Visitor.pm: dynamically check visitor to see if
	will accept callbacks

1999-02-16  Ken MacLeod  <kmacleod@outlaw.cycletime.com>

	* DOM-ecmascript.pod: added

	* lib/XML/Grove.pm: reformatted using better lists

1999-02-15  Ken MacLeod  <kmacleod@outlaw.cycletime.com>

	* lib/XML/Grove/Builder.pm: fix several bugs found with
	ESISParser; move Entities, Notations, AppInfo, and Conforming into
	XML::Grove::Document object

	* lib/XML/Grove.pm: minor doc fixes

1999-02-10  Ken MacLeod  <kmacleod@outlaw.cycletime.com>

	* lib/XML/Grove/Builder.pm (subdoc_start): fix typo in $contents
	assignment