Home » Personal collection » Acorn hard disk » apps » NetApps » !FreeTerm/ChangeLog

!FreeTerm/ChangeLog

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » apps » NetApps
Filename: !FreeTerm/ChangeLog
Read OK:
File size: 1AFF bytes
Load address: 0000
Exec address: 0000
File contents
FreeTerm v1.20
~~~~~~~~~~~~~~

 ****************************************************************************
 * Contact thowat@xargle.demon.co.uk with bug reports etc. When reporting a *
 * bug please mention all symptoms and accurately note all errors reported. *
 *   My e-mail address will be changing in September 1996, if you are not   *
 * how to get in contact take a look at the FreeTerm web pages which should *
 *   include a link to my latest address. http://www.angel.co.uk/ac/2020/   *
 ****************************************************************************


Notes
~~~~~
  The flags option does nothing.

Bugs
~~~~
  * There are unverified problems with Gnome's resolver and numeric addresses

Wishlist (may be done someday, depends on how much free time I have)
~~~~~~~~
  * Split screen chat style operation
  * Line editor

History
~~~~~~~
Version 1.20 (Freeware) (29th May 1996)

   * Wimpslot adjusted to 200k, should avoid any font handling problems
   * Funky palette editor now more reliable
   * Fixed minor bug in keypad menu option ticking

Version 1.12n Beta (Limited distribution) (21st April 1996)

  * New version of SICKterm
    Finder support
    VT100 keypad

Version 1.12m Beta (Limited distribution) (5th April 1996)

  * Hot list displayed upon right click on icon.
  * AutoRun directory added, all files in this directory are started as
    wimp tasks when FreeTerm is loaded.
  * Funky palette editor completed.

Version 1.12l Beta (Beta Release) (13 Dec 1995)

  * Configuration dialogue pop-up menus for height, width and history are now
    ticked correctly. Palette and font menus are as before, they'll be fixed
    soon.
  * New version of SICKterm
    Screen depth/eigenvalue changes now dealt with properly
    DragASprite used for selection drags
    Selection drags within same window no longer cause paste
    Selection saveas box
    Fully internationalised
    No more menu files
    Menu widths on older machines should be correct
  * VTLib like session finder added, not linked through to SICKterm yet.
  * Bugfix: Debug calls now terminate lines properly
  * Now allows the user to add hotlist entries with ports not on the ports
    hotlist.
  * Bugfix: No longer tries to connect to "" when a duplicate freeterm is
    started and no parameters are supplied to the new copy.
  * Bugfix: Defaults to telnet URL when no port is specified in a URL rather
    than attempting to use the null string as a service name.

Version 1.12k Beta (Beta Release) (23 Nov 1995)

  * Client argument capabilities added to CLI and added to session triggering.
  * Telnet auto close when session ends added.
  * Finger client included
  * Parameter ability added to connect dialogue
  * Some redundant code binned

Version 1.12j Gamma (Limited Distribution) (8 Nov 1995)

  * New SICKterm, fixing line mode problems.

Version 1.12i Gamma (Limited Distribution) (26 Oct 1995)

  * Language options added

Version 1.12h Gamma (Limited Distribution) (19 Oct 1995)

  * Hotlist alteration code debugged

Version 1.12g Gamma (Limited distribution)

  * Altered configuration code, with version identification.

Version 1.12f Gamma (Limited distribution) (30 Aug 1995)

  * atexit now no longer used.
  * weird connect/configure interactions fixed.
  * slightly more sensible version numbering 8)

Version 1.12b Gamma/bx (Limited distribution) (21 Aug 1995)

  * Responds to ArcWeb requests for telnet URLs
  * Only one connection initiation window may be open at once.

Version 1.12b Gamma/ax (Limited distribution)

  * Customisation for SICKTerm
  * Occasional pop up menu problems fixed
  * Configuration window added
  * improved list functionality
  * no longer checks for port entries after the same numeric port
  * session triggering via WIMP messages
    NOTE: _very_ beta, don't even think of using it yet. 8)
  * Only one copy may be loaded, CLI session opens are passed to existing
    copy.
  * No longer crashes when 'Hotlist' on iconbar is clicked (not in submenu)
  * Other smaller changes too numerous to mention.

Version 1.12b Gamma (Limited distribution)

  * Now using SICKTerm by Merlin Hughes

Version 1.12b (30 May 1995)

  * telnet.c
    0.12 & 0.12a Failed to close sockets with socket descriptor zero.
    This has been fixed.

Version 1.12a

  * main.c, misc.[ch]
    -nopop switch added, allows disabling of 'Resolving...' dialogue boxes
    and reports domain errors via werr if present.

  * list.c
    Potential nastyness corrected.

  * core.c
    Telnet now copies the host/port string before munging for its own use.
    This caused problems with hostname aliases, these were expanded in
    telnet.c into full hostnames, writing over the original parameter
    string. Fine, usually. However, clicks on the hot list where there
    are two entries pass pointers to FreeTerm's parts of malloced
    hostlist structures, so telnet.c would happily overwrite other
    malloced variables etc, causing untold horridness. Incidentally I
    did try to preserve the port/host strings in core.c but strcpy did
    not work properly, this could mean there is yet more fun to come,
    or it could be a bug in the compiler.
    Thanks to Reuben Thomas (rrt1001@cus.cam.ac.uk) for pointing this
    one out.

  * main.c, lists.c
    A few bits moved into Resources, system variables used to point at
    configurations etc. to reduce headaches for non FreeNet users.

Version 1.12 (22 May 1995)

  * terminal.[ch], telnet.c
    User is now informed of remote closes via terminal rather than werr.

  * terminal.c
    Close confirmation added.

  * iconbar.c, main.c, added core.c
    _Very_ basic core structure added.

  * misc.[ch], telnet.c, iconbar.c
    inform routines added for normal errors (ie domain look up fails) and
    status reporting for domain lookups. Non serious error window uses
    L validation string, so thanks to some pathetic coding in OS 3.5 it
    isn't rendered too well when a wimp outline font is used. Acorn have
    promised a fix....

  * iconbar.c, lists.[ch], misc.[ch]
    Iconbar menu gained hotlist item, menu as per host menu in dbox, if
    no default port for entry the dbox is opened upon selecting the option,
    otherwise a connection is opened.

  * iconbar.c
    Rejects connect attempts with no hostname

  * main.c
    Task name changed to FreeTerm, iconised window sprite added

  * iconbar.c changed, lists.[ch] and misc.[ch] added
    Pop up menus added in connect dbox.

  * telnet.c
    The port string is now lowered before passing for service look up.
    Error generation if port string not found in services list improved.

Version 0.11

  * Messages
    Changed version to 0.11.

  * telnet.[ch]
    Fixed bug in options negotiation caused by options state array being
    one entry too small.

Version 0.10

  * Messages
    Changed version to 0.10 for first properly numbered version.

