Fri Apr  3 00:56:04 CST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.c: added a couple checks for drawable on functions
          the user can call earlier
        * gcalendar.c: removed all gdkimlib stuff as it is too slow
          for this particular thing (at least how we where using it)
          and we don't have enough images yet anyway ;-)

Thu Apr  2 06:49:51 PST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.[ch]: - set month to be 0-11 instead of 1-12
	 		    - major changes to remove flicker
			    - changed layout of days to include proper padding

Thu Apr  2 06:27:53 PST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.c: implemented clear_marks, added paint to
	  mark_set and mark_unset

Wed Apr  1 21:06:20 PST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.[ch]: implemented new signals for double click,
	  prev_month, next_month, prev_year, and next_year

Wed Apr  1 17:35:35 PST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.c: cleaned up code a bit

Wed Apr  1 01:48:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.[ch]: highlight when mouse over day.  Also,
          select works now and day_selected is now emitted.  Widget
          now generally usable, with a few known bugs.
        * gcalendar.c: prints out day selected

Sat Mar 14 15:06:35 CST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.[ch]: changed arrows to be own windows that
          now prelight and are much bigger

Sun Mar 13 14:32:04 CST 1998 Shawn T. Amundson <amundson@gimp.org>

	* configure.in: removed libgnomeui stuff, added gtk_imlib hack
          (will fix this to be better)
	* gcalendar.c: use gdk_imlib to load images (still too slow)
          and reorganized a bit

Sun Feb 28 14:32:04 CST 1998 Shawn T. Amundson <amundson@gimp.org>

        * gtkcalendar.[ch]: Added a little more code to start looking
          at button presses
        * gtkcalendar.c: fixed bug - this is derived from widget not vbox
        * gcalendar.c: enabled other widgets
        * gcalendar.c: some more cleanup

Sun Feb  8 05:19:24 CST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.[ch]: Changed to shadow_in look with white 
          background and title reliefed up inside that relief. 

Sun Feb  8 03:43:13 CST 1998 Shawn T. Amundson <amundson@gimp.org>

	* gtkcalendar.[ch]: Fixed _size_request.  Horizontal positoning
	  of numbers and headers are now more resize-friendly.  Headers
          are now positioned with consideration for width of each 
          individual header so they are truely centered.  Positioning of
          numbers is now acceptable for variable width fonts.

Sat Feb  7 21:51:44 CST 1998 Shawn T. Amundson <amundson@gimp.org>

        * gtkcalendar.[ch]: Added missing _map and _unmap functionality,
          integrated lib_date to fix calculation of date and revamped
          the _paint routine.   Also changed interface to be more consistant
          with GTK, etc.
	* Prepared for CVS import, autoconf'd, etc.
