minixcal 1.1 - a minimalistic X calendar
============================
Copyright (C) 2006, Lior Tubi <lior2b@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License (see "LICENSE" file).
============================

--- Compile command used ---
gcc minixcal.c -o minixcal `gtk-config --cflags` `gtk-config --libs`

BK Jan 2008:
 gcc minixcal.c -o minixcal `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0`


============================

minixcal displays a minimalistic calendar at the cursor position,
on top of all other windows. The calendar shows the current day.
minixcal exits on Enter, Escape or Space key press, on right mouse
click press, or when the user clicks somewhere out of the calendar.
Moreover, if Ical (calendar program) is installed, minixcal will display
a button to run Ical.

============================
