Fix.
[ir-tcl-moved-to-github.git] / CHANGELOG
1 $Id: CHANGELOG,v 1.11 1996-01-11 11:41:13 adam Exp $
2
3 06/19/95 Release of ir-tcl-1.0b
4 ------------------------------------------------------
5 06/20/95 Cancel mechanism changed in client.tcl. After a cancel, the
6          interface becomes 'ready' immediately.
7
8 06/20/95 New setting: failInfo. It returns failback diagnostics.
9
10 06/21/95 Bitmaps (book[1-9]) moved to subdirectory bitmaps.
11
12 06/21/95 Install procedure change. GNU autoconf used to create the
13          Makefile. The user may type 'make install' to copy system files
14          to /usr/local/...
15
16 06/22/95 SUTRS. New setting, 'getSutrs', to retrieve a SUTRS record
17          as a Tcl string. 
18
19 06/22/95 Display format routines (line.tcl,medium.tcl,raw.tcl) changed
20          to handle display of SUTRS records. 
21
22 06/22/95 Preferred record syntax can be specified by the user in client.tcl.
23
24 06/26/95 ir-tk doesn't read client.tcl when no options are given. Instead
25          it works like wish. The demonstrating client is named 'irclient'
26          when installed in the directory with executables.
27
28 06/26/95 Release of ir-tcl-1.0b1
29 ------------------------------------------------------
30
31 06/27/95 Bug fix. The present response didn't always get proper
32          result-set info.
33
34 06/27/95 Bug fix. Action loadFile didn't set record type.
35
36 06/27/95 Bug fix. 'make install' fails on some systems.
37
38 06/27/95 Bug fix. In client.tcl: didn't observe non-surrogate diagnostics
39          when resultCount was non-zero.
40
41 06/29/95 IrTcl now works with both tk4.0b4/tcl7.4b4 and tk3.6/tcl7.3
42
43 06/30/95 The interpretation of MARC records is a little less strict, i.e.
44          a larger set of records are treated as being MARC.
45
46 08/04/95 Requests are queued when responses are pending.
47
48 08/24/95 Modified to work with yaz 1.0b3
49
50 08/24/95 IrTcl works with tk4.0 and tcl7.4.
51
52 08/28/95 Release of ir-tcl-1.0b2
53 ------------------------------------------------------
54 10/16/95 New setting: ElementSetNames
55
56 11/12/95 New setting: recordElements. This is used to get a record at
57          a position with a given element specification.
58
59 11/28/95 Release of ir-tcl-1.0
60 ------------------------------------------------------
61
62 04/01/96 New setting: eventType. Returns type of last event: connect, init,
63          search, present or scan.
64
65 10/01/96 Implemented APDU specific callback handlers: initResponse,
66          searchResponse, presentResponse and scanResponse.
67
68 11/01/96 Release of ir-tcl-1.1