Log file of changes to !Dex

18-Jan-95  Version 0.01 - given to Simon Proven to experiment with - checked
            in to a new source tree as SrcFiler version 001.

           Version changed to 0L02 (18-Jan-95) in Messages file.

           lmap.c:
            lmap_process_locate_name(..):
            equalstr_ci(..):
             The former now uses the latter (a new function) to compare leaf
              names, thus making the "Locate" window case-insensitive.

           main.c:
            main(..):
             KeyPress events are now disabled - so that, eg, F12 is returned
              to the Wimp by the Window module.

           lmap.h, lmap.c, main.h, main.c:
            Disc record structure modified to include new fields for "big
             discs", and discsize is now a double (rather than unsigned)
             variable. The map address (mapaddr) is now held as sectors, and
             is displayed as a decimal rather than hexadecimal number.
            lmap_read_disc_record(..):
             Calculates discsize using the new field, and sets the boolean
              variable bigdisc appropriately; reads shareshift, and sets
              shareunit appropriately.
            set_DI_box(..), print_discinfo(..), numdf(..):
             Print out/display discsize using new function numdf(..).
            lmap_read_disc_record(..):
            lmap_read_map(..):
             Use FS_BigDiscOp - with sector address - instead of FS_DiscOp -
              with byte address - when reading the map.
           Templates:
            Analyse dbox - discsize gadget width increased to allow up to 14
             decimal digits.

23-Jan-95  Version changed to 0.02 (23-Jan-95) in Messages file.
           Given to Simon Proven to experiment with.

24-Jan-95  lmap.c, lmap.h:
            Calculation of sector offset of shared object now takes account
             of the "shareshift" value.
           Templates:
            "Locate" - "sector offset" field for shared objects now renamed
             "Shared unit offset".

           Version changed to 0.03 (24-Jan-95) in Messages file.
           Given to Simon to try.

           lmap.c:
            lmap_print_fragment_details(..):
             Changed to print sector offset instead of shared unit offset for
              objects in shared fragments.

           Version changed to 0.04 (24-Jan-95) in Messages file.
           Given to Simon to try.

25-Jan-95  Checked in to SrcFiler as version 002.

16-Feb-95  Fixed "SaveAs" bug whereby any transfer to another application
            also stored the file on disc.

           Version changed to 0.05 (16-Feb-95) and stored in SQA library:
            logon to level 4 fileserver medusab as user medusa, and look in
            TestProgs.SQA070+.sqa099; update TestProgs.ChangeLog.

           Checked in to SrcFiler as version 003.

17-Mar-95  Copied to !Dex, preparatory to complete rewrite - well, a complete
            restructure - both of the code and of the UI.

27-Mar-95  Changes completed - dialogue boxes are now multiply-instantiated,
            and all a little more style-guide compliant.

           Version changed to 0.06 (27-Mar-95) and stored in SQA library:
            logon to level 4 fileserver medusab as user medusa, and look in
            TestProgs.SQA070+.sqa099; update TestProgs.ChangeLog.

           Checked in to SrcFiler as version 004.

28-Mar-95  Two minor changes to the Res file:
             - SetUp box now has large enough field for FS
             - Iconbar icon is !discex, not !dex
           New Res checked into source tree, and into SQA library.

29-Mar-95  main.c:
            Event handler added to respond to Toolbox error events.
