12/02/92 |
Version 2.05 released. |
11/29/92 |
Changes for international support and using DISPLAY.sys: INSTALL/NEWAPLUS now loads ANSIPLUS before DISPLAY.sys in CONFIG.sys because MODE CON CP SELECT command will not work correctly if ANSIPLUS is installed after DISPLAY.sys; and minor cosmetic changes to SETCOLOR and SETAPLUS screens when not using U.S. code page 437. |
11/21/92 |
Revised INSTALL/NEWAPLUS to recognize reference to the KEYB TSR (for international keyboard users) in AUTOEXEC.bat. The install process will then automatically add a SETAPLUS LINK KEYEVENT command to AUTOEXEC.bat following KEYB if this command was not already there. See the next item for further explanation. |
11/19/92 |
Added the capability to relink ANSIPLUS interrupts after they have been stolen by TSR's such as MS-DOS KEYB. The KEYB program grabs the key event interrupt (Int 09h), without passing calls through to whatever was installed before it (ie., to ANSIPLUS). This has prevented most ANSIPLUS keyboard functions, such as scroll-back, scroll lock, etc., from working correctly with international keyboards. Now, to restore ANSIPLUS's access to the key event interrupt, the following command must be entered after KEYB has been loaded:
SETAPLUS LINK KEYEVENT
This command should be placed in AUTOEXEC.bat immediately after KEYB.
|
11/19/92 |
The programs connected to any system interrupt, including those used by ANSIPLUS, can be identified using the new SETAPLUS command:
SETAPLUS INTERRUPT <number> [<number> ...]
where <number> is any hexadecimal interrupt number. For example, SETAPLUS INTERRUPT 2F would list the programs connected to the Multiplex interrupt, number 2Fh. This listing is not guaranteed to be correct in all cases, but has been remarkably accurate in our experience.
|
11/18/92 |
Two screen saver changes should blank the screen more appropriately: Relaxed the test for a fast timer tick a little to allow the screen to blank when running applications with extensive timer tick processing, but not to blank when running games that speed up the timer, such as Flight Simulator. Also removed, except for XT-type machines, the requirement before blanking that the Int 09h vector point to the same place as when the last Int 09h key event was intercepted. |
11/09/92 |
Changed SETCOLOR and SETAPLUS utilities to display menus using video page 0 instead of page 1 when not running on a VGA or EGA. This should make the menus visible on Hercules-type boards that seem to have a problem accessing higher video pages. |
11/09/92 |
Bug fix: Insert key caused lockup when screen was scrolled back. |
10/21/92 |
Increase delay times for direct port access to video controller. |
10/20/92 |
Bug fix: Generic IOCTL was never called by DOS because the driver header bit for it was not set. Now MODE CON reports lines and columns, and MODE CON LINES={25, 43 or 50} works. However, setting display columns to 40 or 80 with MODE is still not supported by ANSIPLUS, and the DOS 5.0 MODE program incorrectly reports 40 columns for any screen mode not having 80 columns (for example, 132). |