GTimer v1.1.1 - 24 Feb 1999
Copyright (C) 1998 Craig Knudsen, cknudsen@radix.net
http://www.radix.net/~cknudsen/gtimer/


COMPILING:
--------------------------------------------------------------------------
To build, just type "make".  To install in "/usr/X11R6/bin", type
"make install".  The "gtk-config" program should be in your path.

The development environment for GTimer is Linux x86 2.0.36, libc6 (glibc),
and GTK 1.1.13.  It should build without issue on any UN*X that has GTK 1.1.13
or later.  Send me email if you would like to be notified of future releases.

To run:
	./gtimer


USING:
--------------------------------------------------------------------------
Command line options:
-midnight N	If you work past midnight, then use this to keep hours up
		until N count toward the previous day.
		Example:
		  -midnight 400
		  All hours up until 4AM will be applied to previous day.
-nosplash	Do not show the splash screen on app startup.


TO DO:
--------------------------------------------------------------------------
- Use autoconf ("Configure") as part of installation.
  Would be nice to also support GTK 1.0.  In the mean time, download
  version 0.98 to build with GTK 1.0 or download the static binary.
- Add ability to group tasks by a group name.
- Catch some signals (SIGINT, for example) so we can save date before
  exiting.  GIMP does this, so it should be possible.
- Show the GNU license on initial run of the app.
- Online help.
- Postscript output for printing rather than plain text.
- GNOME integration.


HISTORY:
--------------------------------------------------------------------------
See ChangeLog for development history.

