home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 005A / 4UTILS85.ZIP / WHATS.NEW < prev   
Text File  |  1995-05-07  |  4KB  |  130 lines

  1. 4DESC
  2. =====
  3.  
  4. Version 1.74
  5.  
  6. * Sorting improved: date and size sorting use alphabetical sorting as
  7.   secondary sorting key in case of identical date resp. size.
  8. * Sorting bug in extension sorting fixed. (Wirta Wiriyan)
  9. * Smooth scrolling in backward direction introduced. Scrolling is now
  10.   consistent.
  11.  
  12. Version 1.73
  13.  
  14. * another Directory-bug fixed: Directories described with "describe"
  15.   won't loose their description anymore.
  16. * Super-VGA modes do work again. (I forgot to include "Fix.pas")
  17.  
  18. Version 1.72
  19.  
  20. * Some superfluous GetDirs() removed.
  21. * "Empty Drive Problem" fixed. (Alain Gateau)
  22. * another Directory-bug fixed: Directories described with "describe"
  23.   won't loose their description anymore.
  24.  
  25. Version 1.71
  26.  
  27. * Arrow-right stops after the last character. (Peter C. Broekhuizen)
  28. * Arrow left scrolls now as late as possible (cf. Turbo Pascal Input line)
  29.   (Peter C. Broekhuizen)
  30. * Display of current description length added. (Peter C. Broekhuizen)
  31. * Cut & Paste added:
  32.   Shift + (Arrows-Keys,Home,End...) select, Shift-Ins Pastes, Ctrl-Ins Copies
  33.   (as in Turbo Pascal) (Peter C. Broekhuizen)
  34. * New Parameter: UseMouse = Y|N (Andreas Tranquillini)
  35. * The LeftJust Entry was renamed to Justify and has got three parameters:
  36.   . Justify = left      : xxxx.yyy
  37.   . Justify = left.left : xxxx    .yyy
  38.   . Justify = right.left:     xxxx.yyy
  39.   (Andreas Tranquillini)
  40. * Sorting has now been implemented ! (various requests)
  41. * This version evaluates the 4DOS.INI file for configuration parameters
  42.   too! The following 4DOS variables will be taken into account:
  43.   . CursorOver, CursorIns : changes the appearance of the cursor
  44.   . EditMode              : changes the edit mode at startup
  45.  
  46.   I had to change Date & Time Formats into DateAndTimeFormats to appease
  47.   the 4DOS parser. (Jorj Strumolo)
  48. * New command line switch /dontask: do not ask for confirmation when
  49.   saving; save the modified descriptions straight away, even if it is
  50.   garbage... (Miguel Farah F.)
  51. * Typo highlighted corrected. (pi)
  52. * Display "Buf" instead of "Cut" when inserting text into Cut/Paste
  53.   buffer (Jorj Strumolo)
  54. * New entry in configuration file: PasteMovesToNextIndex (Jorj Strumolo)
  55.  
  56. Version 1.70
  57. ------------
  58.  
  59. * Super VGA support (Robert Juhasz)
  60. * Program information field will now be handled correctly
  61. * 4DOS 5.0 compatible: max. description length raised to 200 characters
  62.  
  63. Version 1.60
  64. ------------
  65.  
  66. * Mouse support added.
  67. * The description line made scrollable. Maximum description length now
  68.   200 characters. (The new 4DOS release will allow description lengths up
  69.   to 200 characters.)
  70. * diacritics in filenames will be handled correctly.
  71.   (they won't be converted at all, but this is the correct way)
  72.  
  73.  
  74. Version 1.55
  75. ------------
  76.  
  77. * 4DESC creates a temporary copy of DESCRIPT.ION while saving, called
  78.   DESCRIPT.OLD. (useful while debugging !)
  79. * 4DESC handles descriptions consisting of pure spaces correctly.
  80. * The desription editor behaves more logically now.
  81. * 4DESC's command line has slightly changed:
  82.    4DESC [/help] [/mono] [d:][\path]
  83.  
  84. 4FF
  85. ===
  86.  
  87. Version 1.85
  88. ------------
  89.  
  90. * /x switch added (scans all fixed drives).
  91. * Single drive support: If you have only one drive, accessable under
  92.   the letters A: and B:, list it only once.
  93. * No scan inside compressed archives when looking for a description
  94.   string or for file attributes
  95. * Fix attribute search option: find always hidden files regardless of the
  96.   hidden- directive
  97. * /h supersedes any other command-line switch
  98.  
  99. (all of the above found by Silvano Sgrignoli)
  100.  
  101. Version 1.84
  102. ------------
  103.  
  104. * Piping bug fixed (discovered by Jan Brentved)
  105.  
  106. Version 1.83
  107. ------------
  108.  
  109. * /ddesc switch introduced. All files with the (sub)string desc in their
  110.   description will be listed. The old /d (drives) switch has been renamed
  111.   to /f.
  112.  
  113. Version 1.82
  114. ------------
  115.  
  116. * Recursive-directory-search-bug fixed.
  117.  
  118. Version 1.81
  119. ------------
  120.  
  121. * more generous directory search:
  122.   . scans directories with suffixes too, e.g. foo.bar.
  123.     (It is in my opinion a bad habit to add suffixes to directories,
  124.      that's why I've not included this into the search list in previous
  125.      releases. Furthermore it slows down the search process.)
  126.   . searches now trough directories with the hidden/system bit set
  127.     (someone pointed out this possibility)
  128. * uses now DESCRIPT.PAS to search its descriptions.
  129. * range bug eliminated.
  130.