home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / advlite20b117 / Bugfixes < prev    next >
Encoding:
Text File  |  1999-11-26  |  3.3 KB  |  92 lines

  1.  
  2. Changes in beta v1.17
  3.  
  4.  Know bugs
  5.  - When selecting a link and in thoose cases where the
  6.    selected link does have a link at the same location
  7.    as where it was selected from, ADV will swap between
  8.    these function about 3-5 times. I have tried to fix this,
  9.    but I haven't found anything wrong, yet!!! Any creative
  10.    suggestions would be creatly appriciated!!! If you
  11.    want to see this bug, try utility.doc/CheckDate() and
  12.    select the SEE ALSO link to Date2Amiga() using topaz/8
  13.    font as textfont...
  14.  
  15.  New features
  16.  - The group window now support "closer" and "closer"
  17.    keystrok search. The nearest match will be a ghosted
  18.    entry in the list, when the user hits return the ghosted
  19.    item will be selected. The user are also able to delete
  20.    last keystroke by pressing "Backspace". The keystroke
  21.    buffer will self delete after a certain amount of time,
  22.    this time period can be changed in the settings window.
  23.    Note!! The time period are messaured in micro seonds.
  24.  
  25.  Changes
  26.  - The include window has now a changeable window title,
  27.    it will no longer just say "Includes...", it will show
  28.    the name on the actual include that are displayed 
  29.    (without the path).
  30.  - Minimum font size has been changed from 8 to 6.
  31.  - Some cosmetic changes are also done, the user will
  32.    not notice any of them.
  33.  
  34.  Bugs fixed
  35.  - A minor error while scanning asm includes (.i) files
  36.    has been corrected...
  37.  - While saving configuration ADV testes if the internal
  38.    save buffer is full, this testing had an stupied error
  39.    causing AutodocViewer to always believe the save buffer
  40.    was full (ready for writting), making the save routine
  41.    extremely slow... No wonder I couldn't optimize it more
  42.    than 20%... Now it's extremely fast... The optimization
  43.    done in the beta v1.16 are probably as succsess full as
  44.    the optimization of loading configuration...
  45.  
  46. Changes in beta v1.16
  47.  
  48.  New features
  49.   - Menuitem "Windows -> Edit Includes" has been implemented
  50.     this makes it possible to add/remove single include files
  51.   - Load configuration is optimized with approx. 70%
  52.   - Save configuration is optimized with approx. 20%
  53.  
  54.  Bugs fixed
  55.  - When a public screen named "AutodocViewer" already exists,
  56.    AutodocViewer Lite just exited. Now a new public screen
  57.    called "AutodocViewer.x" are opened instead. Where "x"
  58.    are in the range from 1 to 9.
  59.  - Resizing Viewer window just after text font change caused a
  60.    system failure, this has been corrected.
  61.  
  62.  
  63. Changes in beta v1.15
  64.  
  65.  New features
  66.  - Now the user are able to scan all functions in the selected
  67.    autodoc for matching symbols found in other autodocs and
  68.    include files
  69.  
  70.  Bugs fixed
  71.  - Stupid me!!! I forgot to check to create groups in the
  72.    v1.14 release, so beta v1.14 was unusable. Stupid, stupid,
  73.    stupid x 999999999
  74.  - Minor optimizations
  75.  
  76.  
  77. Changes in beta v1.14
  78.  
  79.  New features
  80.  - AutodocViewer can open on any public or custom screen
  81.  
  82.  Bugs fixed
  83.  - If an autodoc are added from a root directory, AutodocViewer
  84.    was not able to locate it. Reason, it cleared the ":" in
  85.    the device name???
  86.  - While sorting the groups alphabetical, the AutodocViewer
  87.    writes into forbidden memory causing the Amiga to crash.
  88.    Corrected, now it writes into correct memory area.
  89.  - Rename Group Requester did show the C format string instead
  90.    of the result of _LVORawDoFmt().
  91.  
  92.