Subject: CVS commit: pkgsrc/converters/xlHtml
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 12/10/2001 18:03:46
Module Name:	pkgsrc
Committed By:	taca
Date:		Mon Dec 10 16:03:46 UTC 2001

Modified Files:
	pkgsrc/converters/xlHtml: Makefile PLIST distinfo
Removed Files:
	pkgsrc/converters/xlHtml/patches: patch-aa patch-ab patch-ac

Log Message:
Update xlHtml to 0.4.  This should close pkg/14888.

Changes from 0.2.8 is here.

0.4 12/03/01
* removed spurrious tab before closing XML tag - Mike Ralphson
* Fixed bug in trim edges
* Many signed / unsigned cleanups
* Updated the xldump utility - Charles Wyble
* Added xlcdump utility to dump chart information - Charles Wyble
* Added doxygen doco generation - Rafael Kitover
* Added patch to support String Formulas - Rafael Kitover
* Changed unsupported numeric formats to output using floating point technique
  with the decimal suppressed. Was truncating to MAXINT.
* Fixed bug where CSV was not escaping currency fields - Rafael Kitover
* Fixed bug where unknown field types were not escaped in CSV - Rafael Kitover
* Fixed bug in cell merging where the whole row was selected
* Fixed bug in mailto hyperlink
* Now supports custom colors
* New command line option -nh to suppress header & body tags in html
* Fixed bug where tab delimited was allowing an extra tab at the EOL
* Fixed bug in blank cells for CSV output - Thorsten Koch
* Added test for negative value in cole_fread
* Optimized html further so it suppresses alignment of blank rows
* Improved portability to DOS & WIN32
* Moved everything over to U8, U16, U32, F32, & F64 data types. This is in
  effort to improve support on 64 bit platforms.
* Added the xlv script from Asher Blum
0.3 10/19/01
* Added drive letter check for DOS & Windows
* Fixed situation where ellipses were not being rendered correctly
* Fixed Unicode problem in Label Cells
* Fixed problem where cells created by row data were not being updated
  when the cell was officially created.
* Program renamed to xlhtml...all lowercase.
* Moved xlHtml over to a new makefile system. It does a static build now.
* Finished moving cole library to mkstemp from tempnam()
* Cole library unlinks temp files after opening so they are deleted
* Fixed Numeric formats that need a comma
* Fixed font name to not have Rich Text
* Added bounds checking to Row Info opcode
* Fixed hyperlinks that are unicode.
* Scripts changed to use mkstemp
* Added support for many currency & accounting formats
* Aggressive optimizations make smaller html now
* Fixed several cases where Ascii output had html in it
* Added CSV output patch from Rob Arnold
* Added support for multiple fonts in same cell
* Added patch for continuation from Hironori
* Added support for multiple style attributes in same cell
* Added support for Hyperlinks
* Added XML patch from Jason Venner
* Added xls-handler for Apache


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/converters/xlHtml/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/converters/xlHtml/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/converters/xlHtml/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/converters/xlHtml/patches/patch-aa \
    pkgsrc/converters/xlHtml/patches/patch-ab \
    pkgsrc/converters/xlHtml/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.