This is the History.txt file for the ClockEveryWhere Hack package.
Placed into the public domain by Renaud Malaval <renaud.malaval2@fnac.net>

This package is intended to demonstrate the creation of a HackMaster hack for Palm Computing(R) platform handheld, using the free GNU GCC/prctools development tools.

ReadMe.txt                                             version 2.05, 3 apr 2002

by Renaud Malaval


Description
===========
ClockEveryWhere Hack is a HackMaster hack that display clock on each form.
In normal form just after the form title. In modal form or alert in the left of the title.

The package includes the following files:
	ClockEveryWhere.prc
	ReadMe.txt
	LICENSE.txt


Requirements
============
* Any Hardware.
* Approximately 11K available memory (a bit less).
* XMaster from <http://linkesoft.com/english/xmaster/>
 or
  HackMaster from <http://www.daggerware.com/hackmstr.htm>
* Palm OS version 3.0 Note: you need version 3.5 for analog clock display.


Installation
============
IMPORTANT: if you do not uninstall a previous version of ClockEveryWhere before installing this one, your Palm will crash.  Nuff said.

If you haven't already installed HackMaster, or XMaster do that first.  Follow instructions from the HackMaster web page, which can be found at  <http://www.daggerware.com/hackmstr.htm>.  Remember to register HackMaster.

Now, simply install appropriate ClockEveryWhere ".prc" file as you would any other ".prc" file (for help on choosing your version, see the description above).  As a safety precaution, you should uninstall all hacks through HackMaster first (actually, this is a good general procedure, since doing so means that HotSync can defrag memory if it needs to).

Go into HackMaster and click on the box to select ClockEveryWhere.

That's it.


Legal Junk & Distribution
=========================
This program and its source code are in the public domain.  Enjoy.  If you're happy with this program, feel free to e-mail me.
This software is provided AS IS without warranty of any kind.  Use at your own risk. The author takes no responsibility for any loss of data or damage that could be attributed to the use of this program.

  This program is free software;  you can redistribute it and/or modify it 
  under the terms of the GNU  General  Public  License as published by the 
  Free Software Foundation;  either version  2 of the License, or (at your 
  option) any later version.

  This  program  is  distributed in  the hope that it will be useful,  but 
  WITHOUT   ANY   WARRANTY;   without   even   the  implied   warranty  of 
  MERCHANTABILITY  or  FITNESS  FOR A  PARTICULAR  PURPOSE.  See  the  GNU 
  General Public License for more details.

  You should  have received a copy of the GNU General Public License along 
  with this program;  if not, write to the Free Software Foundation, Inc., 
  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

  If you're happy with this program, feel free to e-mail me.
 
Contact Info
============
Probably the easiest way to contact me is via e-mail.
      e-mail: renaud.malaval2@fnac.net

If you like this little hack and you want to support it you can send $5us to :
Renaud Malaval
10, Allee de la plage
Rs. Holiday 34, Bat. la Jonque
34280 la Grande Motte
France


Version History
===============
	0.1 :
		First release displays clock everywhere on "FrmDrawFrom" only.
		Add about form.

	0.2 :
		Update clock on each "nilEvent".
		On modal form display clock on left corner.

	0.3 :
		Add on modal form display clock on invert mode.
		Update clock on "nilEvent" each minute.

	0.4 :
		Update clock on "penDownEvent". Solve non-update display when no nilEvent come.
		Add special patch to display clock clearly in mail.prc

	0.5 :
		Correct bug in popUpwindow.

	0.6 :
		Correct bug Don't display clock when a menu is displaying.

	0.7 :
		Add setup for binking second.

	1.0 :
		Better time managment in evtGetEvent.

	1.1 :
		Update makefile.
		Bug correction in time managment of evtGetEvent.

	1.2 :
		Add new clock display (analog). note: The scale for the minute hand is 5 minutes.
		Add setup for display the clock in form alert.
		Add setup for the backgrounds color in a form alert.
		Add setup for display the clock in form with name begins by a number.
		Add setup for display the clock on right in form alert.

	1.3 :
		Correct bug on Palm OS before v3.5 (display blink check box in Hack master form)

	1.4 :
		Force clock drawing on press of the power on key .

	1.5 :
		Correct bug on hours arroud 12.

	1.6 :
		Correct bug on Force clock drawing on press of the power on key (wake up).
		First public release.

	1.71:
		Add support for AM/PM times.
		Improve display in setup form.
		On non-modal forms, put the clock one more pixel to the right.

	1.8 :
		Code cleaning.

	1.9 :
		After each 35 minutes increase hour needle position.
		Second public release.

	2.03:
		Add support for handera 330.
		Bug solve introduce in version 1.9 arround midnight.
		Force clock format to xx:xx.
		Add color support (display background same as form frame).
		Code cleaning.

	2.05:
		Bug fixing in font usage (i.e. bigclock.prc).
		Bug fixing in Force hours on 2 digits.
		Add draw clock in bold font.
