home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / discutils / backup / hardcopy / !HardCopy / Documents / History < prev    next >
Encoding:
Text File  |  1995-06-15  |  2.1 KB  |  48 lines

  1. This is the history of !HardCopy - by Phil Norman.
  2. This version - v1.01 (9-June-1995) (c) Phil Norman.
  3.  
  4.  
  5. Up to and including v1.00:
  6.           * Simple drag-on the directory, type in name into box and drag off
  7.             onto target directory.
  8.  
  9.  
  10. v1.01       (Friday, 9th June 1995)
  11.           * Save box upgraded.  It now always contains the name of the dir.
  12.             dragged on, and will add the last pathname it saved to (if any).
  13.  
  14.  
  15. v1.02       (Saturday, 10th June 1995)
  16.           * A text file is now produced in each copied directory containing
  17.             the original pathname of the directory, each filename and
  18.             directory name in that directory, and its filetype.
  19.  
  20.  
  21. v2.00       (Monday, 12th June 1995)
  22.           * Text file is optional.
  23.           * Option to toggle filetypes in text files.
  24.           * Options to toggle recording directories and apps in text file.
  25.           * Option for file sizes in text file.
  26.           * Option to copy directories only or dirs and apps.
  27.           * 'Options' window created to cope with the above, which can be
  28.             opened from 'Options' item in icon bar menu, or by clicking left
  29.             button on the icon bar icon.
  30.           * Silly bug fixed with file sizes option - I was reading the
  31.             execution address as the file length - silly me!
  32.  
  33.  
  34. v2.01       (Tuesday, 13th June 1995)
  35.           * Changed menu coding so icon bar menu stays open if right button
  36.             is pressed
  37.           * Finished last important A-level exam.  It was mechanics (maths),
  38.             and was really easy!  All Newtonian mechanics and vectors.  Only
  39.             the physics special paper to go!
  40.  
  41.  
  42. v2.02       (Thursday, 15th June 1995)
  43.           * Changed coding so the filetype-checker uses a file called 'Types'
  44.             to decide the filetype name.  Created a function to convert
  45.             decimal integer to hexadecimal string.  Was a bit tricky, but
  46.             after a while I remembered that the filetype returned is the hex
  47.             number shifted right by 8 bits.  Used logical shifts to get type
  48.             unshifted and it worked!