*******************************************************************
    Fixes and Changes for Vista TN3270 for Windows V1.29
*******************************************************************

-------------------------------------------------------------------
Problem fixes:  
-------------------------------------------------------------------

P1000        Fixed abend issue related to C0999
01/24/2025

P0991        Added logic to widen EditBox if field is very wide
05/24/2023

P0992        Connection errors (LUNAME error, others) after using the 
06/29/2023   FIND (ctrl-F) function.  Fixed.  

P0994        Added back the ability to use an IP or Host name followed 
07/10/2023   by a colon and port, such as 192.168.1.100:2023 which I 
             accidentally left out of V1.28

-------------------------------------------------------------------
Changes:  
-------------------------------------------------------------------

C0999        Add unlock buffer for multiple I/O buffer examination, 
11/20/2024   for use (at first) by the MakeAsm function.

C0986        Added True-Type Font support
05/21/2023

C0987        Set default IND$FILE I/O buffer size to 25000 instead of 2500
05/21/2023

C0988        Added TermMode variable to show default or alternate mode
05/21/2023

C0989        Added DCB options to File Transfer Upload window
05/24/2023

C0990        Added option for HTML print output
05/25/2023

C0993        Added logic so that during a text file upload if the source file is 
07/08/2023   x'0A' (unix style) we convert to x'0D0A' windows style while uploading.
             Set INI option UploadConvertLFtoCRLF=1 to enable.

C0994        Added INI option SetSockOpt=n to enable or disable the 2 socket options
07/16/2023   normally enabled by Vista.  For diagnosing disconnect issues.

C0996        Added INI options for Attn and Sysreq bytes sent
08/14/2023   See INI Help doc for details

C0997        Set IgnoreKeyUp80=1 as the default.  User reported rogue x'80xxxxxx' keypresses
10/31/2023   on Win 11 without using RDP (which was the origin of this option for fix P0947)

C0998        Added KeepAliveTimeDisable option, to disable KeepAliveTime
12/09/2023   after nnnn seconds
