Submitted by admin on Thu, 2002/04/25 - 23:04
  • corected many errors connected with displaying text - especially when selecting large fonts in display properties (control panel), or setting some strange color and size scheme
  • changed handling copy without buffering - previously file was copied by multiplies of buffer size. If read data size wasn't the multiply of the buffer size then program stored overfluous info to destination file, and after a moment changed size of the file to a size of source file. Now copying has a two passes - first copies files by the multiplies of buffer size, and the second the rest data (concerns only files copying with no buffering)
  • added new option in program's main menu - shutting down the systemafter finished copying
  • corrected handling of displaying dialog box informing about missing enough free space on disk - now, when copying was interrupted in a half and then resumed - when calculating needed free space there is being taken the copied part into consideration.
  • corrected (a little) visual confirmation dialogs - they're now a little more 'clean', but further they're wretched
  • corrected error - limiting count of simultaneously performed operations in some situations stops working correctly, and requires to restart program.
  • corrected moving data inside one partition boundary - previously moving data this way caused generating an error 'File exists' if there was folder or file with the same name with this being copied
  • corrected incorrectly showed progress in case copying data with disabled buffering (it may caused some other problems of which I haven't known).
  • little corrections to a tab order in many dialogs