Version 1.2.0 (11.09.1999)
==========================
* Desktop switching after mouse hit border. Read documentation for more info.
* Command line option "-desktop no" all you to switch to desktop "no", no
  is any number from interval 0..n-1, where n is count of desktops.
* Started documentation project. Please, if you are very well english
  speaker and do you want to help with sDesk development contact me -
  I need someone who will read doc and fix my terrible english. Documentation
  is stored in folder ./doc/ in distribution package - now it is not
  available on the Net.
  
Version 1.1.0 (12.08.1999)
==========================
* Desktop names! Each desktop can have assigned it's name. Name is
  showed for a while after desktop switch.
* sDesk now remeber active application and restore it's focus
  after desktop switch.
* sDesk sometimes produced GPF if I was debbuging other app in Delphi
  IDE - fixed.

Version 1.0.2 (23.07.1999)
==========================
* Fixed bug in work with maximized windows if app hidding active.
* Windows moved by "Move here" command was sometimes invisible - fixed.
* Tabs in Option window are in two lines - scroll arrows were eliminated.

Version 1.0.0 (22.07.1999)
==========================
* I due big changes to sDesk I decide to switch version to 1.0.0, from
  now I will use this convention <major improvement>.<minor>.<bug fix level>
  for version nubers.
* Hiding apps now works perfectly. We known about one problem:
    - maximized windows are handled incorectly
* Added new option "Cycle all Rows" by Tim Boughen <Tim.Boughen@mincom.com>

Version 0.513 (17.07.1999)
==========================
* New feature: Sticky windows!
    - In Option window is new tab for configuring it.
    - In context menu is new menu item trought it you can
      simple un/select windows to be sticky. If you press
      CTRL key while selecting window you can setup it more
      deply.
    - You can select one from three method for identifing window:
        1. By window handle - used by default from context menu. Handle
           is 32bit number which identify window in OS, it is DIFFERENT
           for each run of window! So this windows are not written to
           registry.
        2. By window title - this is saved to system registry, but this
           should not work with some app which have not stable window
           title, like WinAMP.
        3. By class name - this is too saved to system registry. Class
           name is identification of window assigned by developer of app,
           it is internaly used by OS.
* New feature: Hiding other desktop apps form TaskBar! Implemented by
  Tim Boughen <Tim.Boughen@mincom.com>
    - Tim is hardly working on this feature, he known about some
      problems:
        - Console windows are not hiden.
        - Sometimes is corruped caption and menu of window.
* Fixed problem, with hidden caption was sDesk visible in ALT+TAB list.


Version 0.512 (11.07.1999)
==========================
* Added changes made by Tim Boughen <Tim.Boughen@mincom.com>
    - turn on/off window title, context menu have new item "Exit"
    - turn on/off desktop numbers on pager window
    - select colors for: inactive, active desktop and grid lines

Version 0.511 (01.07.1999)
==========================
* Fixed problem with non default window size, reported by
  Mark Simmons <lafpd@usa.net>
* Fixed problem with hokeys on non default window sizes, reported by
  Mark Simmons <lafpd@usa.net>
* Many users write me that they can't access windows which were not on first
  desktop before sDesk clossing. Now you can select `Before exit move all w.
  to first desktop' option on `General' tab - by default is this OFF.
* In context menus `Switch to' and `Move to' are no longer showed minized
  windows.

Version 0.510 (13.06.1999)
==========================
* I removed sDeskHook.dll - system wide hook. Some apps didn't work properly
  with it (MSIE 5, Win95 OpenGL, ICQ, LabWindows/CVI, ...?).
* I add lots of new features, but I forgot what is new :-)
    - New item of context menu "Switch to" allow you select one application
      and you will be switched to desktop where this app is running.
    - Context menu can be displayed by pressing hotkey.
    - I add hotkey +/- row and change feel of hotkeys Desk+/-.
    - I changed defaults.
    - Now is posible to select one of fourth docking positions, or disable
      docking.
    - Enhanced screen saver setting.
    - Desktop switching after application focus change:
        - Can be disabled.
        - Automatic mode was disabled due some problems.
        - Manual mode is working.
* I thing that this version provide higher stability and comfort, I suggest
  you upgrade.

Version 0.507 (01.02.1999)
==========================
* I did serious bug in release of version 0.506 - I release old
  debug code. I'm very sorry. If you load version 0.506, please,
  load version 0.507. Previous release isn't working.

Version 0.506 (31.01.1999)
==========================
* Menu "Move here" is hierarchicaly and alphabeticaly sorted. I thing
  that now it is more synoptical, than last unsorted chaos.
* By using "Move here" menu is posible to move all windows of app
  together. But app must have "parent" and "child" window, like
  Delphi have. This doesn't work with app's like SemTel or Netscape
  Comunicator where all windows have same level.
* By clicking at a window you will give to it focus, same efect
  have all move command, except whole app move.
* Bug fix: Screen saver is no longer periodicaly activated.
* "Automatic desktop switch" feature is improved, you can decide betwen:
     - "disabled"
     - "automatic": fully automatic mode, I'm using system wide
       hook (handling routines must be in DLL). Program is checking
       WH_CBT.HCBT_SETFOCUS message.
     - "after key": Program is still checking WH_CBT.HCBT_SETFOCUS message,
       but you must press a key (alt, shift, ctrl) as confirmation of
       action in one second after window switch.
* Idea for implementation in Win32 environment was done by Paul Burgr,
  thanks and sorry :-)
! I've problems with screen saver detection, at this time I'm using
  FindWindow('Screen Saver'), does someone known better solution?  
! Hot keys are not working, if console window has focus! Why?
! I've reported that Adobe photoshop is not compatible with sDesk.

Version 0.503 (31.10.1998)
==========================
* Added ability to activate scrensaver if mouse is in selected
  corner of screen.
* I change licence - sDesk is now distributed under GNU general
  public license. That means - sDesk is still free and is distributed
  with full source code.
	
Version 0.502 (??.09.1998)
==========================
* Can be hiden from task bar and ALT+TAB list
* Can put icon to tray

Version 0.500 (??.08.1998)
==========================
* Window is sizeable.
* Options are saved to system registry
  HKEY_CURRENT_USER/Software/Jan Tomasek/sDesk
* Options:
        - Accesibe trought right mouse button
        - Desktop count and size
        - Smoth hiding

Version ?.??? (??.07.1998)
==========================
* First released version
