home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 133 / af133a.adf / QuickFile.lzx / QuickFile / History.doc < prev    next >
Text File  |  1999-11-30  |  15KB  |  417 lines

  1.    3.23   Nov 1999
  2.    - selecting OK on the view requester without clicking on an entry
  3.    was giving another entry that the selected one, fixed (thanks to
  4.    Andre Eckenrode for the bug report).
  5.    - ability to add records with trailing spaces (hope it gives no
  6.    new bugs...) on Andre Eckenrode request.
  7.    - corrected an enormous bug : monthes october and november were
  8.    inverted... (thanks again to Andre Eckenrode)
  9.    - added 3 new ARexx commands: SELECTREC, REQFIELD and SHOWALL.
  10.    - corrected some gadget problems with Sysihack (MCP), bug report
  11.    by Alexander Doeller (hope it works correctly...)
  12.  
  13.    3.22   14 Oct 1999
  14.    - added the ability to make the index sorting using the locale
  15.    library (idea from Gudjon Magnussson).
  16.    - the view requester was adding the fields in the wrong order, fixed (bug
  17.    reported by Anders Drejer).
  18.    - date handler corrected, file filter now set correctly while opening
  19.    a base (bug reports by Didier Giron).
  20.  
  21.    3.21   26 Sep 1999
  22.    - a no-QuickFile-file was not closed when a user tried to open it,
  23.    fixed (Thanks to Alexander Döller for his bug report).
  24.  
  25.    3.20   24 Aug 1999
  26.    - first version rewritten using SAS-C compiler by me (Roland Florac).
  27.    - localisation
  28.    - use of gtlayout.library
  29.    - some cosmetics changes, some bugs removed (hopefully)...
  30.  
  31.    3.19.1 11 June 1996
  32.    - Search from ARexx gave a selection with no key fields.
  33.    - Selecting a large number of records can cause a problem if the
  34.      default sort order is used.
  35.  
  36.    3.19.0 06 June 1996
  37.    - Enhanced Search. Now called Query and includes sort order as well as
  38.      Load and Save Query.
  39.    - Added Lock for View
  40.    - Fixed problem causing intermittent crash when changing search
  41.      criteria. Introduced in 3.18.2 I think.
  42.  
  43.    3.18.2 15 May 1996
  44.    - Fixed problem with deletion of last view field (and last index
  45.      properly this time)
  46.  
  47.    3.18.1 04 May 1996
  48.    - Fixed calculation of height of ASL requester
  49.    - Fixed problem with turning help on and off a number of times.
  50.    - Was crashing on WB3 if no .guide file found or if online help was
  51.      turned off.
  52.    - Also crashing trying to adjust config in a window with no open file.
  53.  
  54.    3.18.0 24 April 1996
  55.    - Added concatenation of character fields. Any field except Cycle and
  56.      Date can now be calculated (Have to add date calc sometime).
  57.    - Added Time fields.
  58.    - Fixed problem with deletion of last index followed by add
  59.    - Fixed memory leak in file definition process.
  60.    - Was executing startup.rexx if you cancelled definition mode.
  61.  
  62.    3.17.2
  63.    - Fixed menu shortcut keys. Same key was used twice.
  64.    - Cycle fields can now be set by Import and ARexx PutField command
  65.    - Iconify now controlled by Menu item instead of Zoom gadget.
  66.  
  67.    3.17.1
  68.    - Fixed date validation problem. Not setting A4 in callback routines.
  69.    - Limit length of date field used in date validation routine,
  70.    - Fix Enforcer hit in Search processing. Thanks to James Hamilton
  71.      for the Enforcer output on this one.
  72.  
  73.    3.17.0  12 September 1995
  74.    - Added Select/Unselect individual records
  75.    - Prevent menu selections if no file open (was crashing system)
  76.    - Revised open file code so window size is obtained from view before
  77.      window is opened.
  78.  
  79.    3.16.6  28 August 1995
  80.    - Fixed some enforcer hits. Thanks to David Ekholm for giving me details
  81.      of these.
  82.    - Removed extra field separator from end of headings in exported file.
  83.    - Added characters per line to pitch button.
  84.  
  85.    3.16.5  10 August 1995
  86.    - Fixed calculation of index key buffer size for new index. Was
  87.      sometimes crashing on index build when an index was added.
  88.    - Disable Options/Config and Buffers menu items if no file is open
  89.    - Meaning of Memory Save checkbox was reversed. ie Would save memory
  90.      only if checkbox was NOT checked.
  91.  
  92.    3.16.4  5 August 1995
  93.    - Fixed ARexx ReqString command to allow a null value for default
  94.      string. Was incorrectly returning an error.
  95.  
  96.    3.16.3  22 July 1995
  97.    - Fixed Copy button in Insert mode so it got the correct record.
  98.    - Reduced window redraws from ARexx SetView command.
  99.    - Added summary only and wrap fields to reporting.
  100.  
  101.    3.16.2  18 July 1995
  102.    - Added checkboxes to Print requester for Summary only and Wrap Fields.
  103.    - Rehashed line spacing and counting.
  104.  
  105.    3.16.1  12 July 1995
  106.  
  107.    - Added Print to File.
  108.    - Fixed problem causing a crash if > 200 records added per session.
  109.      Usually only a problem with import
  110.    - Added requester at start and close of program (unregistered only).
  111.    - Added ARexx Find/Replace macro
  112.  
  113.    3.16 24 Jun 1995
  114.  
  115.    - Added font sensitivity.
  116.    - Fixed bug. Calc field values not being returned to ARexx.
  117.    - Revert to allowing field to be added anywhere in view.
  118.    - Added Config menu option for fonts, help and memory save.
  119.    - Played with field alignment (again). Any suggestions welcomed.
  120.    - Changed handling of open of Image file to work with XFH. XFH does
  121.      not support OpenFromLock().
  122.  
  123.    3.15 07 May 1995
  124.  
  125.    - Only allow fields to be added to the end of a view. Previously fields
  126.      could be inserted anywhere but would always display at the end. Not
  127.      perfect but avoids confusion. I may change my mind on this.
  128.    - Search ListView was getting confused as to which item was currently
  129.      selected.
  130.    - Removed useless And/Or buttons from search item requester for first
  131.      item in list.
  132.  
  133.    3.14 30 April 1995
  134.  
  135.    - Fixed some low memory problems. Usual low memory indication is now
  136.      a recoverable alert trying to open a requester.
  137.  
  138.    3.13  6 April 1995
  139.  
  140.    - Using wrong name for library base for iffparse.library which caused
  141.      DICE (compiler) to open it automatically. DICE does not provide a
  142.      message if the open fails - program just loads and quits.
  143.  
  144.    3.12  29 March 1995
  145.  
  146.    - Fixed a nasty bug in GoTo processing that was trashing memory. In one
  147.      of my files this was in the middle of the data buffer!!!. Introduced
  148.      with changes for Rexx I think.
  149.  
  150.    3.11  24 March 1995
  151.  
  152.    - Added ARexx interface
  153.    - Display either filename or image not both at once.
  154.    - Field names are now case insensitive
  155.  
  156.    3.10  05 March 1995
  157.  
  158.    - Fixed to display whole view if a field is moved so that view now fits
  159.      in the window.
  160.    - Index sometimes not correctly updated when you changed an index
  161.      field value.
  162.  
  163.    3.09  18 February 1995
  164.  
  165.    - Added Cycle, Image and External field types.
  166.    - Rehashed field resizing code
  167.    - Removed bug that was chopping last character off print lines.
  168.    - Changed string gadget border to more standard imagery.
  169.    - Fixed nasty bugs in Report Groups
  170.      . Deleting the first group and adding another immediately would
  171.        crash the machine
  172.      . Would not allow you to change a Report group to another type. If
  173.        you deleted it then added the new one you were caught by the
  174.        previous bug - Catch 22.
  175.    - Cancelling out of the report requester after adding or deleting the
  176.      first report group was causing a crash.
  177.    - Fixed Lock error in SaveAs/Reorg - broke it with XFH fix in 3.08.
  178.  
  179.    3.08  04 February 1995
  180.  
  181.    - Replace call to ExamineFH with Examine so QuickFile can work with XFH.
  182.      Thanks to Peter Bagnato for reporting this one.
  183.  
  184.    - Field resizing by dragging on the form display.
  185.  
  186.    - Refuse to accept : or / in index name as this is used in the index
  187.      file name.
  188.  
  189.    3.07  19 January 1995
  190.  
  191.    - Keep highlighted line in sideways scroll of list display.
  192.    - Use highlighted record as current record in insert (for copy).
  193.    - Reintroduce name of registered user in about requester.
  194.    - Disable summary checkboxes (Tot, Cnt, Avg) if no field selected.
  195.  
  196.    3.06  16 January 1995
  197.  
  198.    - Fixed bug causing a crash of rebuild index with old format file def.
  199.    - Cleaned up code for dragging fields in form view.
  200.  
  201.    3.5    08 January 1995
  202.  
  203.    - Fixed bug in export requester. Cycle gadgets should only be enabled
  204.      for CUSTOM format. Could cause a crash.
  205.    - TAB now activates first string gadget, ESC exits from string gadget.
  206.    - Fixed bug in field requester. Any non ASCII key would be treated as
  207.      help key. Used to work - looks like a line of code went missing.
  208.    - Stopped crashes when tiny windows were used. Added iconify function.
  209.    - Show wait pointer at appropriate times.
  210.    - Some code optimisations.
  211.    - Stop errors if help key pressed and no amigaguide docs present
  212.  
  213.    3.4     28 November 1994
  214.  
  215.    - Parse expressions after all fields loaded to prevent invalid field
  216.      requester if referenced field is defined after calc field.
  217.    - Fix to always use correct colours for print to screen
  218.  
  219.    3.3     20 November 1994
  220.  
  221.    - Default number of decimals were displayed but not accepted unless
  222.      RETURN was pressed.
  223.    - Title bar info not displayed for first file opened
  224.    - Use path from current window as a default when opening a new file
  225.  
  226.    3.2     27 October 1994
  227.  
  228.    - Set min window size for definition to prevent crash
  229.    - Losing drawer name after loading old style view definition
  230.    - Loading a new view was updating title in wrong window
  231.    - Tightened up date validation. Was allowing months > 13.
  232.    - Some code optimisation
  233.  
  234.    3.1     23 October 1994
  235.  
  236.    - Combined definition code with main program.
  237.    - Fixed many bugs introduced with version 3.0
  238.      . Crashes trying to display error message for long file name
  239.      . Crashes selecting format in import/export requester
  240.      . Long string in search trashing other auto variables
  241.      . Excessive alloc/freeing of formula string and tree in definition
  242.      . Several memory leaks
  243.  
  244.    3.00b September 1994
  245.  
  246.     Major Upgrade (beta)
  247.  
  248.    - Calculated fields.
  249.    - Extended field attributes to include:
  250.     Mandatory
  251.     Left/right justification
  252.     Number of decimals
  253.    - Indexes can allow or prevent duplicates
  254.    - Multiple open files in separate windows
  255.    - Requesters are now moveable windows
  256.    - Control via keyboard as well as mouse
  257.    - Context sensitive AmigaGuide help
  258.    - Grouping and summaries (total, count and average) in reports.
  259.    - Reports can be directed to screen or printer
  260.    - Prompt on exit if a view is changed but not saved.
  261.    - Improved error detection and reporting
  262.    - Faster sort. Now uses QuickSort. Stack doesn't seem to be a problem.
  263.  
  264.    2.02.05  26 June 1994
  265.  
  266.    - Handle empty selection when updating a field that is part of an index
  267.  
  268.    2.02.04  23 March 1994
  269.  
  270.    - Put up requester if view being loaded references fields that are not
  271.      in the file definition.
  272.    - Fix cursor positioning for incorrect fields when OK is pressed in
  273.      Modify or Insert. Cursor now always go to the field in error.
  274.    - Prevent duplicate field names being defined.
  275.    - Fix QFDefine so it displays a message if it can't find the file passed
  276.      as a parameter.
  277.    - Provide defaults for a new file in QFDefine.
  278.    - Improved sorting where many records are equal. It was extremely slow.
  279.  
  280.    2.02.03  26 January 1994
  281.  
  282.    - Enlarged size of default window
  283.    - Added "Reset Form" menu item
  284.  
  285.    2.02.02  26 December 1993
  286.  
  287.    - Used ChangeWindowBox to size screen for a new view. (I bought a v37
  288.      ROM manual).
  289.    - Corrected initialisation of path for ASL requester
  290.    - Include /AUTO on console window specification. It will now only
  291.      open if it is written to.
  292.  
  293.    2.02.01  18 December 1993
  294.  
  295.    - Added preset formats to export.
  296.    - Allow specification of each control code used for import/export.
  297.    - Removed bug in list report that sometimes suppressed field names
  298.  
  299.    2.01.03  26 November 1993
  300.  
  301.    - Replaced Backup/Restore with Save As and Reorganise
  302.    - Empty date field left old value on form display
  303.  
  304.    2.01.02  18 November 1993
  305.  
  306.    - Cleaned up Search panels
  307.    - Open new window if new view requires a different window size
  308.    - GoTo fixed to work with dates and number fields
  309.    - Fixed some problems with report formatting
  310.  
  311.    2.01.01  10 November 1993
  312.  
  313.    Major upgrade including many significant new features including:
  314.  
  315.    - Support for multiple views that can be saved and loaded as
  316.      required. Includes window size.
  317.  
  318.    - Form view can be tailored by dragging fields around.
  319.  
  320.    - Multi column label printing now properly supported.
  321.  
  322.    - Search facility vastly improved by adding    equal, between, not_like
  323.      sounds_like. Now allows multiple search conditions with and/or.
  324.  
  325.    - Descending sequence added to sort.
  326.  
  327.  
  328.    1.3.5   22 September 1993
  329.  
  330.    1.  Bug Fix. Various problems when sorting a file with a sort table
  331.        exceeding 32767 bytes (over 4000 records).
  332.  
  333.    2.  Prevented rebuild of temporary indexes used for sort and selection
  334.  
  335.    1.3.4   9 September 1993
  336.  
  337.    1.  Bug fix. Crashing machine on export of part of field. Trying to fit
  338.        full field length into shorter area.
  339.  
  340.    1.3.3   1 September 1993
  341.  
  342.    1.  Fixed problem in list display that was trashing memory if a
  343.        database had a small record size.
  344.    2.  Definition was allowing block size to be changed if you increased
  345.        the record size past the maximum for the block.
  346.    3.  Positioning now maintained correctly in list display when you
  347.        change indexes.
  348.  
  349.    1.3.2  28 August 1993 (not released)
  350.  
  351.    1.  Added List button to form screen
  352.    2.  Added Insert, Modify and Delete buttons to list screen.
  353.    3.  Fixed problem where searching a previous selection would search
  354.        the entire data base
  355.    4.  Removed spurious message being displayed when a missing index
  356.        is created.
  357.  
  358.    1.3.1  4 August 1993 (Bug Fixes)
  359.  
  360.    1.  Index search used length of first index for all indexes -> ka-boom.
  361.    2.  Deleted field names were blanked but kept in the definition.
  362.  
  363.  
  364.    1.3.0  23 July 1993 (not released)
  365.  
  366.    1.  Character, date, number and integer data types.
  367.  
  368.    2.  Up to 255 fields per record
  369.  
  370.    3.  Vertical slider gadget added for scrolling through records
  371.  
  372.    4.  Horizontal slider gadget added for scrolling through fields on one
  373.        record. (Both form and list screens).
  374.  
  375.    5.  File definition is now in a separate program
  376.  
  377.    6.  Import/Export of ASCII files
  378.  
  379.    7.  Removed problem that caused a crash when adding more than 12 fields.
  380.  
  381.  
  382.    1.2.2 (not released)
  383.  
  384.      1     Bug fix. Sort index not updated for a delete if records
  385.      had been selected but selection did not contain the record.
  386.      Error message incorrectly being displayed for the selection.
  387.  
  388.  
  389.    1.2.1  16 Feb 93
  390.  
  391.      1     Included list style reports
  392.  
  393.      2     Included ASL and ARP file requesters
  394.  
  395.      3     New print requester to improve control of reports
  396.  
  397.      4     The index field size is now updated correctly when you change the
  398.      length of an existing field used as an index.
  399.  
  400.      5     Index record memory dynamically reallocated if necessary.
  401.  
  402.      6     If you add an index to an existing file, the index will be
  403.      rebuilt automatically when you open the file again.
  404.  
  405.      7     You are now warned if you attempt a backup while displaying
  406.      selected records. Only the selected records will be written to the
  407.      backup file.
  408.  
  409.      8     You can now open a file where the drawer contains only a drive or
  410.      disk name with no directory. eg df0:
  411.  
  412.    1.0.0  24 Nov 92
  413.  
  414.        Initial Release
  415.  
  416.  
  417.