2007-03-20 Saied Taghavi <s.taghavi@ece.ut.ac.ir>

	* The GNU's Configure Script.

2007-03-18 Ashkan Ghassemi <ghassemi@ftml.net>

	* jalali.h: global() Struct j_date added.
	
	* jalali.c: global() Added get_week_day, get_year_day, get_year_week 
	  for compatibility with jalali applet.
	  
	* cal.c: show_month() Some optimizations performed to main loop
	  in order to call convert_to_jalali once, instead of multiple times.

	* cal.c: global() Struct j_date added for code compatibility.

2007-03-03 Ashkan Ghassemi <ghassemi@ftml.net>

	* cal.c: show_month() Fixed ``carriage-return'' bug which causes
	  interface to display months improperly.

	* cal.c: show_month() Improved first day of month calculation.

	* cal.c: main() Improved parameter processor.

2007-03-02 Ashkan Ghassemi <ghassemi@ftml.net>

	* jalali.c: convert_to_jalali() Improved year calculation stuff.
	  it's much more reliable and precise now.

	* jalali.c: convert_to_days() Added a method to calculate 
	  days since UTC Epoch days by passing Jalali year, month and day.

	* cal.c: show_month() Using convert_to_days() instead of using
	  traditional way to calculate from UTC Epoch days.

	* config.h: global() changed BASE_CAL_YEAR.

2007-03-01 Ashkan Ghassemi <ghassemi@ftml.net>

	* cal.c: show_month() Fixed ``leap years'' bug which leads the 
	  interface to show ie. Esfand 1399 instead of Farvardin 1400.

	* cal.c: show_month() Added Pahlavi based epoch to calendar.
			
	* cal.c: main() Fixed some parameter processor's bugs.

	* cal.c: show_month() Added Julian days support to interface. Also 
	  some indentation bugs have been fixed.

	* jalali.1.gz: global() Added a manpage for the program.
	
	* config.h: Added necessary configs.
