home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / z / zipr30.zip / ZIFEDIT.REV < prev    next >
Text File  |  1993-03-09  |  9KB  |  242 lines

  1.                          ZIF Editor Revision History
  2.  
  3.  
  4. 03-09-93 ■ Version 1.0
  5.            . Released to public as version 1.0.
  6.  
  7.  
  8. 03-09-93 ■ Version 0.9ß
  9.  
  10.            . Clear screen when exiting ZIF Editor through the
  11.              "Quit" menu option.
  12.  
  13.  
  14. 03-08-93 ■ Version 0.8ß
  15.  
  16.            . Modified ZIF Editor help screen routines for 
  17.              easier maintenance.
  18.            
  19.            . Added Alternate \DIR\ field to ZIF Editor help
  20.              screen.
  21.            
  22.            . Streamlined ZIFED??.OBJ code to reduce code size.
  23.            
  24.            . Changed location specifications to include leading
  25.              digit.  (i.e 05 vs 5.)
  26.            
  27.            . Fixed display problem in PaintAboutScreen 
  28.              subroutine.  (Missing statement.)
  29.            
  30.            . Removed uppercase conversion routine from 
  31.              registration name field in ZIF Editor to make
  32.              the ZIPR.INI file compatible with ZIP'R.
  33.            
  34.            . Compressed executable file to reduce disk space
  35.              requirement from 240K to about 40K!
  36.            
  37.            . Changed top menu to automatically activate when
  38.              hotkeys are pressed.
  39.            
  40.            . Changed menu divider lines from "-" to "─".
  41.            
  42.            . Added "File" after .ZIF, .IN, and .OUT on the menus.
  43.              
  44.            . Fixed "backspace" bug in the .IN and .OUT editors.
  45.  
  46.  
  47. 03-05-93 ■ Version 0.7ß
  48.  
  49.            . Fixed problem where OldDOSCommand? information 
  50.              was not being cleared when editing.
  51.            
  52.            . Divided .IN and .OUT related editing code into 
  53.              separate IN??.OBJ and OUT??.OBJ modules.
  54.            
  55.            . Added support to maintain .IN and .OUT files.           
  56.            
  57.            . Enhanced previous "single space" fix to allow 
  58.              multiple spaces to be handled properly.
  59.            
  60.            . Fixed problem where entering a single space in the
  61.              "Path" field would prepend a backslash character, 
  62.              even though the field was empty.
  63.              
  64.            . Fixed problem where entering a single space in the
  65.              "Alternate \DIR\" field would prepend a backslash
  66.              character, even though the field was empty.
  67.            
  68.            . Added ".ZIF" to "File" menu options.
  69.            
  70.            . Added keystroke help screen to "File Open" and 
  71.              "File Delete" menu options.
  72.            
  73.            . Added "Alternate \DIR\" field to .ZIF editing 
  74.              screen to allow alternate program sub-directories
  75.              to be specified.
  76.  
  77.  
  78. 03-04-93 ■ Version 0.6ß
  79.  
  80.            . Removed copyright notice from editing screens to
  81.              provide additional room for fields.
  82.            
  83.            . Increased the width and height of the file pick
  84.              lists to 16 files/characters.
  85.              
  86.            . Changed the ZIF Editor to prompt the user whether
  87.              to save a file that had been changed, even if 
  88.              "ESC" was pressed to cancel the editing session.
  89.            
  90.            . Fixed a problem when attempting to "ESCape" from
  91.              the first field in the .ZIF editing screen after
  92.              previously entered information had been "tabbed 
  93.              through".
  94.            
  95.            . Fixed a problem where the prepending of the 
  96.              backslash character by the ZIF Editor to the 
  97.              "Path" field would extend the display beyond
  98.              the field boundaries.
  99.            
  100.            . Fixed a problem where the ZIP'R Defaults screen 
  101.              would not display blank entries properly.  (The 
  102.              "EPILOGDELAYTIME=" information would display.)
  103.            
  104.            . Fixed more bugs related to using the tab key on the
  105.              last field of the editing screens, which would cause
  106.              the first field to not be saved.
  107.            
  108.            . Added "ESC", "TAB", and "RETURN" key explanations 
  109.              at the bottom of the ZIP'R Defaults, and ZIP'R 
  110.              Register screens.
  111.            
  112.            . Fixed bug where using the tab key on the last field
  113.              of the ZIP'R Register screen would cause changes to
  114.              the first field to not be saved.
  115.            
  116.            . Fixed bug where using the tab key on the last field
  117.              of the ZIP'R Defaults screen would cause changes to
  118.              the first field to not be saved.
  119.            
  120.            . Fixed bug where using the tab key on the last field
  121.              of the .ZIF editing screen would cause changes to
  122.              the first field to not be saved.
  123.            
  124.            . Added immediate trigger to "OK" screens, to allow
  125.              the "O" key to be pressed in addition to "RETURN"
  126.              or "ESC".
  127.  
  128.  
  129. 03-02-93 ■ Version 0.5ß
  130.  
  131.            . Fixed problem where new .ZIF files were not being
  132.              saved.
  133.            
  134.            . Added error messages when .ZIF and ZIPR.INI files
  135.              already exist.
  136.            
  137.            . Added additional information for ConcurrentAccess 
  138.              field of .ZIF file editor.  (This field is only 
  139.              needed for the Network/Multitasker version of ZIP'R.
  140.            
  141.            . Added error message dialog boxes if no .ZIF files
  142.              exist in the directory.
  143.            
  144.            . Added support to automatically append a backslash to the
  145.              compression program path entries in the ZIP'R Defaults
  146.              section of the editor.
  147.  
  148.            . Added support to automatically add a preceding backslash
  149.              to the LogDirectory entry in the editor.
  150.            
  151.            . Added support to automatically add a colon after the 
  152.              LogDrive entry in the editor.
  153.            
  154.            . Added support for PgUp and PgDn to help menu screens.
  155.            
  156.            . Fixed various cursor display problems.
  157.            
  158.            . Added help screens to the help menu.
  159.            
  160.            . Fixed shadow box and hotkey problem with "File Delete"
  161.              option.
  162.            
  163.            . Completed support for the backspace key in all editing
  164.              modules of the ZIF Editor.
  165.            
  166.            . Added preliminary support for the backspace key when
  167.              editing .ZIF files.
  168.  
  169.  
  170. 02-28-93 ■ Version 0.4ß
  171.  
  172.            . Added finishing touches to all screens.  (Shadows,
  173.              etc.)
  174.            
  175.            . Added support to read and write registration 
  176.              information from ZIPR.INI file.
  177.            
  178.            . Added support to read and write ZIPR.INI file.
  179.            
  180.            . Added "Delete" option to file menu to delete .ZIF 
  181.              files.
  182.            
  183.            . Removed superfluous "Save" and "save As" options from
  184.              file menu.  File saving is done automatically after 
  185.              file editing is complete.
  186.              
  187.            . Created new EDIT??.OBJ module, and moved some of the           
  188.              subroutines from the ZIFED??.OBJ module to the new
  189.              location.
  190.  
  191.            . Changed edit screen input routines to allow tabbing
  192.              between fields.
  193.  
  194.  
  195. 02-26-93 ■ Version 0.3ß
  196.  
  197.            . Added MENU??.OBJ module to contain menu related code.
  198.            
  199.            . Added confirmation dialog boxes.
  200.            
  201.            . Enhanced .ZIF file editor to automatically save changed
  202.              files.
  203.            
  204.            . Added copyright notice code.
  205.            
  206.            . Added code to create new .ZIF file.
  207.            
  208.            . Now redraw top line of edit screen when .ZIF file name
  209.              is changed.  Display problem when new file name was 
  210.              shorter than the old one.
  211.            
  212.  
  213. 02-25-93 ■ Version 0.2ß
  214.  
  215.            . Added code to open a .ZIF file.
  216.            
  217.            . Added ESCape key support on menu items.           
  218.  
  219.            . Added ESCape key support when editing .ZIF files.
  220.  
  221.  
  222. 02-25-93 ■ Version 0.1ß
  223.  
  224.            . Added code to save .ZIF file. 
  225.            
  226.            . Added Program Paths and Program Register menu options.
  227.            
  228.            . Use old values for variables if new values are blank.
  229.  
  230.  
  231. 02-25-93 ■ Version 0.0ß
  232.  
  233.            . Added ZIP'R introduction screen to pop-up when the 
  234.              ZIF editor is executed.
  235.  
  236.            . Added code to read a .ZIF file and import it into the 
  237.              .ZIF file editing screen.
  238.  
  239.            . Began initial development on ZIP'R's ZIF (ZIP'R Information
  240.              File) Editor.  Created pulldown menu system.  Created 
  241.              editing screen to edit ZIP'R's .ZIF files.  
  242.