home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / filpg104 / filprog.upd < prev   
Text File  |  1994-03-09  |  3KB  |  76 lines

  1. V 1.04:
  2. -------
  3. Faster Screen updates as it no longer clears all of the entries if you
  4. edit a description , it now only updates that entry on screen,
  5.  
  6. It will now only re-scan the .FIL from the first Moved or deleted entry
  7. downwards , making disk access less of an overhead.
  8.  
  9. Bugfixes:
  10.  
  11. Sometimes when trying to move a file where there was not enough memory and
  12. not enough drive space the program crashed whilst testing for a drive with
  13. enough space . [Fixed]
  14.  
  15. If the number of .FIL entries was exactly divisable by 12 (the number
  16. available to be shown on screen) , then you could go past the end of the
  17. .FIL and show a screen full of blank entries , moving up would then make
  18. you return to the top of the filelist again. [Fixed]
  19.  
  20.  
  21. V 1.03:
  22. -------
  23. New option in the Entry edit menu 'Touch Date' button , makes the .FIL
  24. entry's upload date the same as the current date.
  25.  
  26. Updated the Move and delete routines to make the reading & moving of the
  27. .FIL file data faster.
  28.  
  29. Bugfixes:
  30.  
  31. When updating a description , it was noticed that spaces between words
  32. would start to dissapear and re-appear at other places in the decription
  33. [Fixed]
  34.  
  35. Filprog didn't always check for the lack of space on a drive [Fixed]
  36.  
  37.  
  38. V 1.02:
  39. -------
  40. It's always the way , you release a program having tested it and someone
  41. sends you a request for a few changes , they were relatively minor to code
  42. and makes things work a bit better for the sysop using the program, so here
  43. they are.
  44.  
  45. When you now move or delete a file , instead of going back to the top of
  46. the .FIL it now stays at the current position in the .FIL
  47.  
  48. New ways of telling Filprog to ignore access and date mask options , read
  49. the .DOC file for details [Using the Mask].
  50.  
  51. Bugfixes:
  52.  
  53. Someone noticed that sometimes it refused to go back if you scanned to
  54. the bottom of the .FIL and only had one file on screen , I can't reproduce
  55. that here , but I've added some code to catch it if it does happen. [Fixed]
  56.  
  57. Sometimes when editing a description , the files would all move up one
  58. in the main menu upon exiting the edit menu. [Fixed]
  59.  
  60. If you edited a file entry and changed the filename , then went and edited
  61. another entry it would exit with a file not found error [Fixed]
  62.  
  63. V 1.01:
  64. -------
  65. More options under Mask , this meant moving the mask details into another
  66. menu as they were cluttering the main menu.
  67.  
  68. Bugfix::
  69. --------
  70.  
  71. I discovered that if you had two entries with the same filename and one of
  72. them was off-line , deleting the off-line file entry also deleted the file
  73. instead of leaving the file on disk.
  74.  
  75. [Fixed]
  76.