/////////////////////////////////////////////////////////////////////////////
//                     Part of JVDesk project                              //
//                     Multiple desktop management                         //
//              Alain JAFFRE 2003   http://jack.r.free.fr                  //
//                                                                         //
// Readme file for that project                                            //
/////////////////////////////////////////////////////////////////////////////

TODO:
Without specific order

- put program icon on pager desk
- define default window status for each desk (i.e always the same window is
the foreground one when we come in the desk)
- improve memory footprint
- be sure to bring all window to the current desk in case of crash or when need
to kill JVDesk. Another solution could be to change status from SW_HIDE to
SW_ MINIMIZE
- solve bugs

KNOWN BUGS:

 
CHANGES:
27/04/2003 v0.6.0:
- tray icon hint give the desktop number
- pager can be hide
- left click on tray icon show desktop selection popup menu
- drag window from desk to desk
- drag file on pager
- drag window on pager
- send active application to a specific desk
06/04/2003 v0.5.0:
- internationalization
13/03/2003 v0.4.0:
- change window detection to visible ones
- move window and all its sister window (same process) when moving to desk
- add list of unknown window to be able to hide / unhide them (application crash)
02/03/2003 v0.3.0:
- user can add in a list application he want to launch at start up. Any kind of
application, document, short cut can be add by drag and drop.
- user can change sticky status of these launched on start up program.
- solve of Excel bug (lost of menu when maximized, change desk and came back)
- select active/inactive pager desk color
- put desk number on pager
24/02/2003 v0.2.0:
- change window desk number when loosing sticky status
- user can save application location (desk number)
- user can restore saved application location on start up. Didn't work in some
 case (shortcut on a document which launch the associated application) as the
 automatic detection find only the application name, not the document.
15/02/2003 v0.1.0:
- manage sticky window (with window handle)
- configure pager desk size
- when reducing desk number, move all open windows from suppressed desk to the
last one
- bring window to current desk
- goto application (switch to the desk where that application is)

