"Fossies" - the Fresh Open Source Software Archive 
Member "Tk-804.036/pod/CHANGES" (15 Nov 2013, 5257 Bytes) of package /linux/misc/Tk-804.036.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 tk8pod 800_005.10
2
3 o pod/Entry
4 more perlization
5 make values in xview example less ambiguous
6
7 tk8pod 800_005.9
8
9 o pod/place.pod pod/pack.pod pod/grid.pod pod/form.pod
10 now use L<Tk::this|Tk::this> is SEE ALSO
11 o pod/grid.pod
12 some rephrasing due to tcl pack $w1 $w2 ... to
13 perl $w1->grid($w2,...) translation
14
15 tk8pod 800_005.8
16
17 o pod/mega.pod
18 L<> corrections
19 documented Subwidgets in array context
20
21 tk8pod 800_005.7
22
23 o pod/mega.pod:
24 applied Slavens typos fix patch
25
26 tk8pod 800_005.6
27
28 o pod/mega.pod
29 new document. first snapshot send to ptk list
30
31 tk8pod 800_005.5
32
33 o pod/LabFrame.pod
34 perlized and minor additions
35 o pod/Scrolled.pod
36 documented Advertised widgets
37 o pod/configspec.pod
38 some fixes
39
40 tk8pod 800_005.4
41
42 o options, Tlist, Scrolled, DItem, Tree, DirTree:
43 o various fixed found while checkin pTkref tar11
44
45 tk8pod 800_005.3
46
47 o pod/UserGuide.pod: minimal fixes send to O'Reilly
48
49 tk8pod 800_005.2
50
51 o DItem: perlized & markup fixes/addition
52
53 tk8pod 800_005.1
54
55 o sync. with pod/ in Tk800.005
56
57 tk8pod 800_004.7
58
59 o TixGrid:
60 mention that TixGrid is alpha and buggy
61
62
63 tk8pod 800_004.6
64
65 o tkpoddiff now relative to Nicks last downloaded
66 version (25-Apr)
67 o TixGrid:
68 added POD skelton for missing option/methods
69 o HList:
70 fix in header() return value
71 o focus:
72 some Markup changes
73
74 tk8pod 800_004.5
75
76 o pod/HList.pod
77
78 o more perlized
79 o fixed some typos
80 o added missing info('dropsite') doc
81
82 tk8pod 800_004.4
83
84 o pod/*Wm.pod
85 o better perlized
86 o fixed grid -> wmGrid
87 o Mwm seem not to work
88
89 tk8pod 800_004.3
90
91 o pod/HList.pod: o more perlized
92 o added L<BUGS> to add and item create
93 method desc.
94
95 tk8pod 800_004.2
96
97 o pod/After.pod: L<> and I<$id> fixes
98
99 tk8pod 800_004.1
100
101 o included Nick's pod19980419 snapshot
102 (same as Tk800.004)
103
104 tk8pod 800_003.13
105
106 o Perlized Photo.pod (unfinished see TODO)
107 o SEE ALSO addition and small fixes to Bitmap/Image
108
109 o tkpoddiff now against version Nick grabbed 13-Apr-1998
110
111 tk8pod 800_003.12
112
113 o fixed over #. pod2html ignore num, pod2man use abs. value
114 tkpod indent item but item text uses abs value (all optical
115 inspection)
116
117 o fixed some missing backs and removed an unnecessary item/back
118 pair in text.
119
120 tk8pod 800_003.11
121
122 Replace L</[A-Z ]*> -> L<"..."
123
124 tk8pod 800_003.10
125
126 o Canvas.pod
127
128 o perlized TCL term to perlish notation
129
130 o added a very terse describtion of default bindings
131
132 o added tcl diff to ptkdifftcl.pod
133
134 More changes need (see TODO). Some could be considered a
135 misfeature/bug in perl/Tk.
136
137 tk8pod 800_003.9
138
139 o tidypod:
140 fix unnecessary usage of E<gt> to get more readable out
141 put and to save some bits :-)
142
143 Tested here but not applied to keep diff smaller.
144 Nick should do it.
145
146 tk8pod 800_003.8
147
148 o Changes:
149
150 L<Tk::Widget> class (, and the L<Tk::Wm> class.)?
151
152 to
153
154 L<Tk::Widget|Tk::Widget> class (, and the L<Tk::Wm|Tk::Wm> class.)?
155
156 so pod2man gives right output.
157
158 tk8pod 800_003.7
159
160 o Pixmap & tkerror
161 o minor POD markup changes
162
163 !! tkerror enhancements still pending !!
164
165 tk8pod 800_003.6
166
167 o Tlist.pod: =item <N> fix & minor markup correction
168
169 tk8pod 800_003.5
170
171 o event.pod & bind.pod
172
173 o added L<> from event <-> bind
174 o minor perlize markup changes
175
176 tk8pod 800_003.4
177
178 o pod/Font.pod
179
180 o perlized it.
181
182 o '-displayof=>window' and 'defaults to mainwindow' removed
183
184 o remove window defaults to widgets mainwindow but mention font settings
185 are *per* MainWindow
186
187 o see TODO for 'unsolved' L<> stuff
188
189 tk8pod 800_003.3
190
191 o minor fixes to tkerror.pod. Raised more question
192 (see TODO) than I could solved :-(
193
194 tk8pod 800_003.2
195
196 o fixed L<> in SEE ALSO
197 o moved KEYWORDS after SEE ALSO for consistency
198
199 tk8pod 800_003.1
200
201 o sync with pod of Tk800.003
202
203 tk8pod 19980328.1
204
205 o TixGrid: should be okay beside missing peaces (marked with ???)
206
207 tk8pod 19980328.1
208
209 o sync with Nick's pod19980328.tar.gz
210
211 tk8pod version 0.8
212
213 o removed 'the section' to prevent dublication by pod2man
214 Text.pod
215 getOpenFile.pod
216
217 tk8pod version 0.7
218
219 Once through geometry mgr. (See TODO)
220 o grid perlized'ed. move description from gridConfigure to
221 grid. Moved paragraph in grid() about already managed
222 widgets above the option list.
223 o form improved perlization
224 o place " "
225 o pack " " and markup more like other geo.mgr
226
227 tk8pod version 0.6
228
229 Merged in my POD changes I did motnth ago
230 for the following docs:
231
232 o callbacks.pod
233 o configspec.pod
234 o composite.pod
235 o Configure.pod
236
237 Things I noticed during merge are collected in TODO
238
239 tk8pod version 0.5
240
241 o configspec (still not happy)
242
243 o fixed wrong POD markup
244 o sorted items of where
245 o code examples now in C<> (too lazy to add all I<> B<>
246 in the first go
247 o minor additions (e.g., add {-option=>$widget,...}
248
249 tk8pod version 0.4
250
251 o added Makefile.PL, CHANGES, TODO to repository
252
253 tk8pod version 0.3
254
255 o Text:
256
257 o fixed window* methods and some other tcl remnants
258
259 tk8pod version 0.2
260
261 * TList:
262 o example to perl/Tk (example uncovers a bug. see comment)
263 o misc formatting
264
265 * HList:
266 o added ctdean's doc modification (Tk::DirList.pm is in
267 (so I assume Tk::HList changes also)
268 o command -> method
269 o misc formatting
270
271 * DItem:
272 o some spelling errors and updates
273
274 tk8pod version 0.1
275
276 * Nick pod.tar.gz (Mar 23, 1998)
277
278