File: ChangeLog

package info (click to toggle)
palm-doctoolkit 1.1.4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 188 kB
  • ctags: 218
  • sloc: python: 714; makefile: 53; sh: 19
file content (245 lines) | stat: -rw-r--r-- 6,563 bytes parent folder | download
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
1999-12-16  Rob Tillotson  <robt@debian.org>

	* doctotext (App.run): Change 'App' to 'Connector'.

	* dist/control.xml: Bump version number.

	* debian/control (Depends): Updated to current Pyrite and Sulfur.

	* debian/changelog: Bump version number.

	* __init__.py (version): Bump version number.
	(PYRITE_PRODUCT): Added.

	* Application.py: Changes for app context stuff in Sulfur 0.1.1.

1999-12-06  Rob Tillotson  <robt@debian.org>

	* Release 1.1.3.
	
	* debian/control: Bump pyrite dependency to 0.9.0, sulfur to 0.1.0.

	* debian/changelog: Bump version number.

	* __init__.py (version): Bump version number.

	* dist/control.xml: Bump version number.

	* DTKOutput/TealDoc.py: Removed extraneous import.

	* DTKOutput/Basic.py (BasicDTKOutput.open): Changed 'App' to
	'Connector', and removed extraneous import.

1999-11-02  Rob Tillotson  <robt@debian.org>

	* Release 1.1.2.
	
	* debian/changelog: Converted to native Debian version numbering.

	* __init__.py (version): Added module attribute.

1999-07-22  Rob Tillotson  <robt@debian.org>

	* Release 1.1.1.
	
	* debian/prerm (PACKAGE): Add #DEBHELPER# section.

	* debian/postinst (DIRLIST): Add #DEBHELPER# section.

