home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / l / l-coll1.zip / FRQLIB.LZH / changes next >
Text File  |  1992-04-29  |  8KB  |  214 lines

  1. ----------------------------------------------------------------------------
  2. Release 3.13 changes:                                          29 April 1992
  3.  
  4.  
  5. - The FR now does intelligent color selection.  This gives it a much better
  6.   chance of being legible on strange color palettes, and attempts to keep
  7.   the 3d look effect.  This is only disabled if the calling program sets
  8.   the FR_USEPENS flag.
  9.  
  10. - When the history list is being shown, if a file path/name is longer than
  11.   the space available, the path is truncated starting with the device
  12.   name, and then subdirectories until the name fits in the display.
  13.   
  14.   e.g.:
  15.  
  16.      Work:dir/subdir/test.file
  17.      ..:dir/subdir/test.file
  18.      ../subdir/test.file
  19.      ../test.file
  20.  
  21. - The disk icons up/down scroll arrows now move 2 disks at a time.
  22.  
  23. - The FR now attempts to keep the same visual size when used on interlaced
  24.   and non-interlaced screens.  It will double its size when it shows up on
  25.   an interlaced screen automatically.
  26.  
  27. - Disk list mode, shows disks names only, without icons.
  28.  
  29.  
  30. Bug Fixes:
  31.  
  32. - Arrow gadgets didn't highlight when clicked on.. fixed.
  33.  
  34.  
  35. ...........................................................................
  36.  
  37. FR_Bypass changes:
  38.  
  39. - If the FR opens its own screen, the title of the new screen is the
  40.   same as the calling program's screen.
  41.  
  42. - The 'w' option now works the other way around, using it makes the
  43.   startup window show up.
  44.  
  45. - FR_Bypass now has an icon.. and can be run from WB, and/or placed in
  46.   the WBStartup drawer.  Running it after the first time simply makes
  47.   the current copy bring up its Control Panel.
  48.  
  49. - The Control Panel has more new options:
  50.  
  51.   - Save Config         Saves configuration to envarc:.
  52.   - Load Config         Loads configuration from envarc:.
  53.   - Reset to Defaults   Resets settings to 'factory' defaults.
  54.   - Kill FR_Bypass      Unloads FR_Bypass.
  55.  
  56.   For pre 2.0 users, make sure you assign envarc: somewhere.
  57.  
  58. - When FR_Bypass first runs, it attempts to load up the saved config from
  59.   envarc: if it was run from WB, or no options were specified when run
  60.   from the shell.
  61.  
  62. - The w, z, o and d user options can now be changed from the Control Panel.
  63.  
  64. - You can set the default width/height for the default 3 FR sizes, both
  65.   from the Control Panel, and from the CLI.
  66.  
  67. - New option forces the FR to reset to the Normal size after each time.
  68.  
  69. - The pen used to render the directories in the list now defaults to a
  70.   better choice.
  71.  
  72. - If the FR showing up on a screen will cause the screen's contents to
  73.   be destroyed, the FR will open its own screen.  This is most evident
  74.   in DPaint and similar programs.
  75.  
  76.  
  77.  
  78. Bug Fixes:
  79.  
  80. - Fixed bug with REQ bypass sometimes not correctly cancelling the FR.
  81.  
  82. - Fixed problems with enabling/disable the injector.
  83.  
  84. - When the control panel is up, hitting the hotkey to invoke it again
  85.   no longer causes it to pop up again when it is exited.
  86.  
  87. - The injector FR now obeys the custom screen settings and auto-center.
  88.  
  89. - Fixed bug with asl bypass causing AssignX not to work correctly.
  90.  
  91. ----------------------------------------------------------------------------
  92. Release 3.10 changes:                                          29 March 1992
  93.  
  94. 1. User List:
  95.  
  96.    The User List is simply a list of directories and files that the user
  97.    defines and can access quickly.  To get to the list, just click the right
  98.    mouse button once to get the User List, or hit the F2 key.  You can then
  99.    pick any entry in that list to go to that directory, or select that file.
  100.  
  101.    The User List is read from a file called "s:kd_freq.user.list", which you
  102.    create.  It is simply a list of directories or files, each on its own line.
  103.    Each entry must be terminated with a return.  A directory must end with
  104.    a : or a / so that it is recognized as one.  A file is any entry which
  105.    doesn't end with a : or a /.  The library will read the user.list file
  106.    when it FIRST starts up, so any changes to this file won't show up until
  107.    the next time the library starts itself.  (normally at boot-up time).
  108.  
  109.    You can also quickly add the current file/directory to the User List,
  110.    just hit F8 and it will be added to the user list, however, this will
  111.    only remain for the duration of the current session.. once the library
  112.    is flushed, these will be lost.  As long as the library is not flushed,
  113.    all programs using the library access the same list, so if you add an
  114.    entry from the FR in one program, it'll show up in the other, i.e. the
  115.    User List is global.
  116.  
  117.    Note: If the user list is empty, it will NOT show up, and the FR will skip
  118.          it and go to the next list instead.
  119.  
  120.          The User List ignores duplicate entries.
  121.  
  122.  
  123. 2. History List:
  124.  
  125.    The history list is the last 100 files you OK'd in any invocation of
  126.    the FR during the current session.  (i.e. since the library was loaded).
  127.    It acts like the User List, except that entries are added to it
  128.    automatically as you use the FR.  If you cancel the FR, the entry will
  129.    not be stored.   To access the History list click on the right mouse
  130.    button twice, or hit the F2 key twice.
  131.  
  132.    Note: If the history list is empty, the FR will skip it and show the
  133.          storage devices list instead.
  134.  
  135.          The History List is NOT sorted, it shows up in reverse order of
  136.          selection, i.e. last file selected shows up at the top of the list.
  137.  
  138.          The History List deletes duplicate entries.  When the list is
  139.          filled up, the new entry pushes out the oldest entry.
  140.  
  141.  
  142. 3. Programmer's changes:
  143.  
  144.    a. New Flag, FR_SELECTLISTTIME, allows you to ask the FR to return to
  145.       you the Select List file in order of selection, not sorted.  As each
  146.       file is cliked on, a time stamp is attached to it, and when the list
  147.       is returned to the program, it is returned in order of selection.
  148.       Note this only works with the select list, not the old extended list.
  149.  
  150.    b. If the user ok's a requester with marked entries without entering
  151.       them in the select list, these are automatically entered in the select
  152.       list before returning the list to the program.  This makes it unnecessary
  153.       to hit the Select gadget in order to store the marked files.
  154.  
  155.    c. New flag, FR_DIRSONLY, makes the FR come up in Dirs-Only mode.  This
  156.       totally ingores files and only allows the user to select a path.
  157.       The file, hide, and show gadgets disappear, and only directories are
  158.       shown in the file list area.
  159.  
  160.    d. New flag, FR_USEPENS, allows you to set up the basic render pen colors
  161.       within the FR.  Note that the higher the pen number, the slower the
  162.       rendering generally will be.
  163.  
  164.  
  165. Bug Fixes:
  166.  
  167. 1. ASL font requesters were incorrectly bypassed when using BackTalk.  This
  168.    no longer happens.  FR_Bypass passes those font requests back to the
  169.    asl.library now, as it should.
  170.  
  171. 2. FR_Bypass was not coming up in the screen font when bypassing a request.
  172.    Fixed.
  173.  
  174. 3. The Select List display would get messed up when a proportional font was
  175.    used.. fixed.
  176.  
  177. 4. Clicking on an empty entry sometimes caused garbage to show up in the
  178.    file gadget.. fixed.
  179.  
  180. ----------------------------------------------------------------------------
  181. FR_Bypass changes:
  182.  
  183. 1. Auto-Center option, makes FR always come up centered on screens.
  184. 2. New control panel to change Bypass settings on the fly.
  185. 3. Option to force FR to always come up on its own screen, or to only do
  186.    that if destination screen is lo-res.
  187.  
  188. Read the FR_Bypass.DOC for details.
  189.  
  190.  
  191. Bug Fixes:
  192.  
  193. 1. PageStream 2.2 and 2.2HL FR calls now work correctly.
  194. 2. TurboText font calls are no longer incorrectly intercepted.
  195. 3. other small bug fixes.
  196.  
  197. ----------------------------------------------------------------------------
  198. Release 3.01 changes:                                            17 Nov 1991
  199.  
  200. 1. Program-definable gadget that can be used from within the requester.
  201.    Read the docs for programming details for the ExtraButton.
  202.  
  203. 2. Added 'About' feature in Injector.  Just click on the 'About' gadget
  204.    to see instructions on how to use the Injector.
  205.  
  206. 3. Directory string gadget now shows the last part of the directory's path
  207.    name if it is longer than the string gadget.
  208.  
  209. 4. New program, WFind is a simple program that does what Find does, except
  210.    it searches for files using a wildcard pattern, like the FR feature
  211.    does.  I put this here along with WFind.c so that you can play with it.
  212.  
  213. ----------------------------------------------------------------------------
  214.