12009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
2
3	*
4	* Released and tagged Tcllib 1.12 ========================
5	* 
6
72008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
8
9	*
10	* Released and tagged Tcllib 1.11.1 ========================
11	* 
12
132008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
14
15	*
16	* Released and tagged Tcllib 1.11 ========================
17	* 
18
192007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
20
21	*
22	* Released and tagged Tcllib 1.10 ========================
23	* 
24
252007-08-21  Andreas Kupries  <andreask@activestate.com>
26
27	* html.man: Documentation of tableFrom{Array,List} extended per
28	  [Tcllib SF Bug 1740573] (David Scott Cargo). Disabled the
29	  documentation of 'html::title', per the same report, the command
30	  seems to be not really for users, but only for internal use.
31
322007-06-20  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
33
34	* html.man: Fixed bug [SF Bug 1740573], documentation typos,
35	  etc. Thanks to David Scott Cargo <escargo@users.sourceforge.net>
36	  for the report.
37
382007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
39
40	* html.man: Fixed all warnings due to use of now deprecated
41	  commands. Added a section about how to give feedback.
42
432006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
44
45	*
46	* Released and tagged Tcllib 1.9 ========================
47	* 
48
492006-09-19  Andreas Kupries <andreask@activestate.com>
50
51	* html.man: Bumped version to 1.4.
52	* html.tcl:
53	* pkgIndex.tcl:
54
552006-09-12  Michael Schlenker <mic42@users.sourceforge.net>
56
57        * html.tcl : fixed [SF Tcllib Bug 1557268], and 
58          html.test: updated the test suite.
59          
602006-07-02  Michael Schlenker <mic42@users.sourceforge.net>
61
62	* html.tcl : fixed [SF Tcllib Bug 1230699] and updated the tests.
63	  html.test: Removed unused variables leftover from use in tclhttpd.
64	  
652006-06-28  Michael Schlenker <mic42@users.sourceforge.net>
66        
67	* html.tcl (::html::meta): fixed [SF Tcllib Bug 1494597] and
68	  changed tests so the test against the correct HTML 4.01 spec
69	  for <meta>.
70
712006-06-13  Andreas Kupries <andreask@activestate.com>
72
73	* html.tcl (::html::css, ::html::js): New commands, implementing
74	  [SF Tcllib RFE 970878]. Reworked the internals to be cleaner.
75
76	* html.tcl (::html::doctype): New command, implements [SF Tcllib
77	  RFE 1494660], proposed by <robert_hicks@users.sourceforge.net>.
78	  Changed the implementation to be table-driven.
79
802006-01-29  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
81
82	* html.test: Fixed use of duplicate test names.
83
842006-01-22  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
85
86	* html.test: More boilerplate simplified via use of test support.
87
882006-01-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
89
90	* html.test: Hooked into the new common test support code.
91
922005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
93
94	*
95	* Released and tagged Tcllib 1.8 ========================
96	* 
97
982005-10-03  Andreas Kupries <andreask@activestate.com>
99
100	* html.tcl (::html::html_entities): Accepted the [SF Tcllib Patch
101	* html.tcl (::html::nl2br):         1294733], creating two small
102	* html.man:                         commands for the conversion of
103	* html.test:                        special characters to their
104	                                    entities, and line-endings to
105	                                    <br>. Extended documentation
106	                                    and testsuite.
107
1082005-01-19  Andreas Kupries <andreask@activestate.com>
109
110	* html.tcl (::html::font): Fixed [Tcllib SF Bug 1105010], reported
111	  by Luciano <lucianoes@users.sourceforge.net>. The parameters for
112	  the font tag were duplicated.
113	* html.test: Added tests for "html::font".
114
1152004-10-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
116
117	*
118	* Released and tagged Tcllib 1.7 ========================
119	* 
120
121Wed Sep 29 12:01:34 2004  Andreas Kupries <andreask@activestate.com>
122
123	* html.man: Accepted patch provided by Michael Schlenker
124 	  <mic42@users.sourceforge.net>, completes the documentation of
125 	  html::checkSet. This fixes [Tcllib SF Bug 898774].
126
1272004-05-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
128
129	*
130	* Released and tagged Tcllib 1.6.1 ========================
131	* 
132
1332004-02-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
134
135	*
136	* Released and tagged Tcllib 1.6 ========================
137	* 
138
1392003-05-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
140
141	*
142	* Released and tagged Tcllib 1.4 ========================
143	* 
144
1452003-04-11  Andreas Kupries  <andreask@activestate.com>
146
147	* pkgIndex.tcl:
148	* html.man:
149	* html.tcl: Fixed bug #614591. Set version of the package to to
150	  1.2.2. Fixed equivalent of bug #648679.
151
1522003-02-24  David N. Welton  <davidw@dedasys.com>
153
154	* html.tcl (html::quoteFormValue): Package requires Tcl 8.2 in any
155	case, so having an implementation of this proc for older Tcl
156	versions doesn't make much sense.
157
1582003-01-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
159
160	* html.man: More semantic markup, less visual one.
161
1622002-08-30  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
163
164	* html.tcl: Updated 'info exist' to 'info exists'.
165
1662002-06-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
167
168	* pkgIndex.tcl:
169	* html.tcl:
170	* html.n:
171	* html.man: Bumped to version 1.2.1.
172
1732002-04-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
174
175	* html.man: Added doctools manpage.
176
1772002-02-14  Joe English  <jenglish@users.sourceforge.net>
178
179	* html.n: Remove mention of (unimplemented, undocumented) 
180	  formatCode procedure (SF BUG #461434).
181
1822002-01-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
183
184	* Bumped version to 1.2
185
1862002-01-11  Andreas Kupries <andreas_kupries@users.sourceforge.net>
187
188	* html.n:
189	* html.tcl: Accepted patch #484117 provided by Decoster Jos
190	  <decosterjos@users.sourceforge.net> providing two new function
191	  to generated lists and parameterized table rows.
192
1932001-10-16  Andreas Kupries <andreas_kupries@users.sourceforge.net>
194
195	* html.n:
196	* html.test:
197	* html.tcl:
198	* pkgIndex.tcl: Version up to 1.1.1
199
2002001-08-01  Jeff Hobbs  <jeffh@ActiveState.com>
201
202	* html.tcl: added 8.1+ improved version of quoteFormValue.
203
2042001-07-10  Andreas Kupries <andreas_kupries@users.sourceforge.net>
205
206	* html.tcl: Frink 2.2 run, fixed dubious code.
207
2082001-06-19  Melissa Chawla <melissachawla@yahoo.com>
209
210	* modules/html/html.tcl: Added set and eval commands to this
211 	package.  These commands have the same syntax as those built in to
212 	Tcl, but they are reworked to return "" so they blend into HTML
213 	template files without appending unwanted results.  The html::set
214 	command must take two arguments.
215
2162001-06-15  Brent Welch <welch@panasas.com>
217
218	* modules/html/html.tcl: Updated the version to 1.1
219	Removed the "namespace export *" because you really do not
220	want to import these routines, especialy the new "if", "foreach", etc.
221
2222001-06-15  Melissa Chawla <melissachawla@yahoo.com>
223
224	* modules/html/html.tcl: Added if, for, foreach, and while control
225 	structures to this package.  The control structures have the same
226 	syntax as those built in to Tcl, but these are reworked to blend
227 	into HTML template files.  Rather than evaluating a body clause,
228 	we return the subst'ed body (concatenated to eachother in cases
229 	where multiple loop bodies were subst'ed).
230
231	Fixed minor bug in textInput that caused tests to fail.
232
2332000-08-22  Dan Kuchler <kuchler@ajubasolutions.com>
234
235        * modules/html/html.tcl:
236        Removed the 'html::resolveUrl' procedure because it provided
237        the same functionality as the uri::resolve function, only
238        html::resolveUrl was undocumented and untested and as a result
239        did not seem to work as well as uri::resolve.
240
2412000-07-31  Brent Welch <welch@scriptics.com>
242
243	* modules/html/html.tcl:
244	Changed html::textInput to take "args" for additional stuff to
245	put into the <text> tag instead of "defaultValue".  The ncgi
246	module now has ncgi::setDefaultValue for that purpose.
247
2482000-07-28  Brent Welch <welch@scriptics.com>
249
250	* modules/html/html.tcl, html.n: Added html::passwordInputRow
251
2522000-07-24  Brent Welch <welch@scriptics.com>
253
254	* modules/html/html.tcl: Fixed html::closeTag to tolerate
255	bad calls - when noone has called openTag on anything
256	or when the tag stack is empty.
257
2582000-06-04  Brent Welch <welch@scriptics.com>
259
260	* modules/html/html.tcl: Added html::headTag to add any tag
261	to the HEAD section generated by html::head.
262
2632000-05-16  Brent Welch <welch@scriptics.com>
264
265	* modules/html/html.tcl: Added html::refresh to generate
266	META tags that cause a page to refresh.
267
2682000-04-26  Brent Welch <welch@scriptics.com>
269
270	* html/html.tcl:  Added urlResove and urlParent URL parsing
271	routines.
272
2732000-04-26  Brent Welch <welch@scriptics.com>
274
275	* html/html.tcl: track name changes in ncgi
276
2772000-04-24  Brent Welch  <welch@scriptics.com>
278	
279	* html/html.tcl, html.test: Cleanup of procedure names in html package.
280	* html/html.n:	Updates to the man page
281	* html/html.test: 60% through tests
282
283