home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / COPILOT / README.TXT < prev   
Encoding:
Text File  |  1996-10-27  |  6.9 KB  |  142 lines

  1. Copilot Release Notes
  2. =====================
  3. Greg Hewgill (gregh@lightspeed.net)
  4. Copilot Home Page: http://userzweb.lightspeed.net/~gregh/pilot/copilot
  5.  
  6. ------------------------------------------------------------------------------
  7. Known problems in the current release
  8. ------------------------------------------------------------------------------
  9. - The Pilot sound is only accurately emulated under Windows NT.
  10.  
  11. ------------------------------------------------------------------------------
  12. 10/27/96 Version 1.0 beta 8
  13. ------------------------------------------------------------------------------
  14.  
  15. The method used to load applications into Copilot is now much more robust.
  16. Certain PRC files used to crash Copilot, and others were too large to load
  17. using the old method. The new method loads these PRC files with no problem.
  18.  
  19. The default mask in the Load App dialog now includes *.pdb for loading Pilot
  20. database files.
  21.  
  22. ------------------------------------------------------------------------------
  23. 10/20/96 Version 1.0 beta 7a
  24. ------------------------------------------------------------------------------
  25.  
  26. Oops, in changing the SndDoCmd API emulation, I had accidentally disabled 
  27. the sound completely. Fixed now. Also fixed some notes in the Copilot source
  28. guide.
  29.  
  30. ------------------------------------------------------------------------------
  31. 10/20/96 Version 1.0 beta 7
  32. ------------------------------------------------------------------------------
  33.  
  34. Copilot now has an icon! Thanks to Alan Chavis for his contribution. Thanks
  35. also to the rest of you out there who sent me icons - if I ever get tired of
  36. this one there are lots of other good ones to choose from. :)
  37.  
  38. The source code for Copilot is now available on the Copilot Home Page for
  39. people who are interested in porting Copilot to other platforms.
  40.  
  41. Wes Cherry's AlarmHack now runs properly and doesn't crash Copilot.
  42.  
  43. Copilot now emulates the SndDoCmd API function only if the cmd parameter is 1.
  44. It used to emulate it in all cases without regard for the cmd parameter.
  45.  
  46. ------------------------------------------------------------------------------
  47. 10/6/96 Version 1.0 beta 6
  48. ------------------------------------------------------------------------------
  49.  
  50. Loading applications into Copilot is now much easier! There is a new menu
  51. selection that will allow you to easily load applications into Copilot
  52. without going through a full HotSync operation. See section 2.4 "Loading
  53. Applications" in copilot.htm for more information.
  54.  
  55. ------------------------------------------------------------------------------
  56. 9/29/96 Version 1.0 beta 5
  57. ------------------------------------------------------------------------------
  58.  
  59. Fixed three bugs in this release:
  60.  
  61. - HotSync under Windows 95 was not working. Fixed.
  62. - Copilot on a 256 color display looked really bad because the palette was
  63.   not being set up properly. Fixed.
  64. - Under Windows 95, using the Zoom 2x display option resulted in a black
  65.   Pilot display area. Fixed.
  66.  
  67. ------------------------------------------------------------------------------
  68. 9/23/96 Version 1.0 beta 4
  69. ------------------------------------------------------------------------------
  70.  
  71. Copilot now emulates the HotSync button on the Pilot cradle, it is accessed
  72. through the right click menu. The right click menu is also available using the
  73. F10 key. This will allow people who have two serial ports and a serial mouse
  74. to use Copilot - it was a catch-22 before because you needed the mouse to 
  75. start HotSync, but the mouse was taking a comm port you needed! This will have
  76. to do until I can write a software-only QuickSync for loading apps.
  77.  
  78. You will notice that the debugger has changed significantly, Darrin Massena
  79. has been hard at work improving the debugger. The debugger.hlp file is a text
  80. file that explains the commands. Commands with a * beside them have not been
  81. implemented yet. This is still a work in progress, so things may not seem
  82. exactly right all the time.
  83.  
  84. ------------------------------------------------------------------------------
  85. 9/22/96 Version 1.0 beta 3
  86. ------------------------------------------------------------------------------
  87.  
  88. Copilot now includes a GetRom program that will help in transferring the Pilot
  89. ROM from your Pilot to your PC. For instructions on how to use GetRom, see
  90. "How To Get a Pilot.ROM file" in copilot.htm.
  91.  
  92. NOTICE: Use of the GetRom program may place you in violation of your license
  93.         agreement with US Robotics. Please read page 123 of your Pilot
  94.         handbook ("Software License Agreement") before running GetRom.
  95.  
  96. The debugger will now automatically start when the CPU encounters a breakpoint
  97. instruction (opcode 0x4AFC).
  98.  
  99. ------------------------------------------------------------------------------
  100. 9/17/96 Version 1.0 beta 2 (documentation update only)
  101. ------------------------------------------------------------------------------
  102.  
  103. Some people were having trouble using PilotHack to transfer the ROM file to
  104. their PC. The problem was that if you followed my directions to turn off all
  105. the HotSyncing features, the ROMDump.PRC file was never transferred!
  106.  
  107. I have corrected the documentation to give you the right instructions. In a
  108. nutshell, don't turn off the "System" HotSync action, leave it as "Pilot
  109. overwrites Desktop" (the default).
  110.  
  111. ------------------------------------------------------------------------------
  112. 9/16/96 Version 1.0 beta 2
  113. ------------------------------------------------------------------------------
  114.  
  115. I forgot to include the makerom.exe program used to stitch together the
  116. individual PRC files generated by PilotHack's rom dump feature. This program
  117. has no error checking, so if the required files (romdump.0 through romdump.31)
  118. are not present it will cause an exception error.
  119.  
  120. You can now choose the RAM size in the Properties page. Note that if you had
  121. a pilot.ram file from the previous version, you will need to rename it to
  122. pilot2048.ram in order to keep using it. Or, you can just ignore it and a new
  123. ram file will be created automatically.
  124.  
  125. There is now a cpsample.zip file available on the Copilot Home Page. This
  126. contains a pilot1024.ram file with all the applications I could find loaded
  127. into it already. This will help if you don't have a proper null modem cable
  128. to hook up Copilot for HotSync. Be sure to unzip this file with WinZip or other
  129. 32-bit unzip to preserve the long file name.
  130.  
  131. ------------------------------------------------------------------------------
  132. 9/15/96 Version 1.0 beta 1
  133. ------------------------------------------------------------------------------
  134.  
  135. This is the first beta test version of Copilot. If you have any comments
  136. on the program or documentation, please let me know at the email address
  137. at the top of this file.
  138.  
  139. Note: In order to HotSync your ROM file with PilotHack, be sure you have
  140. version 1.01 of PilotHack. Version 1.0 contains a bug that causes problems
  141. with the 'x' command.
  142.