1999-07-15  Rob Tillotson  <robt@debian.org>

	* dist/*: Added.
	
	* DTKOutput/Basic.py (BasicDocWriter.__init__): Initialize
	self.list_depth.

1999-05-30  Rob Tillotson  <robt@debian.org>

	* doc/dtk.1: Documented &euro;.

	* entitydefs.py (palm_entitydefs): Added &euro; (0x80) for
	RichReader.

	* Makefile.dist (RELEASE): Bump version number.

	* DTKOutput/Basic.py (BasicDocWriter.new_alignment): Remove
	debugging code.
	(BasicDocWriter.new_font): Same.
	(BasicDocWriter.new_spacing): Same.
	(BasicDocWriter.new_styles): Same.

	* DTKOutput/RichReader.py: Added.

	* DTKInput/HTML.py (HTMLDTKInput): Bump version number.

	* Application.py (Application): Bump version number.

	* doc/dtk.1: Added documentation for -l option.

	* Application.py (DTKApp.run): Added -l option (list available
	plug-ins).

	* DTKOutput/TealDoc.py (TealDocDTKOutput): Adjust version number.
	
	* DTKInput/HTML.py (DocHTMLParser.anchor_end): Added; copy from
	superclass, with added pop_style.
	(DocHTMLParser.anchor_bgn): Push_style 'link'.

1999-05-27  Rob Tillotson  <robt@debian.org>

	* Release 1.1.0
	
	* README: Updated.

	* doc/COPYING: Changed to LGPL.

	* metrics.py: Changed header to LGPL.

	* entitydefs.py: Changed header to LGPL.

	* Application.py (DTKApp.run): Removed postprocessing hook, for
	now.

	* DTKOutput/QED.py (QEDDTKOutput.open): Do appinfo stuff on file
	open, instead of in postprocessing hook.

	* debian/rules: Various adjustments.

	* debian/links: Added.

	* debian/postinst: Change directory, and remove -q option from
	compileall.py calls.

	* debian/docs: Add README.1.1.0 and announce.txt.

	* debian/dirs: Make package dir.

	* debian/copyright: Change to LGPL.

	* debian/control: Depend on new versions of pyrite & sulfur.

	* Makefile.dist: Various changes to distribution options.

	* doc/README.1.1.0: Added.

	* doc/dtk.1: Manual page for dtk, with consolidated information on
	all input and output plug-ins.

	* DTKInput/*, DTKOutput/*, Application.py: Added copyright/license
	headers.  Various corrections to make work with Pyrite 0.7.1 and
	Sulfur 0.0.2.

1999-05-12  Rob Tillotson  <robt@debian.org>

	* DTKInput/TaggedText.py (TaggedTextDTKInput.__init__): Changed to
	use new Sulfur option generation.

	* DTKInput/HTML.py (HTMLDTKInput.__init__): Changed to use new
	Sulfur option generation.

	* Application.py (default_options): Changed to use new Sulfur
	option generation stuff.

	* Application.py, DTKInput/*, DTKOutput/*: Created, between last
	changelog entry and now.

1999-03-28  Rob Tillotson  <robt@debian.org>

	* conv_html.py, conv_text.py: Remove extraneous import of
 	DocWriter.

1999-03-12  Rob Tillotson  <robt@debian.org>

	* conv_text.py (TextWithTagsParser.tag_HR): Use proper arguments.

1999-02-22  Rob Tillotson  <robt@debian.org>

	* Release 1.0.0 [it's been sitting around long enough]

	* doc/texttodoc.1: Various rewording.

	* doc/htmltodoc.1: Various rewording.

	* doc/announce.txt: Added.

	* doc/README: Version updates, and rewording.

	* debian/copyright: Updated date.

	* All: Replaced module headers with new template with new
	email address.
	
1999-01-22  Rob Tillotson  <robt@debian.org>

	* DocWriter.py (DocWriter.send_heading): Workaround for
	inconsistent TealDoc behavior in wrapped headings.  (Blank lines
	after font 2 behave differently than other fonts.)

	* conv_text.py (TextWithTagsParser.tag_HR): Added break before and
	after.  (Need to refine this later.)

Wed Sep  9 05:55:45 1998  Rob Tillotson  <rob@io.com>

	* Release 0.99.1: First public release.
	
	* conv_text.py (todoc_main): Temporarily disable input-type option
	until I think about how to do it in the context of parsers that
	may have even more options of their own.
	(text_to_doc): Remove old version.

Mon Sep  7 19:17:59 1998  Rob Tillotson  <rob@io.com>

	* doc/htmltodoc.1: Added description of non-ISO-8859-1 entity
	support.

Sun Sep  6 06:44:46 1998  Rob Tillotson  <rob@io.com>

	* conv_text.py (TextParser): Moved code from text_to_doc into this
	class and its subclass TextWithTagsParser; will add other tag sets
	later, eg. manpage.

Fri Sep  4 02:33:32 1998  Rob Tillotson  <rob@io.com>

	* cmdproc.py: Renamed cmd.py, because there is apparently a module
	by that name in the standard library, and overriding it causes
	problems with the debugger.

	* qed.py: added.

	* cmd.py (CmdLine.process_files): Close DocWriter.

	* conv_text.py (text_to_doc): Do not close DocWriter at end.

	* conv_html.py (html_to_doc): Do not close DocWriter at end.

	* DocWriter.py (DocWriter.set_appinfo): Added.

	* cmd.py: Hooks for QED.

	* conv_html.py (html_to_doc): See below.

	* conv_text.py (text_to_doc): See below.

	* cmd.py (CmdLine.process_files): Create DocWriter object here,
	instead of in callback functions.

Thu Aug 27 05:13:02 1998  Rob Tillotson  <rob@io.com>

	* conv_html.py (DocHTMLParser): Use extended entity set.
	
	* entitydefs.py: Added.

	* conv_html.py (DocHTMLParser.start_ul): Added support for UL TYPE
	attribute: 'disc' (the default) gives a bullet, 'square' a diamond
	(the closest thing I could find), and 'circle' a lowercase o.

	* DocWriter.py (DocWriter): Added support for indented 'ul' and
 	'ol' type lists (in new_margin and send_label_data).

	* Begin tracking revisions in CVS.

	* Initial flurry of rapid development over; code stable enough to
	begin tracking changes.