Blame contrib/whodo/GIFgraph/GIFgraph/install/CHANGES

Packit 667938
Tue August 25 1998
Packit 667938

Packit 667938
- Fixed bug with undef values for first value in lines graphs
Packit 667938
- Changed one or two samples, and samples Makefile dependencies
Packit 667938

Packit 667938
Tue August 25 1998
Packit 667938

Packit 667938
- Added bar_spacing option.
Packit 667938
- Fixed a slight drawing 'bug' while doing that.
Packit 667938
- Changed a few of the samples to use bar_spacing
Packit 667938
- Implemented numerical X axis, based on a changed axestype.pm from
Packit 667938
  Scott Prahl <prahl@ece.ogi.edu>. many thanks.
Packit 667938
- Added sample54 to illustrate
Packit 667938

Packit 667938
Tue August 18 1998
Packit 667938

Packit 667938
- Added rudimentary mixed type graph
Packit 667938

Packit 667938
Mon August 17 1998
Packit 667938

Packit 667938
- Added control over axis label placement through x_label_position and
Packit 667938
  y_label_position.
Packit 667938
- Added possibility to call a coderef to format the y labels. See
Packit 667938
  y_number_format.
Packit 667938
	(Idea: brian d foy <comdog@computerdog.com>)
Packit 667938
- Fixed some bugs (see file BUGS, version 1.04)
Packit 667938

Packit 667938
Fri August 14 1998
Packit 667938

Packit 667938
- Uploaded version 1.03 to CPAN
Packit 667938

Packit 667938
- Finally able to make some fixes
Packit 667938
- Changed defaults for zero_axis and zero_axis_only to 0. Were both 1.
Packit 667938
  Needed to do this, because of all the confusion they cause
Packit 667938
- Test for defined $s->{y_(min|max)_value} 
Packit 667938
	(Honza Pazdziora <adelton@informatics.muni.cz>)
Packit 667938
	(Vegard Vesterheim <vegardv@runit.sintef.no>)
Packit 667938
- Fixed handling of negative values (I hope)
Packit 667938
	(brian d foy <comdog@computerdog.com>)
Packit 667938
- From now on, require 5.004. 5.003 is dead, and should be deprecated
Packit 667938
  now that 5.005 is out.
Packit 667938
- Added 5.005 specific MakeMaker fields to Makefile.PL
Packit 667938

Packit 667938
Tue May 12 1998
Packit 667938

Packit 667938
- Cleaned up a bit, finalised version 1.02, because of time
Packit 667938
  contraints, and the need to get these bug fixes out. Didn't succeed.
Packit 667938

Packit 667938
Mon Jan 19 1998
Packit 667938

Packit 667938
- Fixed some bugs (see file BUGS, version 1.02)
Packit 667938
- Added option x_all_ticks, to force all x ticks to be printed, even
Packit 667938
  if x_label_skip is set.
Packit 667938
- Added option x_labels_vertical, to print x labels vertical
Packit 667938
	(Thanks to DBelcher <dbelcher@cyberhino.com> for a patch)
Packit 667938

Packit 667938
Fri Jan  9 1998
Packit 667938

Packit 667938
- Fixed some bugs (see file BUGS, version 1.01)
Packit 667938
- Added formatting for y labels (option y_label_format)
Packit 667938

Packit 667938
Tue Dec 23 1997
Packit 667938

Packit 667938
- Changed PERL=perl5 to PERL=perl in samples/Makefile (D'OH!)
Packit 667938
- Added read_rgb to GIFgraph::colour to allow definition of own colours
Packit 667938
- Added t/colour.t
Packit 667938
- Removed a lot of unnecessary quotes all over the place
Packit 667938

Packit 667938
Mon Dec 22 1997
Packit 667938

Packit 667938
- Center graph titles on axes, not on gif
Packit 667938
- Added line types
Packit 667938
- Moved initialise() to each module with $self->SUPER inheritance
Packit 667938
- Added check for duplicate GD::Image object initialisation
Packit 667938
- Added binmode() to t/ff.pl to make tests compatible with Win32 
Packit 667938
  platforms (D'OH).
Packit 667938

Packit 667938
Thu Dec 18 1997
Packit 667938

Packit 667938
- Allow undef values in data sets, and skip them
Packit 667938
- Added prototyping of functions
Packit 667938
- Legends, finally
Packit 667938
  requests from Petter Reinholdtsen <pere@link.no>
Packit 667938
  				Giorgos Andreadakis <gand@forthnet.gr>
Packit 667938

Packit 667938
Tue Dec 16 1997
Packit 667938

Packit 667938
- Added documentation for dclrs and markers options
Packit 667938
- removed line_width and ReadFile from the documentation (unimplemented)
Packit 667938
- Started on port to win32
Packit 667938
- Changed Area to use Polygon and to work with negative numbers
Packit 667938

Packit 667938
Mon Dec 15 1997
Packit 667938

Packit 667938
- Added support for negative numbers in lines, points and linespoints 
Packit 667938
  graphs
Packit 667938
- Added new options: zero_axis, and zero_axis_only (code and documentation)
Packit 667938
- Added new options: y_min_value, y1_min_value, y2_min_value
Packit 667938

Packit 667938
Fri Dec 12 1997
Packit 667938

Packit 667938
- Changed 0 angle for pies to be at front/bottom, to make calculations a 
Packit 667938
  bit easier
Packit 667938
- Added test scripts for 'make test'
Packit 667938

Packit 667938
Before Fri Dec 05 1997
Packit 667938

Packit 667938
- Lots of minor tuning
Packit 667938
- Added x_ticks option 
Packit 667938
  requests from Will Mitayai Keeso Rowe - thelab@nmarcom.com
Packit 667938
			    mparvataneni@quadravision.com (Murali Parvataneni)
Packit 667938
- Added binmode() here and there to accommodate for platforms that need
Packit 667938
  it.
Packit 667938