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
192008-08-05  Andreas Kupries  <andreask@activestate.com>
20
21	* irc.tcl (::irc::connection): Fixed [Bug 2038217], a
22	* irc.man: creative-writing problem. Bumped the package
23	* pkgIndex.tcl: version to 0.6.1.
24
252008-06-24  Pat Thoyts  <patthoyts@users.sourceforge.net>
26
27	* picoirc.tcl: Fixed ctcp responses (should use NOTICE).
28
292008-03-14  Andreas Kupries  <andreask@activestate.com>
30
31	* picoirc.man: Cleaned up a bit, replaced deprecated [nl] usage
32	  with [para].
33
342007-10-19  Pat Thoyts  <patthoyts@users.sourceforge.net>
35
36	* picoirc.man: Added an alternative that is somewhat simpler 
37	* picoirc.tcl: to embed in an application. Based upon the picoirc
38	               code posted to the wiki and as used in tkchat.
39
402007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
41
42	*
43	* Released and tagged Tcllib 1.10 ========================
44	* 
45
462007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
47
48	* irc.man: Fixed all warnings due to use of now deprecated
49	  commands. Added a section about how to give feedback.
50
512006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
52
53	*
54	* Released and tagged Tcllib 1.9 ========================
55	* 
56
572006-04-23  Pat Thoyts  <patthoyts@users.sourceforge.net>
58
59	* irc.tcl: Applied patch #1349154 by Kristoffer Lawson to add
60	* irc.man: a command to retrieve the socket in use.
61
622005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
63
64	*
65	* Released and tagged Tcllib 1.8 ========================
66	* 
67
682004-10-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
69
70	*
71	* Released and tagged Tcllib 1.7 ========================
72	* 
73
742004-09-24 Aaron Faupell <afaupell@users.sourceforge.net>
75
76	* irc.tcl: removed package require for logger and added config
77	option to use logger. removed backwards compatibility code from
78	connection and connect. added log and logname commands.
79
802004-09-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
81
82	* irc.tcl: Fixed expr'essions without braces.
83
842004-05-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
85
86	*
87	* Released and tagged Tcllib 1.6.1 ========================
88	* 
89
902004-02-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
91
92	*
93	* Released and tagged Tcllib 1.6 ========================
94	* 
95
962004-01-24  Andreas Kupries  <andreask@activestate.com>
97
98	* irc.man: Small documentation cleanups.
99
1002004-01-20 Aaron Faupell <afaupell@users.sourceforge.net>
101
102	* irc.tcl Fixed incorrect usage of linsert in previous change.
103	Removed uneeded state variable.
104
1052003-10-22  David N. Welton  <davidw@dedasys.com>
106
107	* irc.tcl (network): Fixed usage of eval - thanks to Jeff Hobbs.
108
1092003-07-27 Aaron Faupell <afaupell@users.sourceforge.net>
110	* irc.tcl removed catch around socket creation
111
1122003-07-02 Aaron Faupell <afaupell@users.sourceforge.net>
113	* irc.tcl fixed logger not being turned off if debug
114	was turned off prior to creating new connection.
115
1162003-07-02 Aaron Faupell
117	* irc.tcl moved cmd-reload to ::irc::reload. removed
118	unused nick variable.
119	* irc.man added all the recently created
120	commands to the man page.
121
122
1232003-06-30  David N. Welton  <davidw@dedasys.com>
124
125	* irc.tcl (::irc::connection): connection no longer takes
126	host/port arguments.  This is done by connect now.  Added note
127	that compatibility code for older versions should be removed after
128	a release cycle or two.  (Aaron Faupell)
129	(cmd-connect): connect command now takes hostname and port
130	arguments. (Aaron Faupell)
131	(cmd-reload): New command reloads irc.tcl file, making it possible
132	to make changes in a running system without losing the connection.
133	(::irc::connection): The unique namespace for irc connections no
134	longer includes the hostname. (Aaron Faupell)
135	(::irc::connections): New command - return list of existing
136	connections (Aaron Faupell).
137	(cmd-config): Per connection configuration (Aaron Faupell).
138	(cmd-peername): New command - get socket peername.
139	(cmd-sockname): New command - get socket name.
140	(cmd-disconnect): New command - disconnect the connection without
141	destroying it.
142
143	* irc.man: Updated the man page to reflect the new connect and
144	connection commands.
145
1462003-05-28  David N. Welton  <davidw@dedasys.com>
147
148	* irc.tcl (cmd-quit): Add default QUIT message.
149
1502003-05-25  David N. Welton  <davidw@dedasys.com>
151
152	* irc.tcl: Several cleanups/improvements by Aaron Faupell.
153	(cmd-getevent) Fixed typo.
154	(cmd-user): Added backwards compatible cmd-user.
155	(cmd-connect): Minor improvements/cleanup.
156	(GetEvent): Changed parsing of $line components.
157
1582003-05-22  Andreas Kupries  <andreask@activestate.com>
159
160	* irc.man: Fixed some typos in the manpage which prevented
161	  conversion.
162
1632003-05-17  David N. Welton  <davidw@dedasys.com>
164
165	* irc.man: Add key option to channel join command.  Provided by
166	  Aaron Faupell.
167
1682003-05-16  David N. Welton  <davidw@dedasys.com>
169
170	* irc.man: Added Aaron's updated documentation, including the new
171	  commands.
172
173	* irc.tcl: Lots of improvements by Aaron Faupell, including: new
174	  commands, and a new method of dispatching events.  Server PINGs
175	  (as opposed to CTCP PINGS) automatically generate a reply, as a
176	  convenience.  Version number 0.4.
177
1782003-05-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
179
180	*
181	* Released and tagged Tcllib 1.4 ========================
182	*
183
1842003-04-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
185
186	* irc.tcl: Accepted the patch in report [#718985] for a more
187	  robust 'GetEvent' routine. Provided by Donal Fellows
188	  <dkf@users.sourceforge.net>.
189
1902003-04-11  Andreas Kupries  <andreask@activestate.com>
191
192	* irc.man:
193	* irc.tcl:  Fixed bug #614591. Set version of the package to
194	  to 0.3 throughout. Was insonsistent.
195
1962003-01-25  David N. Welton  <davidw@dedasys.com>
197
198	* irc.tcl: Added Tcl requirement to package itself.
199
2002003-01-24  David N. Welton  <davidw@dedasys.com>
201
202	* pkgIndex.tcl: Added dependency on Tcl 8.3 in the pkgIndex.tcl
203	  file.  I'm not sure that this code won't work with earlier
204	  versions of Tcl, but 8.3 is all I have to test against.  Please
205	  let me know if you successfully run it with earlier versions.
206	  Fixes [674331].
207
2082003-01-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
209
210	* irc.man: More semantic markup, less visual one.
211
2122003-01-08  David N. Welton  <davidw@dedasys.com>
213
214	* irc.tcl: Make sure 'api' commands return strings, not lists.
215	  (DispatchServerEvent): Add a missing join, to keep
216
2172002-12-16  David N. Welton  <davidw@dedasys.com>
218
219	* irc.tcl: Use 'logger' package for error/debug reporting.
220	  Cleanups with regards to possible 'bgerror' situations (network
221	  input/output).  Bumped version number to 0.3.
222
2232002-04-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
224
225	* irc.man: Added doctools manpage.
226
2272002-02-14  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
228
229	* irc.tcl: Frink run.
230
231	* irc: Version is now 0.2 to distinguish this from the code in
232	  tcllib release 1.2
233
2342001-11-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
235
236	* irc.n:
237	* irc.tcl: Applied patch #481477.
238