2005-01-22  Tobias Becker  <tobiasb@isdn4linux.de>

	* opt_time.c (get_ytime): New function for setting time relative
	to current date, e.g. yyy = 3 days ago from now.
	* opt_time.c (get_term): Added test for y[y[...]] notation.

	* opt_time.c (get_month, get_time, get_gertime, get_itime):
	Added test for return value of localtime, may be NULL.

	* rep_main.c (parse_options): Truncate long -t command line options
	to fit in timestring.
	* opt_time.c (get_term): Mind the length of DateStr also when only
	one time instead of a time span is given.

2004-12-16  Tobias Becker  <tobiasb@isdn4linux.de>

	* rep_main.c (parse_options, main): New option `-U', sets default
	source number for outgoing calls if missing in log entry.
	* isdnrep.h (defsrc): New global variable for `-U' option.
	* isdnrep.c (repair): Apply `-U' option.

2004-07-25  Tobias Becker  <tobiasb@isdn4linux.de>

	* rep_main.c (parse_options): New option `-m', multiplies or divides
	connection costs before displaying
	* isdnrep.h (modcost): New global variable for `-m' option.
	* isdnrep.c (print_header, set_caller_infos): Apply `-m' option.

2004-07-24  Tobias Becker  <tobiasb@isdn4linux.de>

	* rep_main.c (parse_options): New option `-x', selects calls by hour
	or type of day. 
	* isdnrep.h (days, hours): New global variables for result of `-x'.
	* isdnrep.c (select_day_hour): New function, parses contents of `-x'.
	(check_day_hour): New function, determines selection of call by `-x'.
	(read_logfile): Process only selected calls.

	* rep_main.c (parse_options): New option `-L', selects summaries.
	* isdnrep.h (sel_sums): New global variable for result of `-L'.
	* isdnrep.c (select_summaries): New function, parses contents of `-L'.  
	(print_bottom):	Produce only selected summaries.

	* rep_main.c (parse_options): New function for option parsing.
	(main): Replaced option parsing by call to parse_options, added
	conversion of `REP_OPTIONS' contents to standard argc/argv values.

	* ChangeLog: Started this file.
