home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / UTILS / P-Z / TSKBAR20 / CHANGES.TXT < prev    next >
Text File  |  1995-01-31  |  3KB  |  68 lines

  1. Taskbar change history
  2. ----------------------
  3.  
  4. version 1.00 : Initial version.
  5.  
  6. version 1.01 : Fixed appearance of dialog boxes when program
  7.                is being run under OS2 2.1 or 2.11.
  8.  
  9. version 1.02 : Added small icon support for Warp users.
  10.                Minor code changes to try to minimize the
  11.                program's memory requirements.
  12.  
  13. version 1.03 : Fixed z-order problem that in some cases
  14.                would prevent the text descriptions from
  15.                showing.
  16.  
  17. version 1.04 : Fixed problem where installation script
  18.                would die after executing BOOTDRIV command.
  19.                Added optional visual indicator of which
  20.                edge of the display is the current location
  21.                of the taskbar.
  22.                Quit using WS_SAVEBITS attribute for main
  23.                taskbar window and bubble help windows in
  24.                order to work around various PM screen
  25.                corruption bugs.
  26.  
  27. version 1.05 : Added ability to close/hide/minimize/maximize
  28.                windows from taskbar. Added option to have the
  29.                Warp launchpad automatically float to the top
  30.                of the window stack whenever the taskbar popup
  31.                is displayed.
  32.  
  33. version 2.00 : 1) Program settings reorganized into a settings
  34.                   notebook.
  35.                2) The icons for seamless Windows applications
  36.                   now show up correctly. (Getting these icons
  37.                   requires the use of several undocumented
  38.                   features in OS/2. If you should come across
  39.                   a version of OS/2 where this doesn't work,
  40.                   *please* let me know so I can (hopefully) fix
  41.                   it.)
  42.                3) Double-clicking with mouse button 1 on a
  43.                   program's button in the taskbar will
  44.                   hide/minimize the program.
  45.                4) Any shift key + mouse button 2 will close
  46.                   a program.
  47.                5) The width of the indicator bar can now be adjusted.
  48.                6) Added option to sort taskbar entries by window
  49.                   z-order.
  50.                7) Added hot key capability similar to the Windows
  51.                   Alt-Tab feature. The hot keys on program installation
  52.                   are Ctrl+Alt+'>' (go forward through window list) and
  53.                   Ctrl+Alt+'<' (go backward through window list).
  54.                8) The taskbar activation hook now checks whether a
  55.                   mouse button is being pressed or if a window has
  56.                   captured the mouse and does not activate the taskbar
  57.                   if either of those conditions are true. This will
  58.                   hopefully reduce the problem of accidentally activating
  59.                   the taskbar when dragging items around at the edge of
  60.                   screen.
  61.                9) Increased the speed of the display of the bubble-help
  62.                   text, especially when the text overlaps a seamless
  63.                   Windows window.
  64.                10)Added ability to remove programs from the task list.
  65.                11)In order to deal with ill-behaved programs such as the
  66.                   OS/2 system editor, we now get a program's title from
  67.                   the text in its titlebar rather than its window list title.
  68.