ChangeLog file for ClibPDF library -- Revision History (most recent first):

Copyright 1998 FastIO Systems, All Rights Reserved.
---

1998-11-20 (version 1.00a) [IO]
	-- Bug fix in global variable initialization.
	   Function _cpdf_initDocumentGolbals() added to cpdfInit.c

1998-11-16 (version 1.00) [IO]
	-- Released 1.00.

1998-10-30 (version 0.96a) [IO]
	-- Sigh, Sun C-4.0 does not recognize // as comments.
	-- Tested with SunOS 5.4 / (SUNWspro/SC4.0).

1998-10-25 (version 0.96) [IO]
	-- It just works under Linux 2.0.34 (Red Hat 5.1)/gcc 2.7.2.3. No changes needed.
	-- Linux version of Adobe Acrobat Reader works beautifully.
	-- Month name internationalization for time axis, cpdf_setMonthNames().
	-- MacOS mods for SetFrontCreator(), which brings doc window to front.

1998-10-16 (version 0.95) [IO]
	-- It just works under FreeBSD 2.2.7-STABLE/gcc 2.7.2.1. No changes needed.
	-- Finally, opening document in cpdfPreview.c works for MacOS 8.

1998-10-09 (version 0.94b) [IO]
	-- MacOS8/CodeWarrior 1.7.4 mods complete, except for opening doc.
	-- MacOS X Server (Rhapsody) DR2 tested, nothing needs to be changed.

1998-10-02 (version 0.94a) [IO]
	-- Win32 mods now complete.
	-- Tested on BSDI BSD/OS 3.1, gcc version 2.7.2.1. Joy.
	    ?? /usr/include/stdio.h:357: warning: `__sputc' defined but not used

1998-09-27 (version 0.94) [IO]
	-- Multi-page PDF file support now implemented.
		Pages can be written in non-sequential order and
		may be interleaved jumping back and forth among pages.
	-- Page Duration and Transition now supported.
	-- Nearly all text operators now implemented.
	-- In-line images are now supported.
	-- multiple annotations and URL hyper-links implemented.

1998-09-22 (version 0.93a) [IO]
	-- Version 0.93 now compiles on MacOS8 under CodeWarrier.
	-- fopen() binary mode flags fixed for MacOS8 under CodeWarrier.
	-- Gave this version to Matthew Peterson for STAR proj.
	-- Extensive edits begin for multi-page support.

1998-09-05 (version 0.93) [IO]
	-- Good arc and circle implemented. cpdfArc.c added.

1998-09-03 (version 0.92a) [IO]
	-- Image import for baseline JPEG file is now supported (cpdfImage.c).

1998-08-28 (version 0.92) [IO]
	-- Memory stream implemented in cpdfMemBuf.c.  It is now possible to
		bypass all file usage and generate PDF entirely in memory.

1998-08-26 (version 0.91b) [IO]
	-- cpdf_suggestLinearDomainParams() implemented to give default tick/mesh
		values and intervals at the time of plot domain and axis
		creation.  One can still override these later.

1998-08-24 (version 0.91a) [IO]
	-- Added support for date/time axis and domains.
		Uses struct tm (see man 3 ctime) to pass time values.

1998-08-21 (version 0.91) [IO]
	-- Zlib Flate compression internalized into ClibPDF library.
		compression uses malloc to allocate buffers of the
		size of PDF drawing content.  Out-of-memory is a
		concern for OSes with no real VM (e.g., MacOS8).

1998-07-19 (version 0.90a) [IO]
	-- Zlib Flate compression implemented by external command
		zlibcomp based on the public domain Zlib library.
	-- Data point markers and pointers are done.

1998-07-18 [IO]
	-- A bug in cpdfAxis.c (labelEncoding not initialized) that
		prevented Windows version from working found and fixed.
		Windows version now works.

1998-07-07 [IO]
	-- MacOS/CodeWarrior adjustments.

1998-06-30 [IO]
	-- First version, NEXTSTEP3.x/OPENSTEP4.2

---
