12010-08-23  Andreas Kupries  <andreask@activestate.com>
2
3	* apps/bitmap-editor: Additional functionality by Keith (mouse
4	  stroking, cursor, rename, and undo), plus teapot meta data.
5
62010-08-20  Andreas Kupries  <andreask@activestate.com>
7
8	* apps/bitmap-editor: New application, by Keith Vetter, added
9	* apps/bitmap-editor.man: with permission.
10	* support/installation/modules.tcl:
11
122010-08-10  Arjen Markus  <arjenmarkus@users.sourceforge.net>
13
14	* support/installation/modules.tcl: Added the new controlwidget module
15
162010-07-07  Andreas Kupries  <andreask@activestate.com>
17
18	* README.developer: New files to help the referenced people with
19	* README.releasemgr: their work on Tklib. Copied from Tcllib, and
20	  modified to suit.
21
222009-11-25  Andreas Kupries  <andreask@activestate.com>
23
24	* Makefile.in (test): [Bug 2903927]: Modified test target to
25	  behave like tcllib's test target.
26
272009-02-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
28
29	* modules/swaplist/swaplist.man: General cleanup of all the documentation
30	* modules/ntext/ntextBindings.man: warnings reported for the packages.
31	* modules/ntext/ntext.man:
32	* modules/ntext/ntextIndent.man:
33	* modules/ntext/ntextWordBreak.man:
34	* modules/widget/widget_toolbar.man:
35	* modules/widget/widget_calendar.man:
36	* modules/ico/ico.man:
37	* modules/khim/khim.man:
38	* modules/tkpiechart/canvaslabel.man:
39	* modules/tkpiechart/pieperipherallabeler.man:
40	* modules/tkpiechart/pieboxlabeler.man:
41	* modules/tkpiechart/pie.man:
42	* modules/ipentry/ipentry.man:
43	* modules/plotchart/plotchart.man:
44	* modules/ctext/ctext.man:
45	* modules/diagrams/draw_diagram.man:
46	* modules/tooltip/tooltip.man:
47	* modules/canvas/canvas_sqmap.man:
48	* modules/canvas/canvas_zoom.man:
49
50	* installer.tcl: Updated to use the installer and sak of tcllib
51	* sak.tcl: head.
52
53	* PACKAGES: Moved to new directory support/releases/
54	* tklib_version.tcl: Ditto.
55	* README-0.4.txt: Moved to new directory support/releases/history/
56	* README-0.5.txt: Ditto.
57	* all.tcl: Moved to new directory support/devel
58	* install_action.tcl: Moved to new directory support/installation
59	* installed_modules.tcl: Ditto.
60	* main.tcl: Ditto.
61	* man.macros: Ditto.
62
63	* support/: New directory, mostly sak from Tcllib, and the renamed
64	  forms of the moved files, see above.
65
662009-02-05  Andreas Kupries  <andreask@activestate.com>
67
68	* examples/ntext/ntextExample.tcl: Modified examples to assume
69	* examples/tkpiechart/demo.tcl: that they are run by a tclsh
70	* installed_modules.tcl: found on the PATH, and that this shell
71	* modules/plotchart/plotpriv.tcl: has access to the packages of
72	  Tklib required by the example. The patches were provided by
73	  Stuart Cassoff <stwo@users.sourceforge.net> as part of his work
74	  on making a Tklib OpenBSD port. Added the examples for a number
75	  of modules to the installer. Patch by Stuart, see above.
76
772009-01-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
78
79	*
80	* Released and tagged Tklib 0.5 ========================
81	*
82
832008-11-22  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
84
85	* installed_modules.tcl: New module 'canvas' added, providing
86	* modules/canvas:        extended canvas widgets.
87
882008-11-04  Andreas Kupries  <andreask@activestate.com>
89
90	* installed_modules.tcl: New module 'crosshair' added, providing
91	* modules/crosshair: cross-hairs in canvas widgets.
92
932008-05-01  Andreas Kupries  <andreask@activestate.com>
94
95	* sak.tcl (gd-gen-tap): Added hacks to get proper tap definitions
96	  for Tablelist and its related packages.
97
982008-02-21  Jeff Hobbs  <jeffh@ActiveState.com>
99
100	* installed_modules.tcl:
101	* examples/widget/screenruler.tcl: Added widget::screenruler example
102
1032007-10-19  Pat Thoyts  <patthoyts@users.sourceforge.net>
104
105	* modules/chatwidget:    Added a new widget: 'chatwidget'
106	* installed_modules.tcl:
107
1082007-09-26  Andreas Kupries  <andreask@activestate.com>
109
110	* installed_modules.tcl: Added 'diagrams' to the list of installed
111	  modules.
112
1132007-06-25  Jeff Hobbs  <jeffh@ActiveState.com>
114
115	* examples/ntext/*.tcl (new): examples for ntext module
116
1172007-06-21  Jeff Hobbs  <jeffh@ActiveState.com>
118
119	* installed_modules.tcl: added ntext module
120
1212006-08-28  Andreas Kupries <andreask@activestate.com>
122
123	* PACKAGES:               Reverted changes to the files describing
124	* README-0.4.txt:         the last release. At least PACKAGES is
125	                          needed unchanged to enable the comparison
126	                          of the last release to the current state.
127
1282006-08-27  Kevin B. Kenny  <kennykb@acm.org>
129
130	* PACKAGES:               Added KHIM (Kevin's Hacky Input Method)
131	* README-0.4.txt:         to the module list for installation and
132	* installed_modules.tcl:  documentation.  Added rules to
133	* install_actions.tcl:    'install_actions' to install message
134	                          catalogs.
135	* configure:              Regenerated.
136	
137	
1382006-04-26  Andreas Kupries <andreask@activestate.com>
139
140	* sak.tcl (gd-gen-tap): modified to strip non-version characters
141	  out of version numbers.
142
1432006-01-16  Csaba Nemethi <csaba.nemethi@t-online.de>
144
145	* install_action.tcl: Removed the invocation of xcopy for the
146	  images directory from the _tab proc, because the contents of that
147	  Tablelist directory has been replaced with a new script file.
148
1492005-12-02  Andreas Kupries <andreask@activestate.com>
150
151	* sak.tcl (validate_versions_cmp): Fixed typo causing the use of a
152	wrong variable [SF Tcllib Bug 1371186]. Thanks to Wart.
153
1542005-11-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
155
156	*
157	* Released and tagged Tklib 0.4.1 ========================
158	*
159
1602005-11-02  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
161
162	*
163	* Released and tagged Tklib 0.4 ========================
164	*
165
1662005-11-02  Andreas Kupries <andreask@activestate.com>
167
168	* sak.tcl (ppackages): Copied the impl. we have in Tcllib over for
169	  better detection. Does not help table list however.
170
1712005-10-24  Andreas Kupries <andreask@activestate.com>
172
173	* sak.tcl: Added methods for release engineering: rstatus,
174	  release, desc, desc/2, better tap generation.
175	* PACKAGES: New file, empty, will be filled when the release is
176	  committed.
177	* README-0.4.txt: New file, summary changes for 0.4 release.
178
179	* sak.tcl (ipackages): Strip code opening with brace after version
180	  number as well when extracting version numbers from package
181	  indices.
182
183	* tklib_version.tcl: Bumped to 0.4.
184
1852005-10-17  Andreas Kupries <andreask@activestate.com>
186
187	* install_action.tcl (_tab): Bugfix. Have to install the file
188	  'tclIndex' as well to make the package fully-functional.
189
1902005-10-03  Andreas Kupries <andreask@activestate.com>
191
192	* install_action.tcl (_tab): New command for tablelist installation.
193	* installed_modules.tcl: New module: tablelist. Originator/Author:
194	  Csaba Nemethi <csaba.nemethi@t-online.de>
195
1962005-08-24  Andreas Kupries <andreask@activestate.com>
197
198	* installer.tcl (write_out): Cross-ported the fix for [Tcllib SF
199	  Bug 899209] to tklib. Delete an existing file before trying to
200	  overwrite it. See Tcllib ChangeLog entry 2004-03-01.
201
2022005-08-22  Jeff Hobbs  <jeffh@ActiveState.com>
203
204	* tklib_version.tcl: updated to 0.3
205	* installed_modules.tcl: Added module 'widget' to the list of
206	  installed modules.
207
2082005-07-27  Andreas Kupries <andreask@activestate.com>
209
210	* installed_modules.tcl: Added module 'tooltip' to the list of
211	  installed modules.
212
2132005-04-01  Andreas Kupries <andreask@activestate.com>
214
215	* installed_modules.tcl: Added new module 'swap_list' to the list
216	  of installed modules.
217
2182005-03-31  Andreas Kupries <andreask@activestate.com>
219
220	* installed_modules.tcl: Added 'get'string' and 'history' to the
221	  list of installed modules. These are new modules added a few
222	  days ago, by Aaron Faupell.
223
2242004-07-22  Jeff Hobbs  <jeffh@ActiveState.com>
225
226	* installed_modules.tcl: added ico to list of installed modules.
227	* modules/ico/*: new 'ico' module for extracting icos from exe/ico
228	  files - works x-platform.
229
2302004-06-29  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
231
232	* install_action.tcl:    Added ctext and style to list of
233	* installed_modules.tcl: installed modules.
234
2352004-05-18  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
236
237	* New module 'tkpiechart'. This has been donated by Jean-Luc
238	  Fontaine. Thanks. It is based on his stoop OO package, found in
239	  our sibling 'Tcllib'.
240	
241	* installed_modules.tcl: Added tkpiechart to the list of installed
242	  modules.
243
2442004-04-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
245
246	* New module 'plotchart', by Arjen Markus. Thanks for this
247	  donation.
248
2492004-04-04  David N. Welton  <davidw@dedasys.com>
250
251	* New module 'style'. Various Tk styles/themes.
252
2532004-04-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
254
255	* New module 'ctext', by George Peter Staplin. Thanks for this
256	  donation.
257
2582003-11-28  Andreas Kupries  <andreask@activestate.com>
259
260	* Reworked the entire build system to use the same framework as
261	  tcllib does. IOW tklib now uses a swiss army knife tool
262	  (sak.tcl, with all attendant files), and configure/Makefile are
263	  based on that. Generation of distributions, and installer now
264	  also work in the same way as for tcllib.
265
266	* Replaced existing nroff documentation with doctools manpages,
267	  and wrote doctools manpages for the modules which had none. All
268	  (four) modules now have documentation.
269
2702003-07-21 Aaron Faupell <afaupell@users.sourceforge.net>
271
272	* imported ipentry into tklib
273
2742002-09-25  Jeff Hobbs  <jeffh@ActiveState.com>
275
276	* Makefile.in: better DESTDIR/libdir support (steffen)
277
2782001-11-07  Jeff Hobbs  <jeffh@ActiveState.com>
279
280	* created tklib in CVS
281
282