home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Windows Tools / SOS-WIN_TOOLS.ISO / programm / drucken / codepr24 / changes.txt < prev    next >
Encoding:
Text File  |  1994-01-24  |  19.5 KB  |  439 lines

  1.  
  2.                     CodePrint (TM) - Revision History
  3.  
  4.  
  5.   This file contains enhancements and bug fix history for CodePrint.
  6.  
  7.   ---------------------------------------------------------------------------
  8.   --------------------  VERSION 2.40  January 24, 1994  ---------------------
  9.   ---------------------------------------------------------------------------
  10.  
  11.   ** Bug Fixes    ***********************************************************
  12.  
  13.   [] Fixed bug that would not prompt to save a modified configuration when a
  14.      new configuration was selected from the MRU list, or when selected from
  15.      the open configuration dialog.
  16.  
  17.  
  18.   ** Enhancements ***********************************************************
  19.  
  20.   [] Added option to print the FULL path name (default) or ONLY the filename
  21.      for the HEADER/FOOTER Filename option. Select this feature from the
  22.      Header/Footer dialog.
  23.  
  24.   [] Added option to print HEADER/FOOTER file date as creation/modified date
  25.      or the date the file was printed (the default). Select this feature from
  26.      the Header/Footer dialog.
  27.  
  28.   [] Added the option to print the page border using one of three widths,
  29.      LIGHT, MEDIUM or HEAVY. Select this feature from the Page dialog.
  30.  
  31.   Important Note: You should select the Page dialog and choose the border
  32.   width you want to use for each configuration and then save it. The default
  33.   is LIGHT border however, in some cases it might default to HEAVY.
  34.  
  35.  
  36.  
  37.   ---------------------------------------------------------------------------
  38.   -------------------  VERSION 2.30  November 15, 1993  ---------------------
  39.   ---------------------------------------------------------------------------
  40.  
  41.   ** Enhancements ***********************************************************
  42.  
  43.   [] Added command line arguments useful for batch processing. You can now
  44.      start CodePrint with the following command line arguments.
  45.      
  46.      /f - followed by (no space) the path and filename you want to print 
  47.           for example:
  48.              /fc:\autoexec.bat
  49.           you may also use -f
  50.           this option can be specified multiple times
  51.  
  52.      /c - followed by (no space) the configuration name, as saved in the
  53.           [Configuration] section of the CodePrint INI file.
  54.           for example:
  55.              /creadme
  56.           you may also use -c
  57.           this option should only be specified once
  58.      
  59.      /t - followed by (no space) a 0 or 1
  60.           specifying 1 will terminate CodePrint after printing the
  61.           specified file(s). Otherwise use 0.
  62.           for example:
  63.              /t0 or /t1
  64.           you may also use -t
  65.           this option should only be specified once
  66.  
  67.      The above options can be specified in any order. For example, to
  68.      print the autoexec.bat and config.sys files from c:\ using a
  69.      configuration named 'LISTINGS' and terminate after printing, the
  70.      command line would be specified as follows.
  71.  
  72.      c:\codeprnt\codeprnt.exe /t1 /fc:\autoxec.bat /fc:\config.sys
  73.             /clistings
  74.  
  75.  
  76.   ---------------------------------------------------------------------------
  77.   --------------------  VERSION 2.21  October 25, 1993  ---------------------
  78.   ---------------------------------------------------------------------------
  79.  
  80.   ** Bug Fixes    ***********************************************************
  81.  
  82.   []  Fixed bug that resulted in an error in the Win16 subsystem when run on
  83.       Windows NT.
  84.       
  85.   []  Fixed the bug that would abort a print job when a new page is started
  86.       but and the end of file is reached. This problem was thought to be
  87.       fixed in version 2.10. See the first item for that version.
  88.  
  89.  
  90.   ** Enhancements ***********************************************************
  91.  
  92.   [] This version now runs correctly on Windows NT.
  93.   
  94.  
  95.   ---------------------------------------------------------------------------
  96.   -------------------  VERSION 2.20  September 30, 1993  --------------------
  97.   ---------------------------------------------------------------------------
  98.  
  99.   ** Bug Fixes    ***********************************************************
  100.  
  101.   [] Fixed bug that would cause a GP fault on some systems when dropping
  102.      files to the CodePrint icon.
  103.  
  104.   [] Fixed printer setup to correctly initialize the print orientation and
  105.      duplex options.
  106.  
  107.   [] Fixed bug that did not update CHECK status for duplex printing on main
  108.      menu if option was changed while application was minimized.
  109.  
  110.  
  111.   ** Enhancements ***********************************************************
  112.  
  113.   [] Added a most recently used list to the File menu. The MRU list provides
  114.      quick access to recently used configurations. Up to 4 MRU configurations
  115.      are listed under the File menu.
  116.      
  117.   [] Changed the status bar to display the duplex status and duplex support
  118.      for the current printer. See on-line help.
  119.  
  120.   [] Change the Printer Setup so it now saves any changes globally for all
  121.      applications.
  122.  
  123.   [] Added support for printers that internally support duplex printing. For
  124.      the HP Laserjet line of printers, the IID and IIID have a built-in
  125.      duplex option. The IIISi and 4Si have a duplex option.
  126.      
  127.      To use a printers duplex feature, select File:Printer Setup to display
  128.      the standard Windows Printer Setup dialog. Choose the Options button.
  129.      In the Duplex Printing group box, select the option you want to use.
  130.      Then choose the OK button. For help with the Options dialog box, choose
  131.      the Help button or press F1 while using the dialog box. Then print as
  132.      normal.
  133.      
  134.      Note: If the current default printer does not support duplex printing,
  135.      the duplex option will not appear in the dialog box. (See README.TXT
  136.      file under topic, KNOWN PROBLEMS for more information)
  137.  
  138.  
  139.   ---------------------------------------------------------------------------
  140.   --------------------  VERSION 2.10  April 30, 1993  -----------------------
  141.   ---------------------------------------------------------------------------
  142.  
  143.   ** Bug Fixes    ***********************************************************
  144.   
  145.   [] Fixed bug that would occasionally spool a job to Print Manager but not
  146.      print. It appears to occur only for jobs that require less than one
  147.      sheet.
  148.  
  149.   [] Changed the FONT dialog to always display with a gray background to be
  150.      consistent with the other dialogs.
  151.   
  152.   [] Not sure this is a bug as much as it was an omission. When duplex
  153.      printing was implemented, it was not implemented for use with the
  154.      DRAG-AND-DROP feature. It is now, along with some other convenience
  155.      features.
  156.  
  157.   [] Fixed bug that did not gray the header or footer edit control if
  158.      unchecked.
  159.  
  160.  
  161.   ** Enhancements ***********************************************************
  162.  
  163.   [] You can now DRAG-AND-DROP files while CodePrint is MINIMIZED with the
  164.      duplex option ON and it works. You will get the normal message about
  165.      turning over the sheets and placing them back in the printer after the
  166.      first printing pass is complete, just like RESTORED mode operation.
  167.      However, to complete pass 2 printing, click the CodePrint icon to
  168.      display the Control/System Menu. Then select Print Pass 2 to complete
  169.      duplex printing for the dropped file(s). To cancel pass 2, select Cancel
  170.      Pass 2. You can also toggle Duplex Printing mode from the Control Menu.
  171.      
  172.      Other selections include changing the configuration and displaying the
  173.      information dialog.
  174.      
  175.      If you normally use CodePrint in the DRAG-AND-DROP mode you can now
  176.      perform most task without restoring the application.
  177.      
  178.      Note: When pass 2 is pending the printer light on the icon (right side
  179.            of printer) changes from BLACK to RED. After selecting Print
  180.            Pass 2 or Cancel Pass 2 it changes back to BLACK.
  181.      
  182.   [] This leads to the other important new feature. The ability to run
  183.      multiple copies of CodePrint has been re-implemented. For the users
  184.      who actually read these files you will notice that this feature was
  185.      disabled in v1.16. This feature needed to be tested and now appears to
  186.      work very well.
  187.      
  188.      You can now open several copies of CodePrint, each with a different
  189.      configuration and DROP files to the icon with the configuration you
  190.      want to use.
  191.      
  192.   [] Added the option to print the default wrap symbol '===>', or not print
  193.      it. If this option is checked, which will print the wrap symbol, you
  194.      can also change the symbol you want to use for wrapped lines. This
  195.      feature is accessed from the Page Layout dialog.
  196.      
  197.   [] Added a third border option which will print only a divider between
  198.      columns. This feature is accessed from the Page Layout dialog.
  199.      
  200.  
  201.   ---------------------------------------------------------------------------
  202.   ---------------------  VERSION 2.02  March 5, 1993  -----------------------
  203.   ---------------------------------------------------------------------------
  204.  
  205.   ** Bug Fixes    ***********************************************************
  206.  
  207.   [] Fixed bug that caused eratic program behavior when using a long header
  208.      or footer.
  209.  
  210.  
  211.   ---------------------------------------------------------------------------
  212.   --------------------  VERSION 2.01  Feburary 8, 1993  ---------------------
  213.   ---------------------------------------------------------------------------
  214.  
  215.   [] Code maintenance.
  216.  
  217.  
  218.   ---------------------------------------------------------------------------
  219.   --------------------  VERSION 2.00  January 25, 1993  ---------------------
  220.   ---------------------------------------------------------------------------
  221.  
  222.   ** Enhancements ***********************************************************
  223.  
  224.   [] Added Duplex Printing option to the Options menu item. When this option
  225.      is checked, duplex printing is enabled. If this option is unchecked, the
  226.      default, duplex printing is disabled.
  227.  
  228.      Duplex printing allows you to print on both sides of the paper. Duplex
  229.      printing requires two passes. You first select the files you want to
  230.      print and choose the Print File(s) button. After the files are sent to
  231.      the printer or Print Manager, the following message is displayed.
  232.  
  233.      When printing is complete, turn sheets over and re-insert in printer so
  234.      the blank-side of the first sheet is on the top. Then choose the Print
  235.      File(s) button again.
  236.  
  237.      Press OK. You will notice that the files are still listed in the Print
  238.      listbox. Next, after all the sheets are ejected from the printer,
  239.      re-insert them in the printer and choose the Print File(s) button to
  240.      print on the back of the sheets, which completes duplex printing.
  241.  
  242.      Due to the variety of printers on the market, you may have to experiment
  243.      with the order the sheets are output from the printer and the order and
  244.      orientation required when placed back in the input tray. Therefore it is
  245.      suggested that you print only one file with multiple sheets for test
  246.      purposes. (See On-Line help for more detailed information).
  247.  
  248.      NOTE: Due to the way duplex printing is implemented you should not
  249.      enable it when printing to a network printer.
  250.  
  251.  
  252.   ** Bug Fixes    ***********************************************************
  253.  
  254.   [] Fixed bug that would not allow further printing if a print job was
  255.      cancelled.
  256.  
  257.   [] Improved the keyboard interface for the main dialog window so now the
  258.      TAB key will always move between the controls even if CodePrint loses
  259.      focus due to switching applications.
  260.  
  261.   [] Fixed bug that would not prompt to save changes during Exit when changes
  262.      were made to the Options menu. 
  263.  
  264.  
  265.   ---------------------------------------------------------------------------
  266.   --------------------  VERSION 1.17  December 31, 1992  --------------------
  267.   ---------------------------------------------------------------------------
  268.  
  269.   ** Bug Fixes    ***********************************************************
  270.  
  271.   [] Fixed bug that would lockup CodePrint when a file was missing a Ctrl-Z
  272.      EOF marker.
  273.  
  274.  
  275.   ---------------------------------------------------------------------------
  276.   --------------------  VERSION 1.16  November 30, 1992  --------------------
  277.   ---------------------------------------------------------------------------
  278.  
  279.   ** Changes ****************************************************************
  280.  
  281.   [] Only one instance of CodePrint can be run. If CodePrint is started when
  282.      a previous instance is already running, the first instance of CodePrint
  283.      will move in front of any other applications.
  284.  
  285.  
  286.   ** Enhancements ***********************************************************
  287.  
  288.   [] Changed File menu to have a Save and Save As option. The Save option
  289.      and the Save button on the toolbar will save the current configuration.
  290.      The Save As option will display the Save As dialog. You can save the
  291.      configuration using the same name or a new name.
  292.        
  293.   [] Added option to display page summary information for the currently
  294.      selected configuration. Select Page:Info... option from the menu to
  295.      display the "Page Information Summary" dialog. The dialog displays
  296.      information not displayed in the toolbar or status sections of the main
  297.      window.
  298.  
  299.      New information added for this release includes the number of characters
  300.      per line and the number of lines per page for the current page format.
  301.      Other information displayed includes the status of application options
  302.      and current margin settings.
  303.  
  304.   [] Code maintenance.
  305.  
  306.  
  307.   ---------------------------------------------------------------------------
  308.   ---------------------  VERSION 1.15  August 31, 1992  ---------------------
  309.   ---------------------------------------------------------------------------
  310.  
  311.   ** Bug Fixes    ***********************************************************
  312.  
  313.   [] Fixed bug that would not find the REGORDER.FRM file if the Working
  314.      Directory was not the same as the Command Line or start-up directory.
  315.      This file must be in the same directory as the CODEPRNT.EXE to print it
  316.      from the registration dialog.
  317.  
  318.  
  319.   ---------------------------------------------------------------------------
  320.   ----------------------  VERSION 1.14  July 31, 1992  ----------------------
  321.   ---------------------------------------------------------------------------
  322.  
  323.   ** Enhancements ***********************************************************
  324.  
  325.   [] Added option to print line numbers. Select Page:Layout option from the
  326.      menu or press the Page button on the Toolbar to access the Page Layout
  327.      dialog. With the Line Numbers option checked, line numbers are printed
  328.      at the left margin for each line. If you do not want to include line
  329.      numbers, you should uncheck this option. This option is saved with each
  330.      configuration.
  331.  
  332.  
  333.   ---------------------------------------------------------------------------
  334.   ----------------------  VERSION 1.13  July 20, 1992  ----------------------
  335.   ---------------------------------------------------------------------------
  336.   
  337.   ** Bug Fixes    ***********************************************************
  338.   
  339.   [] Fixed bug that would not update the file list under certain instances
  340.      when opening a configuration.
  341.  
  342.  
  343.   ---------------------------------------------------------------------------
  344.   ----------------------  VERSION 1.12  July 09, 1992  ----------------------
  345.   ---------------------------------------------------------------------------
  346.  
  347.   ** Enhancements ***********************************************************
  348.  
  349.   [] Added Ignore Form Feed option to the Options menu item. When this option
  350.      is checked, form feed characters are ignored. If this option is
  351.      unchecked (default), form feed characters are recognized and will
  352.      start a new page.
  353.  
  354.      Note: Form Feed characters must be column 1.
  355.  
  356.  
  357.   ** Bug Fixes    ***********************************************************
  358.  
  359.   [] Previous versions ignored FORM FEED characters. Version 1.12 corrects
  360.      this problem.
  361.  
  362.  
  363.   ---------------------------------------------------------------------------
  364.   ----------------------  VERSION 1.11  July 02, 1992  ----------------------
  365.   ---------------------------------------------------------------------------
  366.   
  367.   ** Enhancements ***********************************************************
  368.  
  369.   [] Added Options menu item to main menu bar. The submenu option is the
  370.      Use Path command. When this option is checked, CodePrint will use the
  371.      PATH and FILE SPEC saved with the current configuration as the working
  372.      directory during startup and when a saved configuration is opened. If
  373.      this option is not checked, CodePrint will use the default working
  374.      directory, as listed in the Program Managers "Program Item Properties"
  375.      dialog for the CodePrint icon item, during startup and when a saved
  376.      configuration is opened.
  377.  
  378.   [] Added Truncate option to the Options menu. When this option is checked,
  379.      all lines are truncated if wider than the page. If this option is
  380.      unchecked (default), all lines wider than the page will wrap to
  381.      the next line.
  382.  
  383.   ** Bug Fixes    ***********************************************************
  384.  
  385.   [] Fixed problem that would not blank out the SIZE and MODIFIED status 
  386.      fields when opening a saved configuration.
  387.  
  388.   [] Added message to save current configuration before program exit, if it
  389.      was modified.
  390.  
  391.  
  392.   ---------------------------------------------------------------------------
  393.   ----------------------  VERSION 1.10  June 24, 1992  ----------------------
  394.   ---------------------------------------------------------------------------
  395.  
  396.   ** IMPORTANT    ***********************************************************
  397.  
  398.   Due to the addition of FULL margin support, configurations saved with v1.00
  399.   will not read the correct information for the PAGE dialog. To correct this
  400.   problem you can delete the CodePrint.INI file or open each saved config-
  401.   uration and change each option.
  402.  
  403.  
  404.   ** Enhancements ***********************************************************
  405.  
  406.   [] Added FULL support for margins. You can now adjust the left, top, right
  407.      and bottom margins individually. This feature corrects the problem with
  408.      Dot Matrix printers that would push the right or bottom margin off the
  409.      page depending on the current orientation. This new feature can be
  410.      found on the Page Layout dialog.
  411.  
  412.   [] Added the ability for the user to change the number of spaces used to
  413.      expand tabs. The default value is 8. A value of 0 essentially removes
  414.      tabs.
  415.  
  416.  
  417.   ** Bug Fixes    ***********************************************************
  418.  
  419.   [] Fixed bug that would not change to the saved path and file spec when a
  420.      new configuration was opened.
  421.  
  422.   [] Fixed bug that allowed a none wildcard file spec to be saved with a
  423.      configuration.
  424.  
  425.   [] Corrected bug that would save the window position when application was
  426.      closed from iconic state.
  427.  
  428.  
  429.   ---------------------------------------------------------------------------
  430.   ----------------------  VERSION 1.00  June 16, 1992  ----------------------
  431.   ---------------------------------------------------------------------------
  432.  
  433.   Initial release.
  434.   
  435.  
  436.   ---------------------------------------------------------------------------
  437.   -----------------------  End of changes.txt file  -------------------------
  438.   ---------------------------------------------------------------------------
  439.