home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / c / ch134_e.lha / history < prev    next >
Text File  |  1992-09-30  |  5KB  |  205 lines

  1. 92/09/28 -v1.34
  2.  
  3.     Bug fix:
  4.  
  5.     * Fixed a 0x01000009 /* Freeing memory already freed */ alert
  6.       
  7.  
  8. 92/09/27 -v1.33
  9.  
  10.     Bug fix:
  11.  
  12.     * If you had to many includefiles Chelp didn't find any includefile..
  13.  
  14. 92/09/20 -v1.32
  15.  
  16.     Bug fix:
  17.  
  18.     * ASL requester only allocated when chelp's window is open.
  19.  
  20.     * Chelp didn't release lock on then workbench screen
  21.  
  22. 92/09/17 -v1.31
  23.  
  24.     * First INTERNATIONAL RELEASE !!
  25.  
  26.     Bug fix:
  27.  
  28.     * Font problems in about window fixed.
  29.  
  30.     * System crashed if the arexx out path was other than ram: when you made
  31.       a hotkey lookup in CygnusED.
  32.  
  33. 92/08/28 -v1.30  
  34.  
  35.     New Features:
  36.     * New arexxcommands:
  37.  
  38.  
  39.         GETVAR x - returns for x = 
  40.  
  41.              6 - Hotkey combination for lookup in CED
  42.              7 - Number of keywords in autodocs
  43.              8 - Number of keywords in includefiles
  44.              9 - Search/build Autodocs (ON = 1 / OFF = 0)
  45.             10 - Search/build Includes (ON = 1 / OFF = 0)
  46.             11 - 'Typedef' (ON = 1 / OFF = 0)
  47.             12 - Build #define (ON = 1 / OFF = 0)
  48.  
  49.  
  50.     ***** Hotkey lookup in CygnusEd *****
  51.  
  52.     * You may now lookup a whole includefile by its name without .h extension.
  53.  
  54.     * New Configfileformat. Old config lost! 
  55.  
  56.     Bug fix:
  57.  
  58.     * Bad hotkey combination problem when running Chelp for the first time
  59.       fixed.
  60.  
  61.     * Sorting bug removed.
  62.  
  63.     * Two fast CTRL+C could crash the system. Fixed.
  64.  
  65.  
  66. 92/07/28 -v1.22
  67.  
  68.     * Less memory consuming when resident in memory.
  69.  
  70.  
  71. 92/07/23 -v1.21
  72.  
  73.     New Features:
  74.     * New arexxcommands:
  75.  
  76.         VERSION  - returns version in result ex 'Chelp v1.21'
  77.  
  78.         GETVAR x - returns for x = 
  79.  
  80.             1 - Path to autodocs
  81.             2 - Path to include files
  82.             3 - Path to references files
  83.             4 - Path to arexx output
  84.             5 - Hotkey combination
  85.  
  86.         DEBUG ON - Arexx debugging mode. Debugging info in windowtitle.
  87.         DEBUG OFF - guess !
  88.  
  89.         CLOOK  - Case sensitive lookup.
  90.  
  91.         ex:  CLOOK Open    will give you Open, not open.
  92.  
  93.     * Wildcard support from arexx in lookup.
  94.  
  95.     * Closewindow now hides the window instead of quitting.
  96.  
  97.     * New look for the build gadget when building.
  98.  
  99.     * ASL filerequester - Use gadget next to stringgadgets to enter a path
  100.       with ASL freq.
  101.  
  102.  
  103. 92/06/22 - v1.20
  104.  
  105.     New Features: 
  106.     * You can now search for DEFINE's. 
  107.     * AREXX support.
  108.     * Chelp is now a Commodity - hotkeys and others.
  109.     * Workbench start now functions correctly.
  110.     * Only one main window.
  111.     * Menus in main window.
  112.     * The config file chelp.cfg can now be be in the local directory.
  113.     * New Configfile format. - Save window positions.
  114.     * Shorter reference files => Faster lookup !
  115.     * Optimization of the lookup procedure => Much FASTER lookup !
  116.  
  117.     Bug fix:
  118.     * 'stack overflow' during lookup eliminated !
  119.     
  120.  
  121. 92/01/13 - v1.10
  122.     Bug fix:
  123.     * Chelp -b took "some" time (sorry for that).
  124.     * Chelp -i lost some memory.
  125.     * Didn't close dos.library (do we have bad memory ?). 
  126.  
  127.  
  128. 91/12/26 - v1.09
  129.     Bug fix:
  130.     * Small bug in preference fixed.
  131.  
  132.  
  133. 91/12/24 - v1.08
  134.     Bug fix:
  135.     * Chelp didn't find all structs. Will now find a few more with 
  136.       space/tab at the beginning of the line.
  137.  
  138.  
  139. 91/12/07 - v1.07
  140.     New Features:
  141.     * You may now search for a Subheader in the .doc files.
  142.     * Chelp ?
  143.     * Typedef - You can now choose if you want chelp to show the typedefs. 
  144.     * New Configfile format.
  145.  
  146.  
  147. 91/12/02 - v1.06
  148.     New Features:
  149.     * The build operation can now be selected from a intuition window.
  150.       During build you will see the different files scanned and the
  151.       keywords found.
  152.     * You can now cancel the build operation using the stop gadget.
  153.  
  154.     Bug fixes:
  155.     * Some bugs in errormessages fixed.
  156.     * You will now get a warning in the prefs mode, if you specify a path
  157.       that doesn't exists.
  158.  
  159.  
  160. 91/11/23 - v1.05
  161.     New Features:
  162.     * Chelp is now two versions. One working only under KS2.04 and one
  163.       mini version with only text options.
  164.     * Full support for Pattern Matching in all modes (2.04 version) !!!.
  165.     * Break handler now implemented. This will stop chelp from stealing
  166.       memory if you break during the build operation. (2.04 version)
  167.  
  168.  
  169. 91/11/22 - v1.04
  170.     New Features:
  171.     * chelp -x  - Where x is a non supported flag, gives helpmenu.
  172.     * Added support for case sensitive matching.
  173.       chelp -c keyword  - Case sensitive.    
  174.  
  175.  
  176. 91/11/15 - v1.03
  177.     New Features:
  178.     * Now multiple keywords can be separated by commas in .doc files.
  179.       This feature will help you to have a number of keywords refering
  180.       to the same part of text.
  181.  
  182.  
  183. 91/11/12 - v1.02
  184.     New Features:
  185.     * Checkbox added to preference window.
  186.  
  187.     Bug Fixes:
  188.     * Bug fixed that sometimes could output a CLS (Clear Screen) character 
  189.       on the screen when looking up some functions. 
  190.     * One or more lines could sometimes disappear. Now fixed. 
  191.  
  192.  
  193. 91/10/19 - v1.01b
  194.     Bug Fixes:
  195.     * Small Bug fix. 
  196.  
  197.  
  198. 91/10/10 - v1.01
  199.     New Features:
  200.     * Intuition preference, Rewritten build function.
  201.  
  202.  
  203. 91/10/01 - v1.00 
  204.     * First Version.
  205.