home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / ALAD161.ZIP / CHANGES.DOC < prev    next >
Encoding:
Text File  |  1992-02-26  |  2.7 KB  |  70 lines

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