00000000  46 72 65 65 54 65 72 6d  20 76 31 2e 32 30 0a 7e  |FreeTerm v1.20.~|
00000010  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 0a 0a 20  |~~~~~~~~~~~~~.. |
00000020  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000060  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 0a 20 2a 20  |************. * |
00000070  43 6f 6e 74 61 63 74 20  74 68 6f 77 61 74 40 78  |Contact thowat@x|
00000080  61 72 67 6c 65 2e 64 65  6d 6f 6e 2e 63 6f 2e 75  |argle.demon.co.u|
00000090  6b 20 77 69 74 68 20 62  75 67 20 72 65 70 6f 72  |k with bug repor|
000000a0  74 73 20 65 74 63 2e 20  57 68 65 6e 20 72 65 70  |ts etc. When rep|
000000b0  6f 72 74 69 6e 67 20 61  20 2a 0a 20 2a 20 62 75  |orting a *. * bu|
000000c0  67 20 70 6c 65 61 73 65  20 6d 65 6e 74 69 6f 6e  |g please mention|
000000d0  20 61 6c 6c 20 73 79 6d  70 74 6f 6d 73 20 61 6e  | all symptoms an|
000000e0  64 20 61 63 63 75 72 61  74 65 6c 79 20 6e 6f 74  |d accurately not|
000000f0  65 20 61 6c 6c 20 65 72  72 6f 72 73 20 72 65 70  |e all errors rep|
00000100  6f 72 74 65 64 2e 20 2a  0a 20 2a 20 20 20 4d 79  |orted. *. *   My|
00000110  20 65 2d 6d 61 69 6c 20  61 64 64 72 65 73 73 20  | e-mail address |
00000120  77 69 6c 6c 20 62 65 20  63 68 61 6e 67 69 6e 67  |will be changing|
00000130  20 69 6e 20 53 65 70 74  65 6d 62 65 72 20 31 39  | in September 19|
00000140  39 36 2c 20 69 66 20 79  6f 75 20 61 72 65 20 6e  |96, if you are n|
00000150  6f 74 20 20 20 2a 0a 20  2a 20 68 6f 77 20 74 6f  |ot   *. * how to|
00000160  20 67 65 74 20 69 6e 20  63 6f 6e 74 61 63 74 20  | get in contact |
00000170  74 61 6b 65 20 61 20 6c  6f 6f 6b 20 61 74 20 74  |take a look at t|
00000180  68 65 20 46 72 65 65 54  65 72 6d 20 77 65 62 20  |he FreeTerm web |
00000190  70 61 67 65 73 20 77 68  69 63 68 20 73 68 6f 75  |pages which shou|
000001a0  6c 64 20 2a 0a 20 2a 20  20 20 69 6e 63 6c 75 64  |ld *. *   includ|
000001b0  65 20 61 20 6c 69 6e 6b  20 74 6f 20 6d 79 20 6c  |e a link to my l|
000001c0  61 74 65 73 74 20 61 64  64 72 65 73 73 2e 20 68  |atest address. h|
000001d0  74 74 70 3a 2f 2f 77 77  77 2e 61 6e 67 65 6c 2e  |ttp://www.angel.|
000001e0  63 6f 2e 75 6b 2f 61 63  2f 32 30 32 30 2f 20 20  |co.uk/ac/2020/  |
000001f0  20 2a 0a 20 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  | *. ************|
00000200  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000240  0a 0a 0a 4e 6f 74 65 73  0a 7e 7e 7e 7e 7e 0a 20  |...Notes.~~~~~. |
00000250  20 54 68 65 20 66 6c 61  67 73 20 6f 70 74 69 6f  | The flags optio|
00000260  6e 20 64 6f 65 73 20 6e  6f 74 68 69 6e 67 2e 0a  |n does nothing..|
00000270  0a 42 75 67 73 0a 7e 7e  7e 7e 0a 20 20 2a 20 54  |.Bugs.~~~~.  * T|
00000280  68 65 72 65 20 61 72 65  20 75 6e 76 65 72 69 66  |here are unverif|
00000290  69 65 64 20 70 72 6f 62  6c 65 6d 73 20 77 69 74  |ied problems wit|
000002a0  68 20 47 6e 6f 6d 65 27  73 20 72 65 73 6f 6c 76  |h Gnome's resolv|
000002b0  65 72 20 61 6e 64 20 6e  75 6d 65 72 69 63 20 61  |er and numeric a|
000002c0  64 64 72 65 73 73 65 73  0a 0a 57 69 73 68 6c 69  |ddresses..Wishli|
000002d0  73 74 20 28 6d 61 79 20  62 65 20 64 6f 6e 65 20  |st (may be done |
000002e0  73 6f 6d 65 64 61 79 2c  20 64 65 70 65 6e 64 73  |someday, depends|
000002f0  20 6f 6e 20 68 6f 77 20  6d 75 63 68 20 66 72 65  | on how much fre|
00000300  65 20 74 69 6d 65 20 49  20 68 61 76 65 29 0a 7e  |e time I have).~|
00000310  7e 7e 7e 7e 7e 7e 7e 0a  20 20 2a 20 53 70 6c 69  |~~~~~~~.  * Spli|
00000320  74 20 73 63 72 65 65 6e  20 63 68 61 74 20 73 74  |t screen chat st|
00000330  79 6c 65 20 6f 70 65 72  61 74 69 6f 6e 0a 20 20  |yle operation.  |
00000340  2a 20 4c 69 6e 65 20 65  64 69 74 6f 72 0a 0a 48  |* Line editor..H|
00000350  69 73 74 6f 72 79 0a 7e  7e 7e 7e 7e 7e 7e 0a 56  |istory.~~~~~~~.V|
00000360  65 72 73 69 6f 6e 20 31  2e 32 30 20 28 46 72 65  |ersion 1.20 (Fre|
00000370  65 77 61 72 65 29 20 28  32 39 74 68 20 4d 61 79  |eware) (29th May|
00000380  20 31 39 39 36 29 0a 0a  20 20 20 2a 20 57 69 6d  | 1996)..   * Wim|
00000390  70 73 6c 6f 74 20 61 64  6a 75 73 74 65 64 20 74  |pslot adjusted t|
000003a0  6f 20 32 30 30 6b 2c 20  73 68 6f 75 6c 64 20 61  |o 200k, should a|
000003b0  76 6f 69 64 20 61 6e 79  20 66 6f 6e 74 20 68 61  |void any font ha|
000003c0  6e 64 6c 69 6e 67 20 70  72 6f 62 6c 65 6d 73 0a  |ndling problems.|
000003d0  20 20 20 2a 20 46 75 6e  6b 79 20 70 61 6c 65 74  |   * Funky palet|
000003e0  74 65 20 65 64 69 74 6f  72 20 6e 6f 77 20 6d 6f  |te editor now mo|
000003f0  72 65 20 72 65 6c 69 61  62 6c 65 0a 20 20 20 2a  |re reliable.   *|
00000400  20 46 69 78 65 64 20 6d  69 6e 6f 72 20 62 75 67  | Fixed minor bug|
00000410  20 69 6e 20 6b 65 79 70  61 64 20 6d 65 6e 75 20  | in keypad menu |
00000420  6f 70 74 69 6f 6e 20 74  69 63 6b 69 6e 67 0a 0a  |option ticking..|
00000430  56 65 72 73 69 6f 6e 20  31 2e 31 32 6e 20 42 65  |Version 1.12n Be|
00000440  74 61 20 28 4c 69 6d 69  74 65 64 20 64 69 73 74  |ta (Limited dist|
00000450  72 69 62 75 74 69 6f 6e  29 20 28 32 31 73 74 20  |ribution) (21st |
00000460  41 70 72 69 6c 20 31 39  39 36 29 0a 0a 20 20 2a  |April 1996)..  *|
00000470  20 4e 65 77 20 76 65 72  73 69 6f 6e 20 6f 66 20  | New version of |
00000480  53 49 43 4b 74 65 72 6d  0a 20 20 20 20 46 69 6e  |SICKterm.    Fin|
00000490  64 65 72 20 73 75 70 70  6f 72 74 0a 20 20 20 20  |der support.    |
000004a0  56 54 31 30 30 20 6b 65  79 70 61 64 0a 0a 56 65  |VT100 keypad..Ve|
000004b0  72 73 69 6f 6e 20 31 2e  31 32 6d 20 42 65 74 61  |rsion 1.12m Beta|
000004c0  20 28 4c 69 6d 69 74 65  64 20 64 69 73 74 72 69  | (Limited distri|
000004d0  62 75 74 69 6f 6e 29 20  28 35 74 68 20 41 70 72  |bution) (5th Apr|
000004e0  69 6c 20 31 39 39 36 29  0a 0a 20 20 2a 20 48 6f  |il 1996)..  * Ho|
000004f0  74 20 6c 69 73 74 20 64  69 73 70 6c 61 79 65 64  |t list displayed|
00000500  20 75 70 6f 6e 20 72 69  67 68 74 20 63 6c 69 63  | upon right clic|
00000510  6b 20 6f 6e 20 69 63 6f  6e 2e 0a 20 20 2a 20 41  |k on icon..  * A|
00000520  75 74 6f 52 75 6e 20 64  69 72 65 63 74 6f 72 79  |utoRun directory|
00000530  20 61 64 64 65 64 2c 20  61 6c 6c 20 66 69 6c 65  | added, all file|
00000540  73 20 69 6e 20 74 68 69  73 20 64 69 72 65 63 74  |s in this direct|
00000550  6f 72 79 20 61 72 65 20  73 74 61 72 74 65 64 20  |ory are started |
00000560  61 73 0a 20 20 20 20 77  69 6d 70 20 74 61 73 6b  |as.    wimp task|
00000570  73 20 77 68 65 6e 20 46  72 65 65 54 65 72 6d 20  |s when FreeTerm |
00000580  69 73 20 6c 6f 61 64 65  64 2e 0a 20 20 2a 20 46  |is loaded..  * F|
00000590  75 6e 6b 79 20 70 61 6c  65 74 74 65 20 65 64 69  |unky palette edi|
000005a0  74 6f 72 20 63 6f 6d 70  6c 65 74 65 64 2e 0a 0a  |tor completed...|
000005b0  56 65 72 73 69 6f 6e 20  31 2e 31 32 6c 20 42 65  |Version 1.12l Be|
000005c0  74 61 20 28 42 65 74 61  20 52 65 6c 65 61 73 65  |ta (Beta Release|
000005d0  29 20 28 31 33 20 44 65  63 20 31 39 39 35 29 0a  |) (13 Dec 1995).|
000005e0  0a 20 20 2a 20 43 6f 6e  66 69 67 75 72 61 74 69  |.  * Configurati|
000005f0  6f 6e 20 64 69 61 6c 6f  67 75 65 20 70 6f 70 2d  |on dialogue pop-|
00000600  75 70 20 6d 65 6e 75 73  20 66 6f 72 20 68 65 69  |up menus for hei|
00000610  67 68 74 2c 20 77 69 64  74 68 20 61 6e 64 20 68  |ght, width and h|
00000620  69 73 74 6f 72 79 20 61  72 65 20 6e 6f 77 0a 20  |istory are now. |
00000630  20 20 20 74 69 63 6b 65  64 20 63 6f 72 72 65 63  |   ticked correc|
00000640  74 6c 79 2e 20 50 61 6c  65 74 74 65 20 61 6e 64  |tly. Palette and|
00000650  20 66 6f 6e 74 20 6d 65  6e 75 73 20 61 72 65 20  | font menus are |
00000660  61 73 20 62 65 66 6f 72  65 2c 20 74 68 65 79 27  |as before, they'|
00000670  6c 6c 20 62 65 20 66 69  78 65 64 0a 20 20 20 20  |ll be fixed.    |
00000680  73 6f 6f 6e 2e 0a 20 20  2a 20 4e 65 77 20 76 65  |soon..  * New ve|
00000690  72 73 69 6f 6e 20 6f 66  20 53 49 43 4b 74 65 72  |rsion of SICKter|
000006a0  6d 0a 20 20 20 20 53 63  72 65 65 6e 20 64 65 70  |m.    Screen dep|
000006b0  74 68 2f 65 69 67 65 6e  76 61 6c 75 65 20 63 68  |th/eigenvalue ch|
000006c0  61 6e 67 65 73 20 6e 6f  77 20 64 65 61 6c 74 20  |anges now dealt |
000006d0  77 69 74 68 20 70 72 6f  70 65 72 6c 79 0a 20 20  |with properly.  |
000006e0  20 20 44 72 61 67 41 53  70 72 69 74 65 20 75 73  |  DragASprite us|
000006f0  65 64 20 66 6f 72 20 73  65 6c 65 63 74 69 6f 6e  |ed for selection|
00000700  20 64 72 61 67 73 0a 20  20 20 20 53 65 6c 65 63  | drags.    Selec|
00000710  74 69 6f 6e 20 64 72 61  67 73 20 77 69 74 68 69  |tion drags withi|
00000720  6e 20 73 61 6d 65 20 77  69 6e 64 6f 77 20 6e 6f  |n same window no|
00000730  20 6c 6f 6e 67 65 72 20  63 61 75 73 65 20 70 61  | longer cause pa|
00000740  73 74 65 0a 20 20 20 20  53 65 6c 65 63 74 69 6f  |ste.    Selectio|
00000750  6e 20 73 61 76 65 61 73  20 62 6f 78 0a 20 20 20  |n saveas box.   |
00000760  20 46 75 6c 6c 79 20 69  6e 74 65 72 6e 61 74 69  | Fully internati|
00000770  6f 6e 61 6c 69 73 65 64  0a 20 20 20 20 4e 6f 20  |onalised.    No |
00000780  6d 6f 72 65 20 6d 65 6e  75 20 66 69 6c 65 73 0a  |more menu files.|
00000790  20 20 20 20 4d 65 6e 75  20 77 69 64 74 68 73 20  |    Menu widths |
000007a0  6f 6e 20 6f 6c 64 65 72  20 6d 61 63 68 69 6e 65  |on older machine|
000007b0  73 20 73 68 6f 75 6c 64  20 62 65 20 63 6f 72 72  |s should be corr|
000007c0  65 63 74 0a 20 20 2a 20  56 54 4c 69 62 20 6c 69  |ect.  * VTLib li|
000007d0  6b 65 20 73 65 73 73 69  6f 6e 20 66 69 6e 64 65  |ke session finde|
000007e0  72 20 61 64 64 65 64 2c  20 6e 6f 74 20 6c 69 6e  |r added, not lin|
000007f0  6b 65 64 20 74 68 72 6f  75 67 68 20 74 6f 20 53  |ked through to S|
00000800  49 43 4b 74 65 72 6d 20  79 65 74 2e 0a 20 20 2a  |ICKterm yet..  *|
00000810  20 42 75 67 66 69 78 3a  20 44 65 62 75 67 20 63  | Bugfix: Debug c|
00000820  61 6c 6c 73 20 6e 6f 77  20 74 65 72 6d 69 6e 61  |alls now termina|
00000830  74 65 20 6c 69 6e 65 73  20 70 72 6f 70 65 72 6c  |te lines properl|
00000840  79 0a 20 20 2a 20 4e 6f  77 20 61 6c 6c 6f 77 73  |y.  * Now allows|
00000850  20 74 68 65 20 75 73 65  72 20 74 6f 20 61 64 64  | the user to add|
00000860  20 68 6f 74 6c 69 73 74  20 65 6e 74 72 69 65 73  | hotlist entries|
00000870  20 77 69 74 68 20 70 6f  72 74 73 20 6e 6f 74 20  | with ports not |
00000880  6f 6e 20 74 68 65 20 70  6f 72 74 73 0a 20 20 20  |on the ports.   |
00000890  20 68 6f 74 6c 69 73 74  2e 0a 20 20 2a 20 42 75  | hotlist..  * Bu|
000008a0  67 66 69 78 3a 20 4e 6f  20 6c 6f 6e 67 65 72 20  |gfix: No longer |
000008b0  74 72 69 65 73 20 74 6f  20 63 6f 6e 6e 65 63 74  |tries to connect|
000008c0  20 74 6f 20 22 22 20 77  68 65 6e 20 61 20 64 75  | to "" when a du|
000008d0  70 6c 69 63 61 74 65 20  66 72 65 65 74 65 72 6d  |plicate freeterm|
000008e0  20 69 73 0a 20 20 20 20  73 74 61 72 74 65 64 20  | is.    started |
000008f0  61 6e 64 20 6e 6f 20 70  61 72 61 6d 65 74 65 72  |and no parameter|
00000900  73 20 61 72 65 20 73 75  70 70 6c 69 65 64 20 74  |s are supplied t|
00000910  6f 20 74 68 65 20 6e 65  77 20 63 6f 70 79 2e 0a  |o the new copy..|
00000920  20 20 2a 20 42 75 67 66  69 78 3a 20 44 65 66 61  |  * Bugfix: Defa|
00000930  75 6c 74 73 20 74 6f 20  74 65 6c 6e 65 74 20 55  |ults to telnet U|
00000940  52 4c 20 77 68 65 6e 20  6e 6f 20 70 6f 72 74 20  |RL when no port |
00000950  69 73 20 73 70 65 63 69  66 69 65 64 20 69 6e 20  |is specified in |
00000960  61 20 55 52 4c 20 72 61  74 68 65 72 0a 20 20 20  |a URL rather.   |
00000970  20 74 68 61 6e 20 61 74  74 65 6d 70 74 69 6e 67  | than attempting|
00000980  20 74 6f 20 75 73 65 20  74 68 65 20 6e 75 6c 6c  | to use the null|
00000990  20 73 74 72 69 6e 67 20  61 73 20 61 20 73 65 72  | string as a ser|
000009a0  76 69 63 65 20 6e 61 6d  65 2e 0a 0a 56 65 72 73  |vice name...Vers|
000009b0  69 6f 6e 20 31 2e 31 32  6b 20 42 65 74 61 20 28  |ion 1.12k Beta (|
000009c0  42 65 74 61 20 52 65 6c  65 61 73 65 29 20 28 32  |Beta Release) (2|
000009d0  33 20 4e 6f 76 20 31 39  39 35 29 0a 0a 20 20 2a  |3 Nov 1995)..  *|
000009e0  20 43 6c 69 65 6e 74 20  61 72 67 75 6d 65 6e 74  | Client argument|
000009f0  20 63 61 70 61 62 69 6c  69 74 69 65 73 20 61 64  | capabilities ad|
00000a00  64 65 64 20 74 6f 20 43  4c 49 20 61 6e 64 20 61  |ded to CLI and a|
00000a10  64 64 65 64 20 74 6f 20  73 65 73 73 69 6f 6e 20  |dded to session |
00000a20  74 72 69 67 67 65 72 69  6e 67 2e 0a 20 20 2a 20  |triggering..  * |
00000a30  54 65 6c 6e 65 74 20 61  75 74 6f 20 63 6c 6f 73  |Telnet auto clos|
00000a40  65 20 77 68 65 6e 20 73  65 73 73 69 6f 6e 20 65  |e when session e|
00000a50  6e 64 73 20 61 64 64 65  64 2e 0a 20 20 2a 20 46  |nds added..  * F|
00000a60  69 6e 67 65 72 20 63 6c  69 65 6e 74 20 69 6e 63  |inger client inc|
00000a70  6c 75 64 65 64 0a 20 20  2a 20 50 61 72 61 6d 65  |luded.  * Parame|
00000a80  74 65 72 20 61 62 69 6c  69 74 79 20 61 64 64 65  |ter ability adde|
00000a90  64 20 74 6f 20 63 6f 6e  6e 65 63 74 20 64 69 61  |d to connect dia|
00000aa0  6c 6f 67 75 65 0a 20 20  2a 20 53 6f 6d 65 20 72  |logue.  * Some r|
00000ab0  65 64 75 6e 64 61 6e 74  20 63 6f 64 65 20 62 69  |edundant code bi|
00000ac0  6e 6e 65 64 0a 0a 56 65  72 73 69 6f 6e 20 31 2e  |nned..Version 1.|
00000ad0  31 32 6a 20 47 61 6d 6d  61 20 28 4c 69 6d 69 74  |12j Gamma (Limit|
00000ae0  65 64 20 44 69 73 74 72  69 62 75 74 69 6f 6e 29  |ed Distribution)|
00000af0  20 28 38 20 4e 6f 76 20  31 39 39 35 29 0a 0a 20  | (8 Nov 1995).. |
00000b00  20 2a 20 4e 65 77 20 53  49 43 4b 74 65 72 6d 2c  | * New SICKterm,|
00000b10  20 66 69 78 69 6e 67 20  6c 69 6e 65 20 6d 6f 64  | fixing line mod|
00000b20  65 20 70 72 6f 62 6c 65  6d 73 2e 0a 0a 56 65 72  |e problems...Ver|
00000b30  73 69 6f 6e 20 31 2e 31  32 69 20 47 61 6d 6d 61  |sion 1.12i Gamma|
00000b40  20 28 4c 69 6d 69 74 65  64 20 44 69 73 74 72 69  | (Limited Distri|
00000b50  62 75 74 69 6f 6e 29 20  28 32 36 20 4f 63 74 20  |bution) (26 Oct |
00000b60  31 39 39 35 29 0a 0a 20  20 2a 20 4c 61 6e 67 75  |1995)..  * Langu|
00000b70  61 67 65 20 6f 70 74 69  6f 6e 73 20 61 64 64 65  |age options adde|
00000b80  64 0a 0a 56 65 72 73 69  6f 6e 20 31 2e 31 32 68  |d..Version 1.12h|
00000b90  20 47 61 6d 6d 61 20 28  4c 69 6d 69 74 65 64 20  | Gamma (Limited |
00000ba0  44 69 73 74 72 69 62 75  74 69 6f 6e 29 20 28 31  |Distribution) (1|
00000bb0  39 20 4f 63 74 20 31 39  39 35 29 0a 0a 20 20 2a  |9 Oct 1995)..  *|
00000bc0  20 48 6f 74 6c 69 73 74  20 61 6c 74 65 72 61 74  | Hotlist alterat|
00000bd0  69 6f 6e 20 63 6f 64 65  20 64 65 62 75 67 67 65  |ion code debugge|
00000be0  64 0a 0a 56 65 72 73 69  6f 6e 20 31 2e 31 32 67  |d..Version 1.12g|
00000bf0  20 47 61 6d 6d 61 20 28  4c 69 6d 69 74 65 64 20  | Gamma (Limited |
00000c00  64 69 73 74 72 69 62 75  74 69 6f 6e 29 0a 0a 20  |distribution).. |
00000c10  20 2a 20 41 6c 74 65 72  65 64 20 63 6f 6e 66 69  | * Altered confi|
00000c20  67 75 72 61 74 69 6f 6e  20 63 6f 64 65 2c 20 77  |guration code, w|
00000c30  69 74 68 20 76 65 72 73  69 6f 6e 20 69 64 65 6e  |ith version iden|
00000c40  74 69 66 69 63 61 74 69  6f 6e 2e 0a 0a 56 65 72  |tification...Ver|
00000c50  73 69 6f 6e 20 31 2e 31  32 66 20 47 61 6d 6d 61  |sion 1.12f Gamma|
00000c60  20 28 4c 69 6d 69 74 65  64 20 64 69 73 74 72 69  | (Limited distri|
00000c70  62 75 74 69 6f 6e 29 20  28 33 30 20 41 75 67 20  |bution) (30 Aug |
00000c80  31 39 39 35 29 0a 0a 20  20 2a 20 61 74 65 78 69  |1995)..  * atexi|
00000c90  74 20 6e 6f 77 20 6e 6f  20 6c 6f 6e 67 65 72 20  |t now no longer |
00000ca0  75 73 65 64 2e 0a 20 20  2a 20 77 65 69 72 64 20  |used..  * weird |
00000cb0  63 6f 6e 6e 65 63 74 2f  63 6f 6e 66 69 67 75 72  |connect/configur|
00000cc0  65 20 69 6e 74 65 72 61  63 74 69 6f 6e 73 20 66  |e interactions f|
00000cd0  69 78 65 64 2e 0a 20 20  2a 20 73 6c 69 67 68 74  |ixed..  * slight|
00000ce0  6c 79 20 6d 6f 72 65 20  73 65 6e 73 69 62 6c 65  |ly more sensible|
00000cf0  20 76 65 72 73 69 6f 6e  20 6e 75 6d 62 65 72 69  | version numberi|
00000d00  6e 67 20 38 29 0a 0a 56  65 72 73 69 6f 6e 20 31  |ng 8)..Version 1|
00000d10  2e 31 32 62 20 47 61 6d  6d 61 2f 62 78 20 28 4c  |.12b Gamma/bx (L|
00000d20  69 6d 69 74 65 64 20 64  69 73 74 72 69 62 75 74  |imited distribut|
00000d30  69 6f 6e 29 20 28 32 31  20 41 75 67 20 31 39 39  |ion) (21 Aug 199|
00000d40  35 29 0a 0a 20 20 2a 20  52 65 73 70 6f 6e 64 73  |5)..  * Responds|
00000d50  20 74 6f 20 41 72 63 57  65 62 20 72 65 71 75 65  | to ArcWeb reque|
00000d60  73 74 73 20 66 6f 72 20  74 65 6c 6e 65 74 20 55  |sts for telnet U|
00000d70  52 4c 73 0a 20 20 2a 20  4f 6e 6c 79 20 6f 6e 65  |RLs.  * Only one|
00000d80  20 63 6f 6e 6e 65 63 74  69 6f 6e 20 69 6e 69 74  | connection init|
00000d90  69 61 74 69 6f 6e 20 77  69 6e 64 6f 77 20 6d 61  |iation window ma|
00000da0  79 20 62 65 20 6f 70 65  6e 20 61 74 20 6f 6e 63  |y be open at onc|
00000db0  65 2e 0a 0a 56 65 72 73  69 6f 6e 20 31 2e 31 32  |e...Version 1.12|
00000dc0  62 20 47 61 6d 6d 61 2f  61 78 20 28 4c 69 6d 69  |b Gamma/ax (Limi|
00000dd0  74 65 64 20 64 69 73 74  72 69 62 75 74 69 6f 6e  |ted distribution|
00000de0  29 0a 0a 20 20 2a 20 43  75 73 74 6f 6d 69 73 61  |)..  * Customisa|
00000df0  74 69 6f 6e 20 66 6f 72  20 53 49 43 4b 54 65 72  |tion for SICKTer|
00000e00  6d 0a 20 20 2a 20 4f 63  63 61 73 69 6f 6e 61 6c  |m.  * Occasional|
00000e10  20 70 6f 70 20 75 70 20  6d 65 6e 75 20 70 72 6f  | pop up menu pro|
00000e20  62 6c 65 6d 73 20 66 69  78 65 64 0a 20 20 2a 20  |blems fixed.  * |
00000e30  43 6f 6e 66 69 67 75 72  61 74 69 6f 6e 20 77 69  |Configuration wi|
00000e40  6e 64 6f 77 20 61 64 64  65 64 0a 20 20 2a 20 69  |ndow added.  * i|
00000e50  6d 70 72 6f 76 65 64 20  6c 69 73 74 20 66 75 6e  |mproved list fun|
00000e60  63 74 69 6f 6e 61 6c 69  74 79 0a 20 20 2a 20 6e  |ctionality.  * n|
00000e70  6f 20 6c 6f 6e 67 65 72  20 63 68 65 63 6b 73 20  |o longer checks |
00000e80  66 6f 72 20 70 6f 72 74  20 65 6e 74 72 69 65 73  |for port entries|
00000e90  20 61 66 74 65 72 20 74  68 65 20 73 61 6d 65 20  | after the same |
00000ea0  6e 75 6d 65 72 69 63 20  70 6f 72 74 0a 20 20 2a  |numeric port.  *|
00000eb0  20 73 65 73 73 69 6f 6e  20 74 72 69 67 67 65 72  | session trigger|
00000ec0  69 6e 67 20 76 69 61 20  57 49 4d 50 20 6d 65 73  |ing via WIMP mes|
00000ed0  73 61 67 65 73 0a 20 20  20 20 4e 4f 54 45 3a 20  |sages.    NOTE: |
00000ee0  5f 76 65 72 79 5f 20 62  65 74 61 2c 20 64 6f 6e  |_very_ beta, don|
00000ef0  27 74 20 65 76 65 6e 20  74 68 69 6e 6b 20 6f 66  |'t even think of|
00000f00  20 75 73 69 6e 67 20 69  74 20 79 65 74 2e 20 38  | using it yet. 8|
00000f10  29 0a 20 20 2a 20 4f 6e  6c 79 20 6f 6e 65 20 63  |).  * Only one c|
00000f20  6f 70 79 20 6d 61 79 20  62 65 20 6c 6f 61 64 65  |opy may be loade|
00000f30  64 2c 20 43 4c 49 20 73  65 73 73 69 6f 6e 20 6f  |d, CLI session o|
00000f40  70 65 6e 73 20 61 72 65  20 70 61 73 73 65 64 20  |pens are passed |
00000f50  74 6f 20 65 78 69 73 74  69 6e 67 0a 20 20 20 20  |to existing.    |
00000f60  63 6f 70 79 2e 0a 20 20  2a 20 4e 6f 20 6c 6f 6e  |copy..  * No lon|
00000f70  67 65 72 20 63 72 61 73  68 65 73 20 77 68 65 6e  |ger crashes when|
00000f80  20 27 48 6f 74 6c 69 73  74 27 20 6f 6e 20 69 63  | 'Hotlist' on ic|
00000f90  6f 6e 62 61 72 20 69 73  20 63 6c 69 63 6b 65 64  |onbar is clicked|
00000fa0  20 28 6e 6f 74 20 69 6e  20 73 75 62 6d 65 6e 75  | (not in submenu|
00000fb0  29 0a 20 20 2a 20 4f 74  68 65 72 20 73 6d 61 6c  |).  * Other smal|
00000fc0  6c 65 72 20 63 68 61 6e  67 65 73 20 74 6f 6f 20  |ler changes too |
00000fd0  6e 75 6d 65 72 6f 75 73  20 74 6f 20 6d 65 6e 74  |numerous to ment|
00000fe0  69 6f 6e 2e 0a 0a 56 65  72 73 69 6f 6e 20 31 2e  |ion...Version 1.|
00000ff0  31 32 62 20 47 61 6d 6d  61 20 28 4c 69 6d 69 74  |12b Gamma (Limit|
00001000  65 64 20 64 69 73 74 72  69 62 75 74 69 6f 6e 29  |ed distribution)|
00001010  0a 0a 20 20 2a 20 4e 6f  77 20 75 73 69 6e 67 20  |..  * Now using |
00001020  53 49 43 4b 54 65 72 6d  20 62 79 20 4d 65 72 6c  |SICKTerm by Merl|
00001030  69 6e 20 48 75 67 68 65  73 0a 0a 56 65 72 73 69  |in Hughes..Versi|
00001040  6f 6e 20 31 2e 31 32 62  20 28 33 30 20 4d 61 79  |on 1.12b (30 May|
00001050  20 31 39 39 35 29 0a 0a  20 20 2a 20 74 65 6c 6e  | 1995)..  * teln|
00001060  65 74 2e 63 0a 20 20 20  20 30 2e 31 32 20 26 20  |et.c.    0.12 & |
00001070  30 2e 31 32 61 20 46 61  69 6c 65 64 20 74 6f 20  |0.12a Failed to |
00001080  63 6c 6f 73 65 20 73 6f  63 6b 65 74 73 20 77 69  |close sockets wi|
00001090  74 68 20 73 6f 63 6b 65  74 20 64 65 73 63 72 69  |th socket descri|
000010a0  70 74 6f 72 20 7a 65 72  6f 2e 0a 20 20 20 20 54  |ptor zero..    T|
000010b0  68 69 73 20 68 61 73 20  62 65 65 6e 20 66 69 78  |his has been fix|
000010c0  65 64 2e 0a 0a 56 65 72  73 69 6f 6e 20 31 2e 31  |ed...Version 1.1|
000010d0  32 61 0a 0a 20 20 2a 20  6d 61 69 6e 2e 63 2c 20  |2a..  * main.c, |
000010e0  6d 69 73 63 2e 5b 63 68  5d 0a 20 20 20 20 2d 6e  |misc.[ch].    -n|
000010f0  6f 70 6f 70 20 73 77 69  74 63 68 20 61 64 64 65  |opop switch adde|
00001100  64 2c 20 61 6c 6c 6f 77  73 20 64 69 73 61 62 6c  |d, allows disabl|
00001110  69 6e 67 20 6f 66 20 27  52 65 73 6f 6c 76 69 6e  |ing of 'Resolvin|
00001120  67 2e 2e 2e 27 20 64 69  61 6c 6f 67 75 65 20 62  |g...' dialogue b|
00001130  6f 78 65 73 0a 20 20 20  20 61 6e 64 20 72 65 70  |oxes.    and rep|
00001140  6f 72 74 73 20 64 6f 6d  61 69 6e 20 65 72 72 6f  |orts domain erro|
00001150  72 73 20 76 69 61 20 77  65 72 72 20 69 66 20 70  |rs via werr if p|
00001160  72 65 73 65 6e 74 2e 0a  0a 20 20 2a 20 6c 69 73  |resent...  * lis|
00001170  74 2e 63 0a 20 20 20 20  50 6f 74 65 6e 74 69 61  |t.c.    Potentia|
00001180  6c 20 6e 61 73 74 79 6e  65 73 73 20 63 6f 72 72  |l nastyness corr|
00001190  65 63 74 65 64 2e 0a 0a  20 20 2a 20 63 6f 72 65  |ected...  * core|
000011a0  2e 63 0a 20 20 20 20 54  65 6c 6e 65 74 20 6e 6f  |.c.    Telnet no|
000011b0  77 20 63 6f 70 69 65 73  20 74 68 65 20 68 6f 73  |w copies the hos|
000011c0  74 2f 70 6f 72 74 20 73  74 72 69 6e 67 20 62 65  |t/port string be|
000011d0  66 6f 72 65 20 6d 75 6e  67 69 6e 67 20 66 6f 72  |fore munging for|
000011e0  20 69 74 73 20 6f 77 6e  20 75 73 65 2e 0a 20 20  | its own use..  |
000011f0  20 20 54 68 69 73 20 63  61 75 73 65 64 20 70 72  |  This caused pr|
00001200  6f 62 6c 65 6d 73 20 77  69 74 68 20 68 6f 73 74  |oblems with host|
00001210  6e 61 6d 65 20 61 6c 69  61 73 65 73 2c 20 74 68  |name aliases, th|
00001220  65 73 65 20 77 65 72 65  20 65 78 70 61 6e 64 65  |ese were expande|
00001230  64 20 69 6e 0a 20 20 20  20 74 65 6c 6e 65 74 2e  |d in.    telnet.|
00001240  63 20 69 6e 74 6f 20 66  75 6c 6c 20 68 6f 73 74  |c into full host|
00001250  6e 61 6d 65 73 2c 20 77  72 69 74 69 6e 67 20 6f  |names, writing o|
00001260  76 65 72 20 74 68 65 20  6f 72 69 67 69 6e 61 6c  |ver the original|
00001270  20 70 61 72 61 6d 65 74  65 72 0a 20 20 20 20 73  | parameter.    s|
00001280  74 72 69 6e 67 2e 20 46  69 6e 65 2c 20 75 73 75  |tring. Fine, usu|
00001290  61 6c 6c 79 2e 20 48 6f  77 65 76 65 72 2c 20 63  |ally. However, c|
000012a0  6c 69 63 6b 73 20 6f 6e  20 74 68 65 20 68 6f 74  |licks on the hot|
000012b0  20 6c 69 73 74 20 77 68  65 72 65 20 74 68 65 72  | list where ther|
000012c0  65 0a 20 20 20 20 61 72  65 20 74 77 6f 20 65 6e  |e.    are two en|
000012d0  74 72 69 65 73 20 70 61  73 73 20 70 6f 69 6e 74  |tries pass point|
000012e0  65 72 73 20 74 6f 20 46  72 65 65 54 65 72 6d 27  |ers to FreeTerm'|
000012f0  73 20 70 61 72 74 73 20  6f 66 20 6d 61 6c 6c 6f  |s parts of mallo|
00001300  63 65 64 0a 20 20 20 20  68 6f 73 74 6c 69 73 74  |ced.    hostlist|
00001310  20 73 74 72 75 63 74 75  72 65 73 2c 20 73 6f 20  | structures, so |
00001320  74 65 6c 6e 65 74 2e 63  20 77 6f 75 6c 64 20 68  |telnet.c would h|
00001330  61 70 70 69 6c 79 20 6f  76 65 72 77 72 69 74 65  |appily overwrite|
00001340  20 6f 74 68 65 72 0a 20  20 20 20 6d 61 6c 6c 6f  | other.    mallo|
00001350  63 65 64 20 76 61 72 69  61 62 6c 65 73 20 65 74  |ced variables et|
00001360  63 2c 20 63 61 75 73 69  6e 67 20 75 6e 74 6f 6c  |c, causing untol|
00001370  64 20 68 6f 72 72 69 64  6e 65 73 73 2e 20 49 6e  |d horridness. In|
00001380  63 69 64 65 6e 74 61 6c  6c 79 20 49 0a 20 20 20  |cidentally I.   |
00001390  20 64 69 64 20 74 72 79  20 74 6f 20 70 72 65 73  | did try to pres|
000013a0  65 72 76 65 20 74 68 65  20 70 6f 72 74 2f 68 6f  |erve the port/ho|
000013b0  73 74 20 73 74 72 69 6e  67 73 20 69 6e 20 63 6f  |st strings in co|
000013c0  72 65 2e 63 20 62 75 74  20 73 74 72 63 70 79 20  |re.c but strcpy |
000013d0  64 69 64 0a 20 20 20 20  6e 6f 74 20 77 6f 72 6b  |did.    not work|
000013e0  20 70 72 6f 70 65 72 6c  79 2c 20 74 68 69 73 20  | properly, this |
000013f0  63 6f 75 6c 64 20 6d 65  61 6e 20 74 68 65 72 65  |could mean there|
00001400  20 69 73 20 79 65 74 20  6d 6f 72 65 20 66 75 6e  | is yet more fun|
00001410  20 74 6f 20 63 6f 6d 65  2c 0a 20 20 20 20 6f 72  | to come,.    or|
00001420  20 69 74 20 63 6f 75 6c  64 20 62 65 20 61 20 62  | it could be a b|
00001430  75 67 20 69 6e 20 74 68  65 20 63 6f 6d 70 69 6c  |ug in the compil|
00001440  65 72 2e 0a 20 20 20 20  54 68 61 6e 6b 73 20 74  |er..    Thanks t|
00001450  6f 20 52 65 75 62 65 6e  20 54 68 6f 6d 61 73 20  |o Reuben Thomas |
00001460  28 72 72 74 31 30 30 31  40 63 75 73 2e 63 61 6d  |(rrt1001@cus.cam|
00001470  2e 61 63 2e 75 6b 29 20  66 6f 72 20 70 6f 69 6e  |.ac.uk) for poin|
00001480  74 69 6e 67 20 74 68 69  73 0a 20 20 20 20 6f 6e  |ting this.    on|
00001490  65 20 6f 75 74 2e 0a 0a  20 20 2a 20 6d 61 69 6e  |e out...  * main|
000014a0  2e 63 2c 20 6c 69 73 74  73 2e 63 0a 20 20 20 20  |.c, lists.c.    |
000014b0  41 20 66 65 77 20 62 69  74 73 20 6d 6f 76 65 64  |A few bits moved|
000014c0  20 69 6e 74 6f 20 52 65  73 6f 75 72 63 65 73 2c  | into Resources,|
000014d0  20 73 79 73 74 65 6d 20  76 61 72 69 61 62 6c 65  | system variable|
000014e0  73 20 75 73 65 64 20 74  6f 20 70 6f 69 6e 74 20  |s used to point |
000014f0  61 74 0a 20 20 20 20 63  6f 6e 66 69 67 75 72 61  |at.    configura|
00001500  74 69 6f 6e 73 20 65 74  63 2e 20 74 6f 20 72 65  |tions etc. to re|
00001510  64 75 63 65 20 68 65 61  64 61 63 68 65 73 20 66  |duce headaches f|
00001520  6f 72 20 6e 6f 6e 20 46  72 65 65 4e 65 74 20 75  |or non FreeNet u|
00001530  73 65 72 73 2e 0a 0a 56  65 72 73 69 6f 6e 20 31  |sers...Version 1|
00001540  2e 31 32 20 28 32 32 20  4d 61 79 20 31 39 39 35  |.12 (22 May 1995|
00001550  29 0a 0a 20 20 2a 20 74  65 72 6d 69 6e 61 6c 2e  |)..  * terminal.|
00001560  5b 63 68 5d 2c 20 74 65  6c 6e 65 74 2e 63 0a 20  |[ch], telnet.c. |
00001570  20 20 20 55 73 65 72 20  69 73 20 6e 6f 77 20 69  |   User is now i|
00001580  6e 66 6f 72 6d 65 64 20  6f 66 20 72 65 6d 6f 74  |nformed of remot|
00001590  65 20 63 6c 6f 73 65 73  20 76 69 61 20 74 65 72  |e closes via ter|
000015a0  6d 69 6e 61 6c 20 72 61  74 68 65 72 20 74 68 61  |minal rather tha|
000015b0  6e 20 77 65 72 72 2e 0a  0a 20 20 2a 20 74 65 72  |n werr...  * ter|
000015c0  6d 69 6e 61 6c 2e 63 0a  20 20 20 20 43 6c 6f 73  |minal.c.    Clos|
000015d0  65 20 63 6f 6e 66 69 72  6d 61 74 69 6f 6e 20 61  |e confirmation a|
000015e0  64 64 65 64 2e 0a 0a 20  20 2a 20 69 63 6f 6e 62  |dded...  * iconb|
000015f0  61 72 2e 63 2c 20 6d 61  69 6e 2e 63 2c 20 61 64  |ar.c, main.c, ad|
00001600  64 65 64 20 63 6f 72 65  2e 63 0a 20 20 20 20 5f  |ded core.c.    _|
00001610  56 65 72 79 5f 20 62 61  73 69 63 20 63 6f 72 65  |Very_ basic core|
00001620  20 73 74 72 75 63 74 75  72 65 20 61 64 64 65 64  | structure added|
00001630  2e 0a 0a 20 20 2a 20 6d  69 73 63 2e 5b 63 68 5d  |...  * misc.[ch]|
00001640  2c 20 74 65 6c 6e 65 74  2e 63 2c 20 69 63 6f 6e  |, telnet.c, icon|
00001650  62 61 72 2e 63 0a 20 20  20 20 69 6e 66 6f 72 6d  |bar.c.    inform|
00001660  20 72 6f 75 74 69 6e 65  73 20 61 64 64 65 64 20  | routines added |
00001670  66 6f 72 20 6e 6f 72 6d  61 6c 20 65 72 72 6f 72  |for normal error|
00001680  73 20 28 69 65 20 64 6f  6d 61 69 6e 20 6c 6f 6f  |s (ie domain loo|
00001690  6b 20 75 70 20 66 61 69  6c 73 29 20 61 6e 64 0a  |k up fails) and.|
000016a0  20 20 20 20 73 74 61 74  75 73 20 72 65 70 6f 72  |    status repor|
000016b0  74 69 6e 67 20 66 6f 72  20 64 6f 6d 61 69 6e 20  |ting for domain |
000016c0  6c 6f 6f 6b 75 70 73 2e  20 4e 6f 6e 20 73 65 72  |lookups. Non ser|
000016d0  69 6f 75 73 20 65 72 72  6f 72 20 77 69 6e 64 6f  |ious error windo|
000016e0  77 20 75 73 65 73 0a 20  20 20 20 4c 20 76 61 6c  |w uses.    L val|
000016f0  69 64 61 74 69 6f 6e 20  73 74 72 69 6e 67 2c 20  |idation string, |
00001700  73 6f 20 74 68 61 6e 6b  73 20 74 6f 20 73 6f 6d  |so thanks to som|
00001710  65 20 70 61 74 68 65 74  69 63 20 63 6f 64 69 6e  |e pathetic codin|
00001720  67 20 69 6e 20 4f 53 20  33 2e 35 20 69 74 0a 20  |g in OS 3.5 it. |
00001730  20 20 20 69 73 6e 27 74  20 72 65 6e 64 65 72 65  |   isn't rendere|
00001740  64 20 74 6f 6f 20 77 65  6c 6c 20 77 68 65 6e 20  |d too well when |
00001750  61 20 77 69 6d 70 20 6f  75 74 6c 69 6e 65 20 66  |a wimp outline f|
00001760  6f 6e 74 20 69 73 20 75  73 65 64 2e 20 41 63 6f  |ont is used. Aco|
00001770  72 6e 20 68 61 76 65 0a  20 20 20 20 70 72 6f 6d  |rn have.    prom|
00001780  69 73 65 64 20 61 20 66  69 78 2e 2e 2e 2e 0a 0a  |ised a fix......|
00001790  20 20 2a 20 69 63 6f 6e  62 61 72 2e 63 2c 20 6c  |  * iconbar.c, l|
000017a0  69 73 74 73 2e 5b 63 68  5d 2c 20 6d 69 73 63 2e  |ists.[ch], misc.|
000017b0  5b 63 68 5d 0a 20 20 20  20 49 63 6f 6e 62 61 72  |[ch].    Iconbar|
000017c0  20 6d 65 6e 75 20 67 61  69 6e 65 64 20 68 6f 74  | menu gained hot|
000017d0  6c 69 73 74 20 69 74 65  6d 2c 20 6d 65 6e 75 20  |list item, menu |
000017e0  61 73 20 70 65 72 20 68  6f 73 74 20 6d 65 6e 75  |as per host menu|
000017f0  20 69 6e 20 64 62 6f 78  2c 20 69 66 0a 20 20 20  | in dbox, if.   |
00001800  20 6e 6f 20 64 65 66 61  75 6c 74 20 70 6f 72 74  | no default port|
00001810  20 66 6f 72 20 65 6e 74  72 79 20 74 68 65 20 64  | for entry the d|
00001820  62 6f 78 20 69 73 20 6f  70 65 6e 65 64 20 75 70  |box is opened up|
00001830  6f 6e 20 73 65 6c 65 63  74 69 6e 67 20 74 68 65  |on selecting the|
00001840  20 6f 70 74 69 6f 6e 2c  0a 20 20 20 20 6f 74 68  | option,.    oth|
00001850  65 72 77 69 73 65 20 61  20 63 6f 6e 6e 65 63 74  |erwise a connect|
00001860  69 6f 6e 20 69 73 20 6f  70 65 6e 65 64 2e 0a 0a  |ion is opened...|
00001870  20 20 2a 20 69 63 6f 6e  62 61 72 2e 63 0a 20 20  |  * iconbar.c.  |
00001880  20 20 52 65 6a 65 63 74  73 20 63 6f 6e 6e 65 63  |  Rejects connec|
00001890  74 20 61 74 74 65 6d 70  74 73 20 77 69 74 68 20  |t attempts with |
000018a0  6e 6f 20 68 6f 73 74 6e  61 6d 65 0a 0a 20 20 2a  |no hostname..  *|
000018b0  20 6d 61 69 6e 2e 63 0a  20 20 20 20 54 61 73 6b  | main.c.    Task|
000018c0  20 6e 61 6d 65 20 63 68  61 6e 67 65 64 20 74 6f  | name changed to|
000018d0  20 46 72 65 65 54 65 72  6d 2c 20 69 63 6f 6e 69  | FreeTerm, iconi|
000018e0  73 65 64 20 77 69 6e 64  6f 77 20 73 70 72 69 74  |sed window sprit|
000018f0  65 20 61 64 64 65 64 0a  0a 20 20 2a 20 69 63 6f  |e added..  * ico|
00001900  6e 62 61 72 2e 63 20 63  68 61 6e 67 65 64 2c 20  |nbar.c changed, |
00001910  6c 69 73 74 73 2e 5b 63  68 5d 20 61 6e 64 20 6d  |lists.[ch] and m|
00001920  69 73 63 2e 5b 63 68 5d  20 61 64 64 65 64 0a 20  |isc.[ch] added. |
00001930  20 20 20 50 6f 70 20 75  70 20 6d 65 6e 75 73 20  |   Pop up menus |
00001940  61 64 64 65 64 20 69 6e  20 63 6f 6e 6e 65 63 74  |added in connect|
00001950  20 64 62 6f 78 2e 0a 0a  20 20 2a 20 74 65 6c 6e  | dbox...  * teln|
00001960  65 74 2e 63 0a 20 20 20  20 54 68 65 20 70 6f 72  |et.c.    The por|
00001970  74 20 73 74 72 69 6e 67  20 69 73 20 6e 6f 77 20  |t string is now |
00001980  6c 6f 77 65 72 65 64 20  62 65 66 6f 72 65 20 70  |lowered before p|
00001990  61 73 73 69 6e 67 20 66  6f 72 20 73 65 72 76 69  |assing for servi|
000019a0  63 65 20 6c 6f 6f 6b 20  75 70 2e 0a 20 20 20 20  |ce look up..    |
000019b0  45 72 72 6f 72 20 67 65  6e 65 72 61 74 69 6f 6e  |Error generation|
000019c0  20 69 66 20 70 6f 72 74  20 73 74 72 69 6e 67 20  | if port string |
000019d0  6e 6f 74 20 66 6f 75 6e  64 20 69 6e 20 73 65 72  |not found in ser|
000019e0  76 69 63 65 73 20 6c 69  73 74 20 69 6d 70 72 6f  |vices list impro|
000019f0  76 65 64 2e 0a 0a 56 65  72 73 69 6f 6e 20 30 2e  |ved...Version 0.|
00001a00  31 31 0a 0a 20 20 2a 20  4d 65 73 73 61 67 65 73  |11..  * Messages|
00001a10  0a 20 20 20 20 43 68 61  6e 67 65 64 20 76 65 72  |.    Changed ver|
00001a20  73 69 6f 6e 20 74 6f 20  30 2e 31 31 2e 0a 0a 20  |sion to 0.11... |
00001a30  20 2a 20 74 65 6c 6e 65  74 2e 5b 63 68 5d 0a 20  | * telnet.[ch]. |
00001a40  20 20 20 46 69 78 65 64  20 62 75 67 20 69 6e 20  |   Fixed bug in |
00001a50  6f 70 74 69 6f 6e 73 20  6e 65 67 6f 74 69 61 74  |options negotiat|
00001a60  69 6f 6e 20 63 61 75 73  65 64 20 62 79 20 6f 70  |ion caused by op|
00001a70  74 69 6f 6e 73 20 73 74  61 74 65 20 61 72 72 61  |tions state arra|
00001a80  79 20 62 65 69 6e 67 0a  20 20 20 20 6f 6e 65 20  |y being.    one |
00001a90  65 6e 74 72 79 20 74 6f  6f 20 73 6d 61 6c 6c 2e  |entry too small.|
00001aa0  0a 0a 56 65 72 73 69 6f  6e 20 30 2e 31 30 0a 0a  |..Version 0.10..|
00001ab0  20 20 2a 20 4d 65 73 73  61 67 65 73 0a 20 20 20  |  * Messages.   |
00001ac0  20 43 68 61 6e 67 65 64  20 76 65 72 73 69 6f 6e  | Changed version|
00001ad0  20 74 6f 20 30 2e 31 30  20 66 6f 72 20 66 69 72  | to 0.10 for fir|
00001ae0  73 74 20 70 72 6f 70 65  72 6c 79 20 6e 75 6d 62  |st properly numb|
00001af0  65 72 65 64 20 76 65 72  73 69 6f 6e 2e 0a 0a     |ered version...|
00001aff