home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / podstawy / dos / 4dos / 4uzytki / 4utils86.exe / WHATS.NEW < prev   
Text File  |  1995-07-09  |  5KB  |  141 lines

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