home *** CD-ROM | disk | FTP | other *** search
- Changes from 1.60 to 1.61
-
- 1) Clock and connect log/counter disabled by default.
-
- 2) New /CLOCK command line argument enables the clock and the counter,
- as well as connect time logging.
-
- 3) The /NC command line argument to turn off the clock is gone, because
- it is now off by default.
-
- 4) Explanatory text added to connect log display.
-
- Changes from Version 1.50 to Version 1.60
-
- 1) Fixed scrolling through address list.
-
- 2) A new terminal mode command has been added, "O", which goes online
- and updates all the topic lists on all installed RT's in one pass. Note
- that only RT's with an "A", "C" or "N" in the Pass 1 Options configuration
- field will be have their topic lists updated.
-
- 3) Clock modified to not display charges, only non-GEnie*Basic connect time.
-
- 4) Billing history charge processing removed, replaced with summary of
- non-GEnie*Basic connect time. The menu selection on the billing history
- has been changed to suit, and the letter to invoke it is now "C" instead
- of "B". The default name of the billing file has been changed to CONNECT.TXT.
- Help screens modified to match changes.
-
- 5) Expanded explanation screen for rejection of 8xxx pages added.
-
- 6) Modified stack and heap allocation to increase working room.
-
- 7) Scrollback crash bug (starting search on last line) fixed.
-
- 8) CTS support added to the comm module. If CTS is enabled when the comm
- init is done, Aladdin will watch CTS all the time to determine if it's
- ok to send a char to the modem at any given time.
-
- 9) Fixed Zmodem download date bug
-
- 10) Modified code so that it uses correct SL entry points.
-
- 11) Modified code so that it knows of all the non-standard entry
- points for all non-standard RT's.
-
- 12) Modified code so that it detects and uses the new attached
- mail download (Zmodem).
-
- 13) Fixed problem with help screen version number.
-
- 14) Added code to gracefully exit from a condition when insufficient
- memory is available to complete an operation. When there is no good
- way to exit gracefully, a specific internal runtime error in the
- range 1000-1999 is issued and the program is halted. The runtime
- errors defined so far are:
-
- 1000: Unable to allocate serial buffer 1
- 1001: Internal: Unable to allocate serial buffer 2.
- 1002: Internal: Unable to allocate new configuration set.
- 1003: Internal: Unable to allocate new text line.
- 1004: Internal: Unable to allocate new string list element.
-
- The other possible error conditions are handled with an alert
- to the user that there is not enough memory to complete the
- operation, followed by a return of the user to the previous menu
- or screen.
-
- 15) Increased max lib dbf file size to 20,000 records.