home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 078 / WINCLK11.ZIP / CHANGES.TXT next >
Text File  |  1993-02-07  |  2KB  |  41 lines

  1. WinClock(tm) Copyright 1993 by Patrick Breen - All rights reserved.
  2.  
  3.  
  4. This file lists the changes between revisions of WinClock.
  5.  
  6. v1.1 - February 7, 1993
  7.     Fixed drawing problem that resulted in "ghost" clocks.  This
  8.     version uses the Windows 3.1 function RedrawWindow() to invalidate
  9.     the caption of the previous window which had the clock.  If
  10.     RedrawWindow() is not available (ie, Windows 3.0 is being used),
  11.     the entire desktop window is invalidated.  This does solve the
  12.     problem, but it causes a noticeable flicker.  I will continue to
  13.     look for a better solution.
  14.  
  15.     Fixed drawing problem in very small windows - the clock would
  16.     cover the system menu and the window border.  Now it will never
  17.     extend outside of the caption area.
  18.  
  19.     Added date.  A short click on the clock will display the date in
  20.     the caption bar for a few seconds before displaying the time again.
  21.     There are a couple of date formats available in the Setup... dialog.
  22.  
  23.     Removed flashing colon when seconds are not displayed.
  24.  
  25.     Added ability to position the clock on either the left or the
  26.     right of the caption bar.  This is controlled by an option found
  27.     in the Setup... dialog.
  28.  
  29.     Added Setup... dialog so that many options can be set at once.
  30.  
  31.     Added Color... dialog.  This dialog allows you to specify the
  32.     text and background color of the clock.  It now defaults to using
  33.     the system colors.  The Set... buttons are enabled if you have
  34.     the Windows COMMDLG.DLL (I didn't want to create a fancy color
  35.     dialog).  Otherwise, type in the RGB value of the color you desire.
  36.  
  37.     (Thanks to all the people who contributed ideas and bug reports -
  38.      I will continue to listen and respond to all contributions)
  39.  
  40. v1.0    - January 30, 1993
  41.     Initial Release