home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / libs / reqtool.lha / ReqTools / README < prev    next >
Encoding:
Text File  |  1992-08-15  |  28.0 KB  |  570 lines

  1.  
  2.                       **********************************
  3.  
  4.                           reqtools.library
  5.  
  6.                           The requester toolkit.
  7.  
  8.                           Release 2.0c
  9.  
  10.                           (c) 1991/1992 Nico Franτois
  11.  
  12.                       **********************************
  13.  
  14.  
  15.    First of all read the DISTRIBUTION file for information on... er well...
  16. distribution :-)
  17.  
  18.    If you have suggestions or remarks about ReqTools, or if you find any
  19. bugs, please let me know.
  20.  
  21.    Contacting the author:
  22.  
  23.      Fido:  2:292/603.10 (Nico Francois)
  24.  
  25.      UUCP:  Nico.Francois@p10.f603.n292.z2.FidoNet.Org
  26.  
  27.      Mail:  Nico Franτois
  28.             Corbielaan 13
  29.             B-3060 Bertem
  30.             BELGIUM
  31.  
  32.    If you can please use e-mail.  That way you'll stand a much better chance
  33. of getting a reply quickly.
  34.  
  35.  
  36. Contents
  37. ========
  38.  
  39. 1. Introduction
  40.  
  41. 2. Features
  42.  
  43. 3. Installation
  44.  
  45. 4. Using reqtools.library
  46.  
  47.  
  48. 1. Introduction
  49. ===============
  50.  
  51.     reqtools.library is a standard Amiga shared, runtime library.  The purpose
  52. of ReqTools is to make it a lot quicker and easier to build standard requesters
  53. into your programs.  ReqTools is designed with Commodore's style guidelines in
  54. mind, all requesters have the look-and-feel of AmigaDOS Release 2.
  55.  
  56.     If you use ReqTools in your programs you do not have to worry about
  57. requesters too much.  You'll have a lot more time to concentrate on the
  58. really important stuff your program does.
  59.  
  60.     The library has been inspired by req.library (by Colin Fox & Bruce Dawson)
  61. and Commodore's own asl.library.  You will find it shares a lot of the
  62. features with these two libraries, while it has some additional ones as well.
  63. While asl.library was great in look-and-feel I felt it lacked quite a bit in
  64. the power department.  This power _is_ mostly available in req.library, but
  65. this doesn't fit in too well with AmigaDOS Release 2.  So the idea for a new
  66. requester library was born.
  67.  
  68.     I tried to make all requesters in ReqTools very powerful, easy to use and 
  69. with a very nice new-look 3D interface.  Efficiency was also considered very
  70. important.  The 2.0 version of the library is about 36K large.  I'm sure you
  71. will agree this is not too much considering what ReqTools offers.
  72.  
  73.     ReqTools features the following requesters:  a query requester, a string
  74. requester, a number requester, a file requester, a font requester, a palette
  75. requester and new in release 2.0 of ReqTools a volume requester and a screen
  76. mode requester.
  77.  
  78.  
  79. 2. Features
  80. ===========
  81.  
  82.    The requesters have following features (features marked with *NEW* are new
  83. features for release 2.0, version 38 of ReqTools):
  84.  
  85.    All requesters:
  86.  
  87.       o have a pixel-perfect Workbench 2.0 3D look, also on Kickstart 1.3.
  88. *NEW* o Completely localized!  If you are using Workbench 2.1 or higher the
  89.         text in ReqTools requesters will appear in the language of your
  90.         Workbench (if the catalog for this language is available).
  91.       o adjust to interlaced screens and to the screen's font (rtEZRequest,
  92.         rtGetLong, rtGetString) or to any fixed-width font if the screen's
  93.         font is proportional (rtPaletteRequest/rtFileRequest/rtFontRequest).
  94. *NEW*   Requesters can also use any suitable font you specify.
  95.       o can appear under the mouse pointer, centered on the
  96.         screen/in a window or at the top left of the screen/a window.
  97.       o can be used asynchronously.
  98.       o check pr_WindowPtr of your process is to find the screen they should
  99.         appear on (can be overridden).
  100.       o use tags for maximum future extendibility.  All standard 2.0 tags are
  101.         supported (like TAG_SKIP, TAG_MORE, etc.).
  102.       o bring the screen they appear on to the front.  The screen that was
  103.         in front previously will be put in front again when the requester
  104.         finishes (if it is still open).
  105. *NEW*   This behaviour can be switched off.
  106.       o will always appear in the visible portion of the screen (support of
  107.         virtual screens).
  108.       o are extensively tested using enforcer and mungwall debugging tools.
  109. *NEW* o have the ability to lock the parent window from all user input and
  110.         give it a standard wait pointer automatically.
  111. *NEW* o can share the IDCMP port of the parent window.
  112. *NEW* o supports a callback hook for handling IDCMP messages from a shared
  113.         IDCMP port.
  114. *NEW* o have keyboard shortcuts for gadgets (key underlined in gadget label).
  115.         Use Right Amiga key with shortcut if a string gadget is active.
  116.  
  117.    rtEZRequest, the query requester:
  118.  
  119.       o easy keyboard shortcuts:
  120.         - Left Amiga V and Left Amiga B (like the standard requesters).
  121.         - Y for positive response.
  122.         - N, R, Esc for negative response.
  123.         - Return can also be used as a shortcut and can be
  124.           associated with any response.  The gadget in question
  125.           will have its text printed bold.
  126.           Default response for Return is the positive response.
  127.         - buttons give visual feedback when keyboard shortcuts
  128.           are used.
  129.         - keyboard shortcuts can be canceled by pressing Shift
  130.           before releasing the key.
  131. *NEW*   - keyboard shortcuts can be defined to be any character in the
  132.           button's label.  The character in question will be underlined.
  133.       o number of responses only limited by screen width.
  134.       o allows for multiple lines of text.
  135.       o text can be centered in requester (great for about requesters).
  136.       o supports the use of 'printf' formatting codes in text
  137.         and in responses.
  138.       o can be terminated by IDCMP events.
  139.  
  140.    rtFileRequest, the file requester:
  141.  
  142.       o similar in use and look-and-feel as Asl file requester.
  143.       o buffers directories in memory.
  144.       o files and directories can be added or removed from the buffer
  145.         by the calling program.
  146.       o can be put in save mode, disabling double-clicks and asking you if
  147.         directories that can't be found (entered manually) should be created.
  148.       o optional callback hook for verification of files before they are
  149.         added to the buffer.
  150.       o supports multiple selection of files and optionally of directories.
  151.       o when multi-select is on All, Clear and Match.. buttons are available.
  152.         All selects, and Clear unselects all files.  Match.. brings up a
  153.         requester where the user can enter a pattern to select files.
  154.       o can be used as a directory requester (showing no files).
  155.       o optional pattern gadget to match files on.
  156.       o shows all devices (with volume names) and all assigns made.
  157.       o supports TABCYCLE under 2.0
  158.       o pattern matching supports _ALL_ AmigaDOS 2.0 patterns.
  159. *NEW* o can be used as a volume requester to get a device or an assign
  160.         from the user.
  161. *NEW* o can be resized in height to show more files.
  162. *NEW* o Shows disk percentage used next to volume names.
  163. *NEW* o Allows you to enter paths in the filename string gadget.  If the
  164.         requester finds a path in the filename it will change the directory
  165.         to that path.  So if you e.g. enter 'Devs:mountlist' in the filename
  166.         gadget the requester will read the 'Devs:' directory and set the
  167.         filename gadget to 'mountlist'.  If you enter 'printers/' it will go
  168.         into the printers directory. Enter '/' to go to the parent directory.
  169. *NEW* o Completely keyboard controlable: use up and down cursor keys to
  170.         select files or directories.  Use Shift-Up and Shift-Down to jump
  171.         by one window-full.
  172.  
  173.    rtFontRequest, the font requester:
  174.  
  175.       o buffers all fonts in memory.
  176.       o shows sample of font you click on.
  177.       o can be also be used to select the font's style.
  178.       o supports color fonts, can change the screen's palette.
  179.       o supports scaled fonts (AmigaOS Release 2 only).
  180.       o optional callback hook for verification of fonts before they are
  181.         added to the buffer.
  182.       o supports TABCYCLE under 2.0
  183. *NEW* o can be resized in height to show more fonts.
  184. *NEW* o makes sure selected font is visible in listview when it comes up.
  185.  
  186. *NEW* rtScreenModeRequest, the display mode requester (Kickstart 2.0+ only!):
  187.  
  188. *NEW* o all modes in the DisplayInfo database can be displayed.
  189. *NEW* o allows you to pick a standard overscan setting.
  190. *NEW* o user may enter prefered size or choose to get the defaults.
  191. *NEW* o number of colors selectable.
  192. *NEW* o can be put up with the attributes from a given screen.
  193. *NEW* o optional callback hook for examining a display mode before it is
  194.         added to the requester.
  195. *NEW* o can be resized in height to show more modes.
  196. *NEW* o makes sure selected mode is visible in listview when it comes up.
  197.  
  198.    rtPaletteRequest, the palette requester:
  199.  
  200.       o features Copy, Swap and Spread functions.
  201.       o current values of red, green and blue are displayed.
  202.       o returns the selected color.
  203.  
  204.    rtGetLong, the long integer requester:
  205.  
  206.       o width of requester can be set by caller.
  207.       o a minimum and maximum can be supplied and will be displayed
  208.         in the requester.
  209.       o a value to show up when the requester appears can be supplied.
  210. *NEW* o can display buttons with several possible responses.
  211. *NEW* o invisible entry is possible (useful for getting a code number).
  212. *NEW* o patterned backfill of requester can be switched on or off.
  213. *NEW* o some line(s) of (centered) text may be displayed above the entry
  214.         gadget to give the user some extra information.
  215.  
  216.    rtGetString, the string requester:
  217.  
  218.       o width of requester can be set by caller.
  219.       o a string to show up when the requester appears can be supplied.
  220. *NEW* o can display buttons with several possible responses.
  221. *NEW* o invisible entry is possible (useful for getting a password).
  222. *NEW* o patterned backfill of requester can be switched on or off.
  223. *NEW* o some line(s) of (centered) text may be displayed above the entry
  224.         gadget to give the user some extra information.
  225.  
  226.  
  227. 3. Installation
  228. ===============
  229.  
  230.    To install reqtools.library copy it to your Libs: directory by hand, or
  231. run the installation script 'Install' (by using 'Execute' from the Shell or
  232. by double-clicking its icon).
  233.  
  234.    reqtools.library is provided in two versions (that are 100% equivalent,
  235. meaning you don't have to care which version the user installed):  one for
  236. Kickstart 1.2 (or higher) and one for Kickstart 2.0 and higher.
  237.  
  238.    The version for Kickstart 2.0 uses 2.0 ROM functions for stuff like
  239. pattern matching, parsing tags, the 3D look, while a lot in the Kickstart 1.3
  240. version is emulated.  It issuggested you use the 2.0 version of the library if
  241. you have Kickstart 2.0 in ROM
  242.  
  243.    If you are running Workbench 2.1 or higher you will have the possiblity to
  244. use ReqTools in different languages.  Just use the appropriate install script
  245. in the Install/Workbench_2.1+ directory.
  246.  
  247.  
  248. 4. Using reqtools.library
  249. =========================
  250.  
  251.    If you are a C programmer all you need to do is include the correct
  252. header ('libraries/reqtool.h') and open reqtools.library. After that you can
  253. use the functions in the library as if they were C functions. If your program
  254. quits it must of course close the library again. See 'demo.c' for an example.
  255.  
  256.    Glue code for several compilers/languages is included with ReqTools 2.0.
  257. Look in the Glue directory of the ReqTools distribution to see if glue code
  258. exists for your compiler and/or programming language.  If it doesn't and you
  259. write your own please send it to me and I'll include it in the next release
  260. of ReqTools.
  261.     Note that the source for the Manx C libraries is the same as for the SAS/C
  262. libraries.  See the README.Manx file in the archive
  263. 'Glue/Sas-C/LibSource.lha'.
  264.  
  265.    Functions allowing a variable number of arguments can't be called using
  266. pragmas (in-line library calls, no glue code required).  So if you use these
  267. you must always link with LIB:reqtools.lib or LIB:reqtoolsnb.lib (for SAS-C,
  268. or with the specific libraries for your compiler/language).
  269.  
  270.    Assembly programmers should also include the correct files and open
  271. reqtools.library.  To call a function they must load A6 with the library base,
  272. put the arguments in the appropriate registers and jump to the library vector
  273. offset of the function they want to call.
  274.  
  275.    Remember to open the library with a specific version number if you wish to
  276. use features only found in that version (for example: screen mode requester).
  277.  
  278.    All library functions are explained in the autodoc file 'reqtools.doc'.
  279.  
  280.                                                        Enjoy.
  281.  
  282.  
  283.                                LIBRARY HISTORY:
  284.  
  285. *****************************************************************************
  286. RELEASE 1.0 (Library version 37.556 [1.3] - 37.670 [2.0])
  287.  
  288.     First release.
  289.  
  290. *****************************************************************************
  291. RELEASE 1.0a (Library version 37.557 [1.3] - 37.673 [2.0])
  292.  
  293.     Fixed two minor bugs:
  294.       - if a directory could not be found and you re-invoked the file
  295.         requester it wouldn't check the directory again.
  296.       - devices like PRT:, CON:, etc. now no longer show up in the device
  297.         list of the 2.0 file requester.
  298.  
  299. *****************************************************************************
  300. RELEASE 1.0b (Library version 37.566 [1.3] - 37.678 [2.0])
  301.  
  302.     Fixed bug: entering a pattern when a file requester's directory was
  303.       invalid could cause a crash.
  304.     rtGetString() and rtGetLong() 2.0 requester windows no longer have close
  305.       gadgets.
  306.     Font requester entries are "release verify" instead of "immediate".
  307.     If no minimum or maximum is given for the GetLong requester it will not
  308.       be displayed (1.0 and 1.0a displayed MAXINT or MININT).
  309.     Minor cosmetic adjustments to file, font and palette requesters.
  310.     Oberon interface to the library included.
  311.  
  312. *****************************************************************************
  313. RELEASE 1.0c (Library version 37.592 [1.3] - 37.718 [2.0])
  314.  
  315.     Boopsi dispatch function for rtEZRequestA() buttons optimized (ReqTools
  316.       for Kickstart 2.0).  Occasional flicker just about eliminated.
  317.     Enlarged buttons a bit in rtGetLongA(), rtGetStringA() and the file, font
  318.       and palette requesters.
  319.     Width of scroller gadget in file requester window increased.
  320.     File string gadget is cleared when 'All' or 'Match..' is used.  This
  321.       wasn't done before and could result in unexpected multi-select results.
  322.     Visual feedback for keyboard shortcuts improved (rtEZRequestA()).  Button
  323.       stays depressed as long as the key in question is held down, but still
  324.       for a minumum of 1/10 sec.  New feature:  shortcuts can be canceled by
  325.       pressing Shift before releasing the key.
  326.     Minor bug fix: keyboard shortcuts V and B now really only work together
  327.       with the Left Amiga key.  Used to work without the qualifier.
  328.     rtEZRequestA(), rtGetLongA() and rtGetStringA() will no longer call the
  329.       DOS function Delay(), so they may from now on be called by tasks.
  330.       Every ReqTools requester, except the file and font requesters (they use
  331.       DOS for obvious reasons), can be called from a task.
  332.     EZRequest with only one button now responds to the Return key, whether
  333.       EZREQF_NORETURNKEY is set or not.
  334.     Fixed small bug in libraries/reqtools.i include file.  rtfi_Hook and
  335.       rtfo_Hook were followed by a ; and this could lead to problems.
  336.     Libraries (reqtoolss.lib and reqtoolssr.lib) for Dice C included.
  337.     Pre-release (0.91▀) of RTPatch patcher program included.
  338.  
  339. *****************************************************************************
  340. RELEASE 1.0d (Library version 37.600 [1.3] - 37.726 [2.0])
  341.  
  342.     rtEZRequestA(), rtGetStringA() and rtGetLongA() now switch the processor
  343.       stack to ensure sufficient stack space for the function to succeed.
  344.     Fixed bug in rtGetLong() requester in 2.0 version of ReqTools.  Used to
  345.       return TRUE and a random value if the user pressed Ok when the integer
  346.       gadget was empty.
  347.     File requester is somewhat larger by default.
  348.     Improved automatic requester resizing (if requester would become too big
  349.       for the screen).
  350.     File requester (in save mode) no longer asks "Create drawer?" when you
  351.       entered a drawer string containing a non-existing volume (e.g. 'FOO:').
  352.     Entries in file requester are now sorted immediately when you select the
  353.       slider gadget and not when you release it (1.3 version of ReqTools).
  354.     Latest revision of Oberon interface included.
  355.     Modula-2 interface to the library included.
  356.     Manx C interface to the library included.
  357.  
  358. *****************************************************************************
  359. RELEASE 1.0e (Library version 37.600 [1.3] - 37.726 [2.0])
  360.  
  361.     Rearranged directories a bit.  All glue code now in one directory.
  362.     Installation script now uses Commodore's Installer utility.
  363.     Two Modula-2 interfaces to the library are now included, one for M2Sprint
  364.       and one for M2Amiga.
  365.     Some bugs in the Dice C libs have been fixed (thanks to Magnus Holmgren).
  366.     Interface for HiSoft's HighSpeed Pascal included.
  367.  
  368. *****************************************************************************
  369. RELEASE 2.0 (Library version 38.347 [1.3] - 38.693 [2.0])
  370.  
  371.     All requesters now have keyboard shortcuts.
  372.     Kickstart 2.0 version of ReqTools has been localized.  As long as the
  373.       appropriate catalog file exists ReqTools will appear in the user's
  374.       selected langauge.
  375.     New requester: rtScreenModeRequestA().  A screen mode requester. Can be
  376.       used to get a screen mode, size, depth and overscan type from the user.
  377.       This requester is only available on Kickstart 2.0 or higher, but also
  378.       present in the Kickstart 1.3 version of ReqTools.
  379.     File, font and screenmode requesters are now resizable (in height).
  380.     Font, volume and screen mode requesters will now make sure the current
  381.       entry is visible in the listview when the requester first comes up.
  382.     Improved DOWILDFUNC hook interface.  New tag: RTxx_FilterFunc. Old hook
  383.       interface (using req->Hook and FREQF_DOWILDFUNC flag) is still
  384.       supported, but declared obsolete.  Don't use in new code.
  385.     Several new tags:
  386.       o RT_Locale:  specify a locale to be used instead of the default one.
  387.         Ignored if locale.library isn't present in the system or you are
  388.         using the Kickstart 1.3 version of ReqTools.
  389.       o RT_ShareIDCMP and RT_IntuiMsgFunc:  All requesters can now share
  390.         their IDCMP port with the parent window.  A callback hook for
  391.         intuition messages received not concerning the requester can also be
  392.         set using the RT_IntuiMsgFunc tag.
  393.       o RT_LockWindow:  Enables you to make ReqTools lock the parent window
  394.         from all user input and give the window a standard wait pointer.
  395.         After the requester returns the window will be unlocked and will get
  396.         its original pointer back.
  397.       o RT_Underscore:  With this tag it is possible to define keyboard
  398.         shortcuts for buttons.  You can ask ReqTools to underline a character
  399.         in the button's label and use this as a shortcut.
  400.       o for rtGetString() and rtGetLong(): RTGS_GadFmt, RTGS_GadFmtArgs,
  401.         RTGL_GadFmt and RTGL_GadFmtArgs.  With these tags you may give the
  402.         user several ways out of the string/long requester.
  403.       o for rtGetString() and rtGetLong(): RTGS_Invisible and RTGL_Invisible.
  404.         Can be used to switch on invisible typing to get a password or a code
  405.         number from the user.
  406.       o RTGS_TextFmt, RTGL_TextFmt, RTGS_TextFmtArgs and RTGL_TextFmtArgs:
  407.         These tags allow you to supply some line(s) of text that should be
  408.         printed above the string/integer gadget in the rtGetString() or
  409.         rtGetLong() requesters.
  410.       o RTGS_Flags and RTGL_Flags:  Set certain flags for rtGetString() and
  411.         rtGetLong() requesters.  Used to set the GSREQF_CENTERTEXT or
  412.         GLREQF_CENTERTEXT flags.
  413.       o RTGS_BackFill and RTGL_BackFill:  Switch the patterned backfill in
  414.         the rtGetString() and rtGetLong() requesters on or off.
  415.       o RT_ScreenToFront:  Allows you to switch of the default behaviour of
  416.         popping the screen the requester appears on to the front.
  417.       o RT_TextAttr:  Allows you to specify a font a requester should use
  418.         instead of the screen or default font.
  419.       o RTFI_VolumeRequest:  New flavor of file requester: volume requester.
  420.         Allows you to easily get a device/assign from the user.
  421.       o RTFI_AllowEmpty:  Enables you to allow the file requester to accept
  422.         an empty filename.  Normally cancels the requester if no filename
  423.         was entered.
  424.     Changes to file requester:
  425.       o Shows disk percentage used next to volume names.
  426.       o 'Hide .info' cycle gadget gadget in file requester replaced by
  427.         '.info' toggle gadget next to filename string gadget.
  428.       o Will no longer automatically change directories to their full
  429.         pathname.  Will only do so when needed (e.g. parent of an assign).
  430.       o Allows you to enter paths in the filename string gadget.  If the
  431.         requester finds a path in the filename it will change the directory
  432.         to that path.
  433.       o Completely keyboard controlable: use up and down cursor keys to
  434.         select files or directories.  Use Shift-Up and Shift-Down to jump
  435.         by one window-full.
  436.       o 1.3 version has a 2.0-look sizing gadget and bottom border.
  437.       o Changed 'Disks' to 'Volumes'.
  438.       o Changed '(dir)' to 'Drawer' (right justified).
  439.       o Assigns now displayed differently (with 'Assign' right justified).
  440.       o Added an indicator for number of selected files (if multiselect on).
  441.       o No longer shows 'Add', 'Match..' and 'Clear' gadgets if no multi-
  442.         select is possible.
  443.     New library functions:
  444.       o rtLockWindow() and rtUnlockWindow():  easily lock a window from user
  445.         input and give it a standard wait pointer.
  446.       o rtCloseWindowSafely():  close a window with a shared IDCMP port.
  447.     Updated glue code:
  448.       o Oberon interface updated for ReqTools V38.
  449.       o SAS/C, Manx C and Dice glue code updated for ReqTools V38.
  450.       o New HighSpeed Pascal (for ReqTools V38) interface written by
  451.         Gunter Indenhoek included.
  452.     Demo updated to demonstrate new features of ReqTools 2.0.
  453.     Version 1.0 of RTPatch patcher program included.  Patches req.library,
  454.       arp.library and asl.library to use ReqTools requesters instead.
  455.  
  456. *****************************************************************************
  457. RELEASE 2.0a (Library version 38.350 [1.3] - 38.693 [2.0])
  458.  
  459.     Aaaargh!  Just one day after releasing ReqTools 2.0 a MAJOR bug turned
  460.       up in the Kickstart 1.3 version:  rtLockWindow() was broken!!  Only
  461.       turned up when running on 1.3, since on 1.3 there seems to be no return
  462.       value from intuition.library/Request() (So C=, your autodocs have a bug
  463.       in them as well :-).  Bug fixed.
  464.     Fixed broken install script for Workbench 1.3.
  465.  
  466. *****************************************************************************
  467. RELEASE 2.0b (Library version 38.358 [1.3] - 38.803 [2.0])
  468.  
  469.     Installer is no longer distributed with ReqTools. It is copyrighted by
  470.       Commodore and can only be distributed under license. If you have
  471.       Installer (preferably version 2.12 or higher) make sure it is in your
  472.       command path so the install scripts will work. If you don't have
  473.       Installer you'll have to install ReqTools manually, sorry.
  474.     When you use the up/down arrows in the file requester and no file is
  475.       highlighted yet, ReqTools will now highlight the file at the top of
  476.       the visible area (instead of the first file in the list).
  477.     Some small changes in demo, now demonstrates min/max with rtGetLong(),
  478.       return value when RTGS_GadFmt is used and multi-selection in the file
  479.       requester.
  480.     Changed RTGL_BackFill and RTGS_BackFill tags to use the same spelling as
  481.       WA_BackFill in intuition.h (with a capital F).  Be sure to install the
  482.       new include files.
  483.     Install scripts for Workbench 2.0 or higher now also try to update
  484.       RTPatch (if the the file is found in C: or SYS:WbStartup).
  485.     Added icons for install scripts for all 10 languages.  Install strings
  486.       are all more or less translated.  Catalog translation files of all
  487.       languages not supported yet are now also included, making it easier to
  488.       translate ReqTools.
  489.     From this release on ReqTools will make sure the Dir field of the file
  490.       requester structure is pointing to the current directory while in the
  491.       file filter callback hook (RTFI_FilterFunc).
  492.     Changes in the Kickstart 2.0 version of ReqTools:
  493.       o All requesters use simple refresh windows.  Window refreshing is a
  494.         bit slower, but a lot of chip memory is saved.  Very important when
  495.         you use the requesters on screens with a lot of colors/bitplanes.
  496.       o All requesters have a backfill hook installed that will fill the
  497.         background of the window with the DrawInfo pen BACKGROUNDPEN.  The
  498.         DetailPen and BlockPen of the requesters will now also be set to
  499.         DrawInfo pens (BACKGROUNDPEN and SHADOWPEN).
  500.     Bug fixes:
  501.       o When the RTGL_GadFmt or RTGS_GadFmt tag was used the requester did
  502.         not return the correct value.
  503.       o Small problem with requester resizing on virtual screens. Maximum
  504.         number of entries was restricted to fit the visual area. The maximum
  505.         height of the requester's window is now also set correctly.
  506.       o Empty (current) directory no longer cancels the directory requester.
  507.       o Font requester in Kickstart 1.3 version of the library didn't
  508.         show a font if the font was previously opened in another height.
  509.       o Field rt_Flags in 'libraries/reqtools.[hi]' changed to rt_RTFlags
  510.         since it conflicted with the rt_Flags field in 'rexx/storage.[hi]'.
  511.         Shouldn't cause any problems since the field was private anyway.
  512.       o Entering a something like 'MAIL:/' to go to the parent directory
  513.         of MAIL: now works.
  514.     Some small errors and omissions fixed in the autodoc.
  515.     French catalog revised by David Lebel.  Thank you David for correcting
  516.       my lousy french :-)
  517.     Italian and Swedish catalog files included (thanks Michele and Patrik).
  518.     Updated/bug-fixed Oberon interface included.
  519.     Version 1.0a of RTPatch included.
  520.  
  521. *****************************************************************************
  522. RELEASE 2.0c (Library version 38.362 [1.3] - 38.810 [2.0])
  523.  
  524.     Fixed Enforcer hit in file, font and screenmode requesters of the
  525.       Kickstart 2.0 version of the library.
  526.     Fixed bug: when the pr_WindowPtr of the calling process was -1 and you
  527.       used a tag that needed a parent window (like RT_LockWindow or RT_ReqPos
  528.       with REQPOS_CENTERWIN) ReqTools could crash.
  529.     Pattern and drawer string gadgets no longer refresh the directory in the
  530.       requester if they aren't changed.  Especially useful if you cycle
  531.       through the string gadgets with TAB (Kickstart 2.0 version).
  532.     Included a README file explaining ReqTools' installation scripts need
  533.       Commodore's Installer utility.
  534.     Include file 'libraries/reqtools.h' fixed.  This used a BPTR without
  535.       including 'libraries/dos.h'. Thanks to Olaf Barthel for reporting this.
  536.     Danish catalog file included (thanks Per).
  537.     Version 1.0b of RTPatch included.
  538.  
  539. *****************************************************************************
  540.  
  541. reqtools.library written by Nico Franτois (Yes, Nico is my first name :-)
  542.  
  543. Thanks to o Kai Bolay for writing the Oberon interface,
  544.           o Frank L÷mker and Michael Griebling for writing the Modula-2
  545.             interfaces,
  546.           o Jan van den Baard for writing the Dice libraries,
  547.           o Martin Steppler for writing the Manx C libraries,
  548.           o Richard Waspe and Gunter Indenhoek for writing the HighSpeed
  549.             Pascal interfaces,
  550.           o Federico Giannici for the useful suggestions
  551.           o Peter Stuer, Gunter Indenhoek, Jorrit Tyberghein and Ives Aerts
  552.             for beta-testing.
  553.           o Michele Giorato for the Italian catalog translation.
  554.           o Patrik Nordvall for the Swedish catalog translation.
  555.           o Per Jacobsen for the Danish catalog translation.
  556.           o Herman Stevens for being my Fido boss node and having such a
  557.             great Amiga BBS.
  558.           o All registered ReqTools users/developers.
  559.  
  560.  
  561. "What you got buried? In your backyard
  562.  What secret do you sleep with when the black moon comes?" - The Black Crowes
  563.  
  564.  
  565. (C) 1991/1992 Nico Franτois
  566.  
  567.                                    //
  568.                        Thanks to \X/ Amiga for being the best computer ever !
  569.  
  570.