
PGCNTRL V1.04
=============

Fixed
-----
- now distinct properly between different window list entries of the
  same process, but with different title text
- /LIST now filters for specified tasklist entries
  (did always show all entries even when a tasklist entry was specified)
- got rc=111 (ERROR_BUFFER_OVERFLOW) when having many processes
  active (no more limit now)
- now uses 32-bit API DosQuerySysState for Warp 4
  to query process lists (can handle process lists > 64 Kb)
- could not restore hidden windows
- did not query tasklists correctly when more than 32 entries existed
  (no more limit now, current size is being queried before now)
- repaint problems when positioning vio windows
  redraw after WinSetWindowPos (but flickering stays)

New:
----
- added parameter /HWND to further determine a window list entry
  if multiple entries belong to one process
- /X now allows to use regular expressions on session titles.
  See readme for further details
- /LIST with /EXENAME now shows all instances just like
  /LIST with a specified tasklist entry
- parameter all can now be specified on all actions in order
  to perform that for all running instances (e.g. killing all
  running instances of the same executable)
- now implicit restore of minimized windows
- now implicit showing hidden windows when parameters
  /F /POS /ACT are specified
- /KILL a vio process no longer implicitely kills window

known bugs being a feature
--------------------------
- /CLOSE a VIO exe closes the window
  (because CLOSE is a window, not a process operation)


PGCNTRL V1.03
=============
New:
----
- new parameters /F|/B|/ACTIVATE implemented
- new parameter /TASKLIST[:ON|OFF] implemented
- forced kill via xf86sup.sys (V1.455 and newer) from Holger Veit
  (Holger.Veit@gmd.de) now supported. WARP 3 Fixpack 17 or newer
  required. This forced kill is implicitely used when xf86sup.sys
  is installed and a kill via DosKillProcess fails.


PGCNTRL V1.02
=============
New:
----
- Default behaviour changed:
  call without parms defaults to listing active programs.


PGCNTRL V1.01
=============
Fixed:
------
- A minor bug was fixed, that prevented PGMCNTRL from recognizing running
  vio programs via the "/Q /E:..." parameters.
- with parameter /q and /THISSESSION or /EXENAME:...,
  programs are not longer searched also in the tasklist.
  This way also hidden programs are found even without /ALL specified.


