home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frostbyte's 1980s DOS Shareware Collection
/
floppyshareware.zip
/
floppyshareware
/
GLEN
/
ARJOP110.EXE
/
HISTORY.DOC
< prev
Wrap
Text File
|
1991-10-06
|
2KB
|
43 lines
HISTORY.DOC for ARJOPT
10/06/90 Version 1.10 - finished "internationalization" of ARJOPT
and made minor adjustments to error exiting and array size
parameters.
Added "auto-sensing" of extended screen (VGA and EGA) text
modes. These modes will be used by ARJOPT if set as default
upon loading.
Ported entire project to Borland C++ to allow use of
the country() function for uppercasing non-English
characters. This looses the alphabetizing from wildcard
expansion in Microsoft C. Compensation added by modifying
first letter search to advance to NEXT match instead of first
match. Uppercasing model provided by Robert Jung.
Modified the video mode settings to work with emulator
windows, like VPIX under *NIX and OS2's compatibility window.
Discovered and tested by Zbig Tyrlik.
10/01/91 Version 1.02 - fixed a bug that caused Extract, Xtract and
List to fail in version 1.01.
10/01/91 Version 1.01 - fixed a bug that caused improper directory
display if two sub-directories existed within a directory
in back-to-back alphabetical order or the last entry in
a directory was a sub-directory.
9/29/91 Version 1.00 - finished and released
9/27/91 Version 3 beta - add several "rollover" cursor movements to
the select window and cleaned up execute().
9/26/91 Version 2 beta - Robert Jung added a fast letter select
feature to command menu bar and ENTER as a way of selecting
files.
9/25/91 Version 1 beta - first version completed