2004-03-04  Rohan Drape  <rohan@henri.localdomain>

	* jack.scope.1: Add REFERENCES section with correlation trace
	reference.  This was given in the ANNOUNCE message, but not in the
	manual page.

2004-01-29  Rohan Drape  <rohan@henri.localdomain>

	* jack.scope.c: Incorporate signal handling fixes. 

2004-01-25  Rohan Drape  <rohan@henri.localdomain>

	* jack.scope.c: Implement proper signal handling.

	* signal.c: Import file from common.

	* dsp.c: Rename file from signal.c.  All procedures have the same
	name.

2004-01-23  Rohan Drape  <rohan@henri.localdomain>

	* jack.scope.c: Update to use osc_parse_message for incoming
	message parsing.

	* osc.c: Update from common.  See TN-16 for write up.

2004-01-19  Rohan Drape  <rohan@henri.localdomain>

	* configure.ac: Add endian check required by byte-order.c.

	* byte-order.c: Update from common for error corrections.

2004-01-17  Rohan Drape  <rohan@henri.localdomain>

	* byte-order.c: Import common file and delete section from
	network.c.

	* jack.scope.c: Fixes to use new byte-code procedures.

	* draw-embed.c: Add test for zero increment to
	jackscope_draw_embed_data.

2004-01-15  Rohan Drape  <rohan@henri.localdomain>

	* jack.scope.1: Fix introductory paragraph.

2004-01-15  Rohan Drape  <rohan@alice.localdomain>

	* jack.scope.1: Update and add table of OSC commands.

	* osc.c: Add support for strings and byte string types.

	* signal.c: Fix error introduced at _safe variant.

2004-01-15  Rohan Drape  <rohan@henri.localdomain>

	* jack.scope.c: Initial OSC reader implementation.

	* jack.scope.1: Add note about -f option.

2004-01-13  Rohan Drape  <rohan@henri.localdomain>

	* jack.scope.c: Fix to use uint8_t as the pixel type, char is a
	signed type.

2004-01-12  Rohan Drape  <rohan@henri.localdomain>

	* jack.scope.1: Document changes to timing mechansim.

	* time.c: Delete file.

	* img.c: Fix typo in PPM output.

	* jack.scope.c: Add support for storing the sequence of images as
	PPM data files.

	* img.c: Write ppm file ouput.

	* jack.scope.c: Fix to have the draw thread timer operate using a
	frame interval managed by JACK.

2004-01-11  Rohan Drape  <rohan@henri.localdomain>

	* signal.c: Fix to use memcpy rather than a loop.

	* ximg.c: Add hints so that ratpoison does not resize the window
	and puts it in the centre of the screen.

	* img.c: Create file and implement basic drawing utilities.

	* jack.scope.c: Create file and implement single channel scope.

	* ximg.c: Create file and implement simple image display.  This is
	derived from xdpy.c but is much simpler.

