home *** CD-ROM | disk | FTP | other *** search
- This is the history of !HardCopy - by Phil Norman.
- This version - v1.01 (9-June-1995) (c) Phil Norman.
-
-
- Up to and including v1.00:
- * Simple drag-on the directory, type in name into box and drag off
- onto target directory.
-
-
- v1.01 (Friday, 9th June 1995)
- * Save box upgraded. It now always contains the name of the dir.
- dragged on, and will add the last pathname it saved to (if any).
-
-
- v1.02 (Saturday, 10th June 1995)
- * A text file is now produced in each copied directory containing
- the original pathname of the directory, each filename and
- directory name in that directory, and its filetype.
-
-
- v2.00 (Monday, 12th June 1995)
- * Text file is optional.
- * Option to toggle filetypes in text files.
- * Options to toggle recording directories and apps in text file.
- * Option for file sizes in text file.
- * Option to copy directories only or dirs and apps.
- * 'Options' window created to cope with the above, which can be
- opened from 'Options' item in icon bar menu, or by clicking left
- button on the icon bar icon.
- * Silly bug fixed with file sizes option - I was reading the
- execution address as the file length - silly me!
-
-
- v2.01 (Tuesday, 13th June 1995)
- * Changed menu coding so icon bar menu stays open if right button
- is pressed
- * Finished last important A-level exam. It was mechanics (maths),
- and was really easy! All Newtonian mechanics and vectors. Only
- the physics special paper to go!
-
-
- v2.02 (Thursday, 15th June 1995)
- * Changed coding so the filetype-checker uses a file called 'Types'
- to decide the filetype name. Created a function to convert
- decimal integer to hexadecimal string. Was a bit tricky, but
- after a while I remembered that the filetype returned is the hex
- number shifted right by 8 bits. Used logical shifts to get type
- unshifted and it worked!