home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / 4utils83.zip / WHATS.NEW < prev   
Text File  |  1994-04-28  |  3KB  |  96 lines

  1. 4DESC
  2. =====
  3.  
  4. Version 1.73
  5.  
  6. * another Directory-bug fixed: Directories described with "describe"
  7.   won't loose their description anymore.
  8. * Super-VGA modes do work again. (I forgot to include "Fix.pas")
  9.  
  10. Version 1.72
  11.  
  12. * Some superfluous GetDirs() removed.
  13. * "Empty Drive Problem" fixed. (Alain Gateau)
  14. * another Directory-bug fixed: Directories described with "describe"
  15.   won't loose their description anymore.
  16.  
  17. Version 1.71
  18.  
  19. * Arrow-right stops after the last character. (Peter C. Broekhuizen)
  20. * Arrow left scrolls now as late as possible (cf. Turbo Pascal Input line)
  21.   (Peter C. Broekhuizen)
  22. * Display of current description length added. (Peter C. Broekhuizen)
  23. * Cut & Paste added:
  24.   Shift + (Arrows-Keys,Home,End...) select, Shift-Ins Pastes, Ctrl-Ins Copies
  25.   (as in Turbo Pascal) (Peter C. Broekhuizen)
  26. * New Parameter: UseMouse = Y|N (Andreas Tranquillini)
  27. * The LeftJust Entry was renamed to Justify and has got three parameters:
  28.   . Justify = left      : xxxx.yyy
  29.   . Justify = left.left : xxxx    .yyy
  30.   . Justify = right.left:     xxxx.yyy
  31.   (Andreas Tranquillini)
  32. * Sorting has now been implemented ! (various requests)
  33. * This version evaluates the 4DOS.INI file for configuration parameters
  34.   too! The following 4DOS variables will be taken into account:
  35.   . CursorOver, CursorIns : changes the appearance of the cursor
  36.   . EditMode              : changes the edit mode at startup
  37.  
  38.   I had to change Date & Time Formats into DateAndTimeFormats to appease
  39.   the 4DOS parser. (Jorj Strumolo)
  40. * New command line switch /dontask: do not ask for confirmation when
  41.   saving; save the modified descriptions straight away, even if it is
  42.   garbage... (Miguel Farah F.)
  43. * Typo highlighted corrected. (pi)
  44. * Display "Buf" instead of "Cut" when inserting text into Cut/Paste
  45.   buffer (Jorj Strumolo)
  46. * New entry in configuration file: PasteMovesToNextIndex (Jorj Strumolo)
  47.  
  48. Version 1.70
  49. ------------
  50.  
  51. * Super VGA support (Robert Juhasz)
  52. * Program information field will now be handled correctly
  53. * 4DOS 5.0 compatible: max. description length raised to 200 characters
  54.  
  55. Version 1.60
  56. ------------
  57.  
  58. * Mouse support added.
  59. * The description line made scrollable. Maximum description length now
  60.   200 characters. (The new 4DOS release will allow description lengths up
  61.   to 200 characters.)
  62. * diacritics in filenames will be handled correctly.
  63.   (they won't be converted at all, but this is the correct way)
  64.  
  65.  
  66. Version 1.55
  67. ------------
  68.  
  69. * 4DESC creates a temporary copy of DESCRIPT.ION while saving, called
  70.   DESCRIPT.OLD. (useful while debugging !)
  71. * 4DESC handles descriptions consisting of pure spaces correctly.
  72. * The desription editor behaves more logically now.
  73. * 4DESC's command line has slightly changed:
  74.    4DESC [/help] [/mono] [d:][\path]
  75.  
  76. 4FF
  77. ===
  78.  
  79. Version 1.82
  80. ------------
  81.  
  82. * Recursive-directory-search-bug fixed.
  83.  
  84. Version 1.81
  85. ------------
  86.  
  87. * more generous directory search:
  88.   . scans directories with suffixes too, e.g. foo.bar.
  89.     (It is in my opinion a bad habit to add suffixes to directories,
  90.      that's why I've not included this into the search list in previous
  91.      releases. Furthermore it slows down the search process.)
  92.   . searches now trough directories with the hidden/system bit set
  93.     (someone pointed out this possibility)
  94. * uses now DESCRIPT.PAS to search its descriptions.
  95. * range bug eliminated.
  96.