1999-02-06  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* gstripchart.desktop: Added Korean translations.

	* gstripchart.c: Removed C++ style comments.

1999-01-24  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (hi_lo_fmt): New function to format a pair of
	numbers in a compact format and with the same magnitude.
	(text_popup): New function to pop up a range summary of all
	parameters.  Activated by a mouse button 1 click.

1999-01-02  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (text_popup): Split text_popup and menu_popup out
	from click_handler.  Changed from a text-based to a clist-based
	popup.

1999-01-01  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (readjust_top_for_width): When readjusting
	parameter top values, insure that the new top value is no smaller
	than the user-specified maximum expected value.
	(update_values): Only readjust top values when requested.  Only
	request that this be done when updating the chart parameters in
	the chart_timer_handler routine.
	(main): Allocate slider arrays with calloc rather than malloc to
	avoid problems caused by evaluating random garbage.

1998-12-26  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (readjust_top_for_width): New function to readjust
	the top values for the current display width.  Called from the
	chart window configuration event handler and from the params menu
	item okay and apply handlers.

	* gstripchart.c: Performed massive code rearrangement to move the
	num_val, new_val, and max_val items from the Param struct to the
	Param_glob struct.  Also eliminated the evil params, chart_param,
	and slider_param file-scope globals.

1998-12-19  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>

	* gstripchart.c (update_values): Added explicit braces to
	eliminate a warning about an ambiguous if-clause.

1998-12-25  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (chart_timer_handler): Fake an exposure event to
	redraw the chart pixmap whenever any scale value changes.

1998-12-25  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (cap): New function used by update_values() to
	force top values to take on a value of the form {1,2,5}*10ex.

1998-12-20  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (main): Hacked on popt stuff to ignore gnome
	options when processing gstripchart-specific options.  Usage is
	still broken.

1998-12-20  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (prefs_callback): Added code to display the
	settings of a parameter, and to toggle the active flag for each
	parameter.

1998-12-19  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (gtk_graph): Added calls to
	gtk_widget_set_{usize,default_size} to establish the minimum and
	initial sizes of the main window.

1998-12-13  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (read_param_defns): if defined, add CONFDIR to the
	config file search path.

1998-12-06  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (eval): make libgtop parameter conditioned upon
	HAVE_LIBGTOP.

1998-11-28  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (popt_arg_extractor): changed from argp-based to
	 popt-based command line handling.

1998-10-25  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (arglist): Changed --add_menubar switch to
	--menubar; also fixed it so that it now works.
	(gtk_graph): Handle geometry settings.

	* gstripchart.html: Added some documentation about the geometry
	option and the use of the libgtop variables.

1998-09-05  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (read_param_defns): Initialized the `now' array to
	zero.
	(gtop_value): Added libgtop parameters as a source of plot data.

1998-08-27  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (main): Allow config parameters to be overridden
	by command line options by adding two explicit argp_parse calls in
	place of the implicit call from gnome init.

1998-08-22  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (overlay_tick_marks): New function.
	(read_param_defns): Add code to handle major/minor_tick parameter
	settings. 

	* gstripchart.html: Changed omit-menu entries to add-menubar
	entries. 

	* gstripchart.c (click_handler): Now correctly pops up a menu.
	(help_menu_action): Now correctly pops open a help browser to
	display the gstripchart help file.
	(main): Added textdomain calls to initialize the i18n stuff.
	(gtk_graph): Always do pop-up menu set-up; do menubar set-up if
	requested.

1998-08-17  John Kodis  <kodis@jagunet.com>

	* gstripchart.c (read_param_defns): Accept some command-line
	arguments as config file parameters.
	(click_handler): Add beginnings of pop-up menu support.
	(tc_to_lpf_const): Add low-pass filtering to chart and slider
	values. 
