home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 118 / DVC182.ZIP / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1993-07-11  |  8.8 KB  |  232 lines

  1.           DV Commander version 1.82  by William E. Allen [75300,272]
  2.         Copyr 1989-93 by William E. Allen PO Box 834, Howell, MI 48843
  3.  
  4.  
  5.  
  6.                                   WHAT'S NEW?
  7.  
  8.        Here is a quick look at what's new and changed from prevoius ver-
  9.        sions of DV  commander.  Read  this  file  if  you  are currently 
  10.        using DV Commander, to see how the changes might affect you.
  11.  
  12.        Version 1.82 07/11/93
  13.  
  14.        * New Desq command meta commands
  15.  
  16.          Added new meta command, $Q, that stacks a command to reopen the
  17.          main DESQview menu.  This lets you do things like  switching to
  18.          another window and stacking commands to that window.
  19.  
  20.          For example, to close window 1, use the following command:
  21.  
  22.            DVC DESQ S1 $Q CY
  23.  
  24.          This will switch to window 1 (S1),  open the DESQview main menu
  25.          ($Q), and close the window,  answering Y (yes) to the confirma-
  26.          tion (CY).
  27.  
  28.          Also added meta command $$, which simply stacks a single dollar
  29.          sign character.
  30.        
  31.        Version 1.8 02/17/92
  32.        
  33.        * Menu separator lines
  34.        
  35.          Added the  %separator  special menu command which will insert a
  36.          seprartor line like those used in DESQview's own menus.
  37.          
  38.          Also changed the  menu window frame  slightly  to exactly match
  39.          the way the DESQview menus look.
  40.          
  41.        * Menu highlight bar follows mouse 
  42.        
  43.          The highlight bar now tracks when the mouse is moved as it does 
  44.          in DESQview's own menus and panels.
  45.  
  46.  
  47.        Version 1.7 04/15/91
  48.  
  49.        * DIsable / ENable commands
  50.  
  51.          Added DIsable and ENable commands to control access to DESQview
  52.          menus. This  can be useful in  setting up a turnkey  system and
  53.          with games that insist on using your {DESQ} key.
  54.  
  55.  
  56.        * Execute Command
  57.  
  58.          Added an Execute  command that will let you  run any program in
  59.          its own DESQview window. This  command is very powerful. Please
  60.          see the documentation for details.
  61.  
  62.  
  63.        * Pre-emptive menus
  64.  
  65.          The sub-menus are now pre-emptive. This means that if you press
  66.          the menu selection letter before the  menu has a chance to dis-
  67.          play, it will execute  your selection immediately without show-
  68.          ing the menu.
  69.  
  70.  
  71.        * Reorganized the manual
  72.  
  73.          The manual now has a table  of contents and the commands, which
  74.          were  in no  particular order  before, are  now in alphabetical
  75.          sequence.
  76.  
  77.  
  78.        Version 1.6 01/01/91
  79.  
  80.        * Desq command
  81.  
  82.          The Desq command stacks keystrokes  that open the DESQview main
  83.          menu and  execute commands from  it. You can  use this command,
  84.          for example, to  set the DESQview video options,  or to use the
  85.          DESQview menus to change colors.  You can also use this command
  86.          to cause DESQview to switch to another window.
  87.  
  88.  
  89.        Version 1.51 12/01/90
  90.  
  91.        * Justify command
  92.  
  93.          You can now optionally add [row, col] parameters to the justify
  94.          command. The  window will be  positioned so the  row and column
  95.          are in the upper left corner of the window.
  96.  
  97.  
  98.        Version 1.5 10/03/90
  99.  
  100.        * Name change
  101.  
  102.          First of all  I shortened the name. Instead  of DVCOMAND I have
  103.          changed the  name to DVC. I  find the new name  to be much more
  104.          convenient to use  from the command line and  I found that many
  105.          people  renamed it  to DVC   anyway. Of  course you  can always
  106.          rename the  executable file to any  name you wish and  you will
  107.          probability  want to  do this  if you  have many  DVP and batch
  108.          files that would need to be changed.
  109.  
  110.  
  111.        * DV style menus
  112.  
  113.          The "style" of  the menus have changed to  make them conform to
  114.          the look of DESQview's own menus. Specifically the frame is now
  115.          made of solid lines and the  title is centered inside the frame
  116.          like DV's menus and screens.
  117.  
  118.          A new  form of the description  (the first positional parameter
  119.          on  each line  of your  menu  files)  can be  used to  make the
  120.          selector letter appear on the far right of the description like
  121.          DESQview's menus. For example the menu line:
  122.  
  123.            "D=DESQview Datebook"  DA
  124.  
  125.          would display in the menu as:
  126.  
  127.             DESQview Datebook    D
  128.  
  129.  
  130.          A new special line of the form:
  131.  
  132.              %menu "Applications Menu"
  133.  
  134.          allows you  to give a  name to the  menu. If omitted, the title
  135.          from the  DVP used to execute  the DVC MENU command  is used as
  136.          the menu title.
  137.  
  138.  
  139.        * Additional menu parameters
  140.  
  141.          Three additional positional parameters, TITLE, EXEC, and MEMORY
  142.          have been added to those you can specify when defining lines in
  143.          your menu (*.MNU) files.
  144.  
  145.          TITLE lets you override the  program title specified in the DVP
  146.          with any  string, up to 30  characters, that you want.  This is
  147.          the title that will show in the DESQview SWITCH menu and in the
  148.          frame of the window when it is not zoomed to a full screen. The
  149.          EXEC  parameter  allows  you  to  override  the default program
  150.          parameter in  the DVP. MEMORY,  the last positional  parameter,
  151.          gives you the ability to  override both the minimum and maximum
  152.          memory specified in the DVP.
  153.  
  154.          These  new parameters,  along  with  the DIRECTORY  and PROGRAM
  155.          PARAMETERS parameters, allow a single  DVP to be used in varied
  156.          situations.
  157.  
  158.          Since  the parameters  are positional  they can  not be omitted
  159.          except on  the right. You can  use an asterisk (*)  to hold the
  160.          place of any parameter you do  not want to specify. For example
  161.          if you wanted (for some strange reason) to modify the amount of
  162.          memory allocated  to the DESQview Datebook  from the default in
  163.          the DVP of 64 to, say,  128k and leave all the other parameters
  164.          alone you would use a line in your menu file something like:
  165.  
  166.            "D=DESQview Datebook"  DA  *  *  *  *  128
  167.  
  168.          where  the four  asterisks hold  the places  of the: DIRECTORY,
  169.          PROGRAM PARAMETERS, TITLE, and EXECUTE parameters.
  170.  
  171.  
  172.        * Menu positioning
  173.  
  174.          Previously  DVC would  always position  the menu  in the  upper
  175.          right corner of the screen. It  will now honor the starting row
  176.          and column from DVP that executes the DVC MENU command provided
  177.          the starting row, column is within 1,1 and 19,54.
  178.  
  179.  
  180.        * Spawn command
  181.  
  182.          A new  command, SPAWN, lets  you open any  DVP while optionally
  183.          overriding the DIRECTORY, PROGRAM  PARAMETERS, TITLE, EXEC, and
  184.          MEMORY. Essentially  this new command  lets you open  a program
  185.          from  the  command  line   with  exactly  the  same  positional
  186.          parameters you would specify on a line in your menu file.
  187.  
  188.  
  189.        * Color switch
  190.  
  191.          A new  command line switch,  /C=hh, lets you  specify the color
  192.          that DVC  will use. hh is  the hex attribute for  the color you
  193.          want DVC  to use. It defaults  to /C=07. You must  set USES ITS
  194.          OWN COLORS to Yes if you specify this new switch.
  195.  
  196.  
  197.        * Quiet switch no longer needed
  198.  
  199.          You no  longer need to  specify the /Q  command line switch  to
  200.          keep  DVC  from  displaying  its  copyright  information on the
  201.          screen.
  202.  
  203.          You can type  DVC without any parameters to  show copyright and
  204.          registration information and you can  type DVC HELP to show the
  205.          help screen.
  206.  
  207.  
  208.        * Enhanced mouse support
  209.  
  210.          Mouse support  has been enhanced somewhat.  As before, you must
  211.          still  virtualize  the  window  that  is  running DVC for mouse
  212.          support to be enabled. This  is because the mouse driver writes
  213.          directly to the video buffer.
  214.  
  215.          The mouse cursor is not displayed  until you move the mouse. It
  216.          is  displayed as  a diamond  just  like  DV uses  but it  works
  217.          differently from DV. When in a  menu, clicking on the item that
  218.          is highlighted executes  the item but clicking on  an item that
  219.          is not highlighted  only moves the highlight bar  to that item.
  220.          The highlight bar  does not follow the mouse  cursor as it does
  221.          in DESQview's menus. The mouse  cursor can not be moved outside
  222.          of the menu window.
  223.  
  224.          Clicking the right button acts  like the ESCape key closing the
  225.          menu  without doing  anything. You  can press  both buttons  to
  226.          bring up the DESQview menu.
  227.  
  228.  
  229.        * Uses more memory
  230.  
  231.          DVC now requires the minimum memory to be set to at least 128k.
  232.