home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / HTMLDOC_1.8.23 / htmldoc.exe / data1.cab / Program_Executables / CHANGES.txt next >
Encoding:
Text File  |  2002-10-28  |  47.8 KB  |  1,299 lines

  1. CHANGES.txt - 10/23/2002
  2. ------------------------
  3.  
  4. CHANGES IN HTMLDOC v1.8.23
  5.  
  6.     NEW FEATURES
  7.  
  8.     - HTMLDOC now supports a full alpha channel in PNG
  9.       files.
  10.     - HTMLDOC now reports an error when a table, image, or
  11.       section of text overflows into an adjacent table cell
  12.       or off the right edge of the page.
  13.  
  14.     CHANGES
  15.  
  16.     - The NEW SHEET page comment now breaks on N-up
  17.       boundaries when N is greater than 1.
  18.  
  19.     BUG FIXES
  20.  
  21.     - HTMLDOC tried to format tables with no rows or
  22.       columns. While the HTML in technically not in error,
  23.       it is not exactly something you'd expect someone to
  24.       do.
  25.     - HTMLDOC didn't report an error when it could not
  26.       find the specified title page file.
  27.     - HTMLDOC could crash if it was unable to create its
  28.       output files.
  29.     - HTMLDOC could crash when writing HTML output
  30.       containing unknown HTML elements.
  31.     - HTMLDOC could crash when writing HTML output if the
  32.       output document had no title.
  33.     - The htmlGetText() function used a fixed-size (10k)
  34.       buffer which allowed for a buffer overflow.  The new
  35.       code (from HTMLDOC 1.9) allocates its buffer instead.
  36.     - The header/footer text was not centered properly if
  37.       the header/footer font size was different than the
  38.       default body font size.
  39.     - The GUI interface incorrectly localized URLs when
  40.       doing a "save as" operation.
  41.     - The PNG background color was not correct for PNG files
  42.       using <= 8 bits per pixel.
  43.     - The HTML parser didn't close the current list item if
  44.       an intermediate block element (P, PRE, etc.) was
  45.       inside the previous, unterminated list item.
  46.  
  47.  
  48. CHANGES IN HTMLDOC v1.8.22
  49.  
  50.     NEW FEATURES
  51.  
  52.     - Now support many Windows code pages in addition to ISO
  53.       charsets.
  54.  
  55.     BUG FIXES
  56.  
  57.     - HTMLDOC could crash when checking if a URL is already
  58.       cached.
  59.     - HTMLDOC didn't adjust the top margin when changing the
  60.       page header if the comment didn't appear at the top of
  61.       a page.
  62.     - HTMLDOC didn't initialize the right number of TOC
  63.       headings.
  64.     - When using a logo image in the header, the header was
  65.       placed too low on the page.
  66.  
  67.  
  68. CHANGES IN HTMLDOC v1.8.21
  69.  
  70.     NEW FEATURES
  71.  
  72.     - HTMLDOC now supports heading levels 1 to 15.
  73.     - HTMLDOC now allows the author to omit headings from
  74.       the TOC using the _HD_OMIT_TOC attribute.
  75.     - HTMLDOC now supports remote book files when running
  76.       from the command-line.
  77.     - HTMLDOC now supports hexadecimal character constants
  78.       (ÿ)
  79.  
  80.     CHANGES
  81.  
  82.     - HTMLDOC now calculates the resolution of the body
  83.       image using the printable width instead of the page
  84.       width.
  85.     - HTMLDOC should now compile out-of-the-box using the
  86.       Cygwin tools.
  87.     - HTMLDOC no longer inserts whitespace between text
  88.       inside DIV elements.
  89.     - HTMLDOC now supports quoted usernames and passwords in
  90.       URLs.
  91.     - HTMLDOC now defaults unknown colors to white for
  92.       background colors and black for foreground colors. 
  93.       This should make documents that use non-standard color
  94.       names still appear readable.
  95.  
  96.     BUG FIXES
  97.  
  98.     - "make install" didn't work in the fonts directory.
  99.     - "€" didn't work, while "€" did: the
  100.       character name table was not sorted properly...
  101.     - Links didn't always point to the right page in PDF
  102.       output.
  103.     - XRX comment output could crash HTMLDOC.
  104.     - Fixed-width columns in tables could be resized by
  105.       HTMLDOC.
  106.     - When writing PostScript commands, some printers reset
  107.       their duplexing state when a new setpagedevice command
  108.       is received; we now cache the current duplex state and
  109.       change it only as needed.
  110.     - The MEDIA SIZE comment didn't adjust the printable
  111.       size for the current landscape setting.
  112.     - HTMLDOC placed the header one line too high.
  113.     - When continuing a chapter onto the next page, H3 and
  114.       higher headings would be indented the wrong amount.
  115.  
  116.  
  117. CHANGES IN HTMLDOC v1.8.20
  118.  
  119.     NEW FEATURES
  120.  
  121.     - New --nup and NUMBER-UP options for PostScript and PDF
  122.       output.
  123.     - HTMLDOC now logs HTML errors.
  124.     - HTMLDOC now supports the A3, B, Legal, and Tabloid
  125.       size names.
  126.     - HTMLDOC now supports embedding of the base Type1 fonts
  127.       in PostScript and PDF output.
  128.  
  129.     CHANGES
  130.  
  131.     - The HTML parser now allows BODY to auto-close HEAD and
  132.       visa-versa.
  133.  
  134.     BUG FIXES
  135.  
  136.     - HTMLDOC wouldn't compile using GCC under HP-UX due to
  137.       a badly "fixed" system header file (vmtypes.h).
  138.     - Generating a book without a table-of-contents would
  139.       produce a bad PDF file.
  140.     - The Xerox XRX comments used the wrong units for the
  141.       media size, points instead of millimeters.
  142.     - IMG elements with links that use the ALIGN attribute
  143.       didn't get the links.
  144.     - Header and footer comments would interfere with the
  145.       top and bottom margin settings.
  146.     - Fixed a bug in the htmlReadFile() function which
  147.       caused user-provided title pages not to be displayed
  148.       in PS or PDF output.
  149.     - The table-of-contents would inherit the last media
  150.       settings in the document, but use the initial settings
  151.       when formatting.
  152.  
  153.  
  154. CHANGES IN HTMLDOC v1.8.19
  155.  
  156.     NEW FEATURES
  157.  
  158.     - Now support the "subject" meta variable.
  159.  
  160.     CHANGES
  161.  
  162.     - Updated the HTML parser to use HTML 4.0 rules for
  163.       embedding elements inside a LI.
  164.     - Now check for a TYPE attribute on EMBED elements, so
  165.       that embedded Flash files do not get treated as HTML.
  166.     - Now put the COPYRIGHT meta data in the Author field in
  167.       a PDF file along with the AUTHOR meta data (if any).
  168.     - No longer embed the prolog.ps command header when
  169.       PostScript commands are not being embedded in the
  170.       output.
  171.     - HTMLDOC now properly ignores the HTML 4.0 COL element.
  172.  
  173.     BUG FIXES
  174.  
  175.     - Squeezed tables were not centered or right-aligned
  176.       properly.
  177.     - Cells didn't align properly if they were the first
  178.       things on the page, or if there were several
  179.       intervening empty cells.
  180.     - The preferred cell width handling didn't account for
  181.       the minimum cell width, which could cause some tables
  182.       to become too large.
  183.     - Remote URLs didn't always resolve properly (like the
  184.       images from the Google web page...)
  185.     - The font width loading code didn't force the
  186.       non-breaking space to have the same width as a regular
  187.       space.
  188.     - PRE text didn't adjust the line height for the tallest
  189.       fragment in the line.
  190.     - HTMLDOC tried to seek backwards when reading HTML
  191.       from the standard input.
  192.     - The media margin comments did not work properly when
  193.       the current media orientation was landscape.
  194.  
  195.  
  196. CHANGES IN HTMLDOC v1.8.18
  197.  
  198.     NEW FEATURES
  199.  
  200.     - Added support for remote HTML title pages.
  201.  
  202.     CHANGES
  203.  
  204.     - Now accept all JPEG files, even if they don't start
  205.       with an APPn marker.
  206.     - Now only start a new page for a chapter/filter if we
  207.       aren't already at the top of a page.
  208.  
  209.     BUG FIXES
  210.  
  211.     - ROWSPAN handling in tables has been updated to match
  212.       the MSIE behavior, where the current rowspan is
  213.       reduced by the minimum rowspan in the table; that is,
  214.       if you use "ROWSPAN=17" for all cells in a row,
  215.       HTMLDOC now treats this as if you did not use ROWSPAN
  216.       at all.  It is unclear if this is what the W3C
  217.       intends.
  218.     - The "--webpage" option didn't force toc levels to 0,
  219.       which caused a bad page object reference to be
  220.       inserted in the PDF output file.
  221.     - Background colors in nested tables didn't always get
  222.       drawn in the right order, resulting in the wrong
  223.       colors showing through.
  224.     - The HEADER page comment didn't set the correct top
  225.       position in landscape orientation.
  226.  
  227.  
  228. CHANGES IN HTMLDOC v1.8.17
  229.  
  230.     NEW FEATURES
  231.  
  232.     - Improved table-of-contents generation, with chapter
  233.       headings at the top of new TOC pages and page numbers
  234.       based on the header/footer string.
  235.     - Added new "--no-localfiles" option to disable access
  236.       to local files for added security in web services.
  237.     - Long lines in book files can not be broken up using
  238.       a trailing backslash.
  239.     - Added a modern "skin" to the GUI interface.
  240.  
  241.     CHANGES
  242.  
  243.     - Made some changes in how COLSPAN and ROWSPAN are
  244.       handled to better match how Netscape and MSIE format
  245.       things.
  246.     - HTMLDOC now handles .book files with CR, LF, or CR LF
  247.       line endings.
  248.     - Changed the TOC numbering to use 32-bit integers
  249.       instead of 8-bit integers...
  250.     - Now handle local links with quoted (%HH) characters.
  251.     - The command-line interface no longer sets PDF output
  252.       mode when using --continuous or --webpage.
  253.     - HTMLDOC now opens HTML output files in binary mode to
  254.       prevent extra CR's under Windows, and strips incoming
  255.       CR's from PRE text.
  256.     - Now support inserting the current chapter and heading
  257.       in the table-of-contents headers and footers.
  258.       
  259.     BUG FIXES
  260.  
  261.     - The table cell border and background were offset by
  262.       the cellpadding when they should only be offset by the
  263.       cellspacing.
  264.     - The buffer used for periods that lead up to the page
  265.       number in the table-of-contents was not large enough
  266.       for a legal-size document in landscape format.
  267.     - If a book only contained chapter headings, the PDF
  268.       bookmarks would be missing the last chapter heading.
  269.     - Table cells that ended with a break would render
  270.       incorrectly.
  271.     - Fixed the table pre-format sizing code to properly
  272.       account for borders, padding, etc.
  273.     - Fixed the table squeezing code to honor minimum widths
  274.       and properly resize the remaining space.
  275.     - The MEDIA SIZE page comment did not reset the printable
  276.       width and length of the page.
  277.     - Tables that used COLSPAN did not honor WIDTH values in
  278.       non-spanned cells.
  279.  
  280.  
  281. CHANGES IN HTMLDOC v1.8.16
  282.  
  283.     CHANGES
  284.  
  285.     - Now break before and after DIV groups to match most
  286.       browsers (the HTML spec is ambivalent about it...)
  287.  
  288.     BUG FIXES
  289.  
  290.     - HR elements didn't render properly.
  291.     - Background images didn't render properly and could
  292.       lock up HTMLDOC.
  293.     - The "HALF PAGE" comment would lock up HTMLDOC -
  294.       HTMLDOC would keep adding pages until it ran out of
  295.       memory.
  296.     - SUP and SUB used a fixed (reduced) size instead of
  297.       using a smaller size from the current one.
  298.     - Empty cells could cause unnecessary vertical alignment
  299.       on the same row.
  300.  
  301.  
  302. CHANGES IN HTMLDOC v1.8.15
  303.  
  304.     NEW FEATURES
  305.  
  306.     - Now support media source, type, and color attributes
  307.       in PS output.
  308.     - Now support per-page size, margins, headers, footers,
  309.       orientation, and duplexing.
  310.     - Now support plain text for headers and footers, with $
  311.       variables to include page numbers and so forth.
  312.     - New device control prolog file for printer-specific
  313.       option commands.
  314.     - Now support a new continuous web page mode that
  315.       doesn't automatically insert a page break with each
  316.       HTML file or URL (--continuous).
  317.     - Now draw border around inline images as needed.
  318.     - Now support MacOS X (only command-line at present).
  319.     - Now support the "page-break-before", "text-align",
  320.       "vertical-align" style attributes, but only for style
  321.       information in an element's STYLE attribute.
  322.  
  323.     CHANGES
  324.  
  325.     - Now load images into memory only as needed, and unload
  326.       them when no longer needed.  This provides a dramatic
  327.       reduction in memory usage with files that contain a
  328.       lot of in-line images.
  329.     - Now use the long names for the Flate and DCT filters
  330.       in all non-inline PDF streams.  This avoids a stupid
  331.       bug in Acrobat Reader when printing to PostScript
  332.       printers.
  333.     - HTMLDOC now strips any trailing GET query information
  334.       when saving the start of files (target) in a document.
  335.     - Unqualified URLs (no leading scheme name, e.g. http:)
  336.       now default to the HTTP port (80) instead of the IPP
  337.       port (631).
  338.     - Optimized the image writing code to do more efficient
  339.       color searching.  This provides a significant speed
  340.       improvement when including images.
  341.     - Now hide all text inside SCRIPT, SELECT, and TEXTAREA
  342.       elements.
  343.     - OS/2 port changes from Alexander Mai.
  344.  
  345.     BUG FIXES
  346.  
  347.     - If a document started with a heading greater than H1,
  348.       HTMLDOC would crash.
  349.     - Full justification would incorrectly be applied to
  350.       text ending with a break.
  351.     - Images using ALIGN="MIDDLE" were not centered properly
  352.       on the baseline.
  353.     - Table cells that used both ROWSPAN and COLSPAN did not
  354.       format properly (the colspan was lost after the first
  355.       row.)
  356.     - Tables that used cells that exclusively used COLSPAN
  357.       did not format properly.
  358.     - When writing HTML output, image references would
  359.       incorrectly be mapped using the current path.
  360.     - Images with a width or height of 0 should not be
  361.       written to PS or PDF output.
  362.     - The CreationDate comment in PostScript output
  363.       contained a bad timezone offset (+-0500, for example,
  364.       instead of -0500).
  365.     - The PHP portal example now verifies that the URL
  366.       passed to it contains no illegal characters.
  367.  
  368.  
  369. CHANGES IN HTMLDOC v1.8.14
  370.  
  371.     NEW FEATURES
  372.  
  373.     - Added support for 128-bit encryption.
  374.     - Added support for GET form request data in the PHP and
  375.       Java "portal" examples.
  376.  
  377.     CHANGES
  378.  
  379.     - Most output generation limits have been removed;
  380.       HTMLDOC now dynamically allocates memory as needed for
  381.       pages, images, headings, and links.  This has the
  382.       happy side-effect of reducing the initial memory
  383.       footprint significantly.
  384.     - Now call setlocale() when it is available to localize
  385.       the date and time in the output.
  386.     - The table parsing code now checks to see that a
  387.       ROWSPAN attribute fits in the table; e.g., a ROWSPAN
  388.       of 10 for a table that has only 6 rows remaining needs
  389.       to be reduced to 6...
  390.  
  391.     BUG FIXES
  392.  
  393.     - Tables with a lot of COLSPANs could cause a divide-
  394.       by-zero error or bad pages (NAN instead of a number.)
  395.     - Table cells with a single render element would not be
  396.       vertically aligned.
  397.     - The --quiet option would enable progress messages on
  398.       the command-line.
  399.     - Table cell widths could be computed incorrectly,
  400.       causing unnecessary wrapping.
  401.     - The --path option disabled checking for the file
  402.       with the original filename.
  403.  
  404.  
  405. CHANGES IN HTMLDOC v1.8.13
  406.  
  407.     NEW FEATURES
  408.  
  409.     - Added support for secure (https) URLs via the OpenSSL
  410.       library.
  411.     - Added support for Acrobat 5.0 (PDF 1.4).
  412.     - Added support for transparency in PostScript and
  413.       PDF 1.1 and 1.2 output.
  414.     - Added a --no-jpeg option (same as --jpeg=0)
  415.     - Added support for the CSS2 page-break-before and
  416.       page-break-after properties.
  417.     - Added a PHP example.
  418.  
  419.     CHANGES
  420.  
  421.     - External file references to non-PDF files now use the
  422.       "Launch" action so they can be opened/executed/saved
  423.       as allowed by the OS and PDF viewer.
  424.     - Changed the indexed/JPEG'd transition point to 256
  425.       colors when using Flate compression.  This makes PDF
  426.       files much smaller in general.
  427.     - Changed the in-line image size limit to 64k.
  428.     - Now allow "<" followed by whitespace, "=", or "<". 
  429.       This violates the HTML specification, but we're sick
  430.       of people complaining about it.
  431.     - Preferences are now stored in a user-specific file
  432.       under Windows, just like UNIX.  This provides
  433.       user-specific preferences and allows preferences to
  434.       be kept when upgrading to new versions of HTMLDOC.
  435.     - The book loading code now allows for blank lines, even
  436.       though these are not a part of the format. (added to
  437.       support some scripted apps that include extra
  438.       newlines...)
  439.     - Changed the leading space handling of blocks to more
  440.       closely match the standard browser behavior.
  441.  
  442.     BUG FIXES
  443.  
  444.     - The table formatting code adding the border width to
  445.       the cell width, while Netscape and MSIE don't.  This
  446.       caused some interesting formatting glitches...
  447.     - The table formatting code didn't account for the
  448.       preferred width of colspan'd cells.
  449.     - The table formatting code tried to enforce the
  450.       minimum cell width when squeezing a table to fit on
  451.       the page; this caused the table to still exceed the
  452.       width of the page.
  453.     - The PDF catalog object could contain a reference to
  454.       a /Names object of "0 0 R", which is invalid.  This
  455.       would happen when the "--no-links" option was used.
  456.     - Several HTML elements were incorrectly written with
  457.       closing tags.
  458.     - When piping PDF output, the temporary file that is
  459.       created needed to be open for reading and writing,
  460.       but HTMLDOC only opened the file for writing.
  461.     - Image links did not work.
  462.     - The JPEG image loading code did not correctly handle
  463.       grayscale JPEG images.
  464.     - JPEG images were not encrypted when writing a document
  465.       with encryption enabled.
  466.     - The user password was not properly encrypted.
  467.     - The colormap of indexed images were not encrypted when
  468.       writing a document with encryption enabled.
  469.     - The temporary file creation and cleanup functions did
  470.       not use the same template under Windows, causing
  471.       multiple conversions to fail when temporary files were
  472.       used.
  473.     - Paragraphs could end up with one extra text fragment,
  474.       causing the line to be too long.
  475.     - The command-line program would clear the error count
  476.       after reading all the files/URLs on the command-line,
  477.       but before generating the document. If there were
  478.       problems reading the files/URLs, HTMLDOC would return
  479.       a 0 exit status instead of 1.
  480.     - Image objects that were both JPEG and Flate compressed
  481.       would not display (filters specified in the wrong
  482.       order.)
  483.     - Images with more than 256 colors would cause a
  484.       segfault on some systems.
  485.     - Background images would generate the error message
  486.       "XObject 'Innn' is unknown".
  487.  
  488.  
  489. CHANGES IN HTMLDOC v1.8.12
  490.  
  491.     NEW FEATURES
  492.  
  493.     - Added new "--batch" option to convert HTMLDOC book
  494.       files from the command-line.
  495.     - Added support for the "-display" option on systems
  496.       that use X11.
  497.     - Now use image objects in PDF output for images when
  498.       the image width * height * depth > 32k.
  499.     - Now use JPEG compression when the number of colors
  500.       would be > 32 colors or 16 gray shades.
  501.     - True transparency support for GIF files in PDF 1.3
  502.       output!
  503.     - The GUI now automatically changes the extension of the
  504.       output filename as needed.
  505.     - The GUI now collects all error messages and shows them
  506.       once after the document is generated.
  507.     - Added support for HSPACE and VSPACE attributes for images
  508.       with ALIGN="LEFT" or ALIGN="RIGHT".
  509.     - Added new Java interface to HTMLDOC.
  510.  
  511.     CHANGES
  512.  
  513.     - Consolidated temporary file management into new
  514.       file_temp() function.  The new function also makes use
  515.       of the Windows "short lived" open option which may
  516.       improve performance with small temporary files.
  517.     - Updated book file format and added an appendix
  518.       describing the format.
  519.     - Now default to PDF 1.3 (Acrobat 4.0) output format.
  520.     - Now output length of PDF streams with the stream
  521.       object; this offers a modest reduction in file size.
  522.     - The HTTP file cache now keeps track of previous URLs
  523.       that were downloaded.
  524.     - The HTTP code now supports redirections (status codes
  525.       301 to 303) to alternate URLs.
  526.     - Limit the height check for table rows to 1/8th of the
  527.       page length; this seems to provide fairly consistent
  528.       wrapping of tables without leaving huge expanses of
  529.       blank space at the bottom of pages.
  530.     - The HTML output now also includes a font-family style
  531.       for PRE text; otherwise the body font would override
  532.       the PRE font with some browsers.
  533.     - The snprintf/vsnprintf emulation functions were not
  534.       included in the HTMLDOC makefile.
  535.     - RGB hex colors are now recognized with or without the
  536.       leading #.  This breaks HTML standards compliance but
  537.       should reduce the number of problem reports from buggy
  538.       HTML.
  539.     - The stylesheet generated with the HTML output no longer
  540.       contains absolute font sizes, just the typefaces and
  541.       a relative size for SUB/SUP.
  542.     - The title image is no longer scaled to 100% in the
  543.       HTML output.
  544.  
  545.     BUG FIXES
  546.  
  547.     - The web page output was not divided into chapters for
  548.       each input file.
  549.     - The "make install" target did a clean.
  550.     - The configure script would remove the image libraries
  551.       if you did not have FLTK installed.
  552.     - The fix_filename() function didn't handle relative
  553.       URLs for images (e.g. SRC="../images/filename.gif")
  554.     - Comments in the source document were being closed by
  555.       a </!--> tag in the HTML output.
  556.     - The alignment attribute in TR elements was not inherited
  557.       by the TD and TH elements.
  558.     - The HTML parser added whitespace before the title of a
  559.       document (missing check for TITLE element.)
  560.     - The table formatter did not reset the column width when
  561.       a width was not specified explicitly.  This caused the
  562.       columns to be formatted with equal widths...
  563.     - Paragraphs that didn't use the P element would use the
  564.       alignment attribute of the first fragment instead of the
  565.       parent.
  566.  
  567.  
  568. CHANGES IN HTMLDOC v1.8.11
  569.  
  570.     NEW FEATURES
  571.  
  572.     - Added koi8-r character set.
  573.     - Added new "TrueType" font option for PDF output. This
  574.       (hopefully) should improve support for non-latin
  575.       languages.
  576.     - Added support for "justify" alignment; this is
  577.       currently implemented by adding additional space
  578.       between characters (no automatic hyphenation...)
  579.  
  580.     CHANGES
  581.  
  582.     - The "make install" target does a "make all" to ensure
  583.       that the software is built before installing it.  This
  584.       should help users that don't read the documentation
  585.       build the software.
  586.     - Incorporated several OS/2 compile fixes from Alexander
  587.       Mai.
  588.     - Tables that exceed the printable width of the page are
  589.       now squeezed to fit.
  590.  
  591.     BUG FIXES
  592.  
  593.     - The temporary file created for PDF output to stdout
  594.       was not unique.
  595.     - The temporary file created for PDF output to stdout
  596.       did not use the GetTempPath() function under Windows.
  597.     - The temporary file cleanup code did not use the
  598.       GetTempPath() function under Windows.
  599.     - The prefs_load() function did not check the
  600.       HTMLDOC_DATA environment variable until after loading
  601.       the preferences file.  This could cause any saved
  602.       settings to generate error messages about missing
  603.       files (these were reloaded when the document data was
  604.       read, however.)
  605.     - The first border for a table cell that spanned
  606.       multiple pages did not account for the cellpadding or
  607.       border width.
  608.     - Leading whitespace was not eliminated in all cases.
  609.  
  610.  
  611. CHANGES IN HTMLDOC v1.8.10
  612.  
  613.     NEW FEATURES
  614.  
  615.     - New "--quiet" option to suppress all messages sent to
  616.       stderr.
  617.     - New chapter n/N page number format (:)
  618.     - New "--links" and "--no-links" options for PDF output.
  619.     - Added "€" character name support.
  620.  
  621.     CHANGES
  622.  
  623.     - Documentation updates.
  624.     - If a heading already contains a link, the name assigned for
  625.       the heading is stored in the existing link to avoid nested
  626.       links.
  627.     - The table parsing code now also traverses THEAD and TFOOT
  628.       sections and handles multiple TBODY, THEAD, and TFOOT
  629.       sections.  The THEAD and TFOOT rows are treated as ordinary
  630.       rows.
  631.     - Image alignment should now match W3C recommendations.
  632.     - Newlines inside quoted values (e.g. SRC="filename\r\n")
  633.       are now ignored.
  634.     - The STYLE data generated in HTML output now includes the
  635.       TYPE="text/css" attribute.
  636.  
  637.     BUG FIXES
  638.  
  639.     - The path support was still broken.
  640.     - Embedded files and images did not use path or HTTP
  641.       support.
  642.     - Table cell borders could be drawn on the wrong page
  643.       if not all cells in a row span more than one page.
  644.     - Large images could end up covering the footer at the
  645.       bottom of the page (wasn't accounting for the line
  646.       spacing.)
  647.     - Fixed some memory leaks that would affect Windows
  648.       95/98/Me users.
  649.  
  650.  
  651. CHANGES IN HTMLDOC v1.8.9
  652.  
  653.     NEW FEATURES
  654.  
  655.     - Added a "--no-numbered" option to turn heading numbers
  656.       off.
  657.     - Added support for "keywords" META data.
  658.     - Added support for BMP images.
  659.     - Added support for ROWSPAN attribute in tables.
  660.     - Added support for HTTP file references.
  661.     - Added new sample CGI program that can produce a PDF
  662.       file for any page on a server.
  663.     - Added new n/N, date, and time formats for the header
  664.       and footer.
  665.  
  666.     CHANGES
  667.  
  668.     - Configuration script changes.
  669.     - Now ignore file count in book files; instead, we now
  670.       look at the first character of the third and
  671.       subsequent lines - a dash (-) indicates the start of
  672.       the options. (use a backslash to quote filenames
  673.       starting with a dash)
  674.     - Multiple-line paragraphs that have only 1 line on the
  675.       bottom of the current page are now started on the
  676.       following page.
  677.     - DSC comments in PostScript output were not 100%
  678.       conformant with the DSC spec.
  679.     - Long table-of-contents entries are now wrapped
  680.       (original patch supplied by Richard Pennington)
  681.     - New color icon under UNIX when Xpm library available.
  682.  
  683.     BUG FIXES
  684.  
  685.     - Didn't allow &#nnn; character escapes inside
  686.       preformatted text.
  687.     - Empty TBODY groups would cause parse_table() to
  688.       crash.
  689.     - Comments were incorrectly terminated by ">" instead of
  690.       "-->".
  691.     - The command-line and GUI interfaces looked for
  692.       "outlines" instead of "outline" for the page mode.
  693.     - The HTML output code didn't output closing tags for
  694.       empty elements.
  695.     - The GUI interface started with the compression
  696.       slider enabled, even for HTML output.
  697.     - The beginnings of some lines could start with
  698.       whitespace.
  699.     - Wasn't aligning images and text on lines based on the
  700.       line height.
  701.     - The compression slider was enabled in the GUI even
  702.       though HTML output was selected.
  703.     - The Perl example code was incorrect.
  704.     - Fixed the check for whether or not pages were
  705.       generated.
  706.     - htmlSetCharSet() wasn't reloading the character set
  707.       data if the data directory changed.
  708.     - The GUI did not reset the default background color.
  709.     - The 'C' page number style (chapter page numbers) started
  710.       at 3 instead of 1.
  711.     - The chapter links were off by 1 or 2 pages when no title
  712.       page was included.
  713.  
  714.  
  715. CHANGES IN HTMLDOC v1.8.8
  716.  
  717.     NEW FEATURES
  718.  
  719.     - Added support for PDF security/encryption!
  720.     - Now support TABLE height attribute.
  721.     - Now generate an error message if no pages are
  722.       generated (with a suggestion to use the webpage
  723.       option.)
  724.     - New "paths" option to specify additional directories
  725.       to search for files.  This is useful when the source
  726.       files use absolute server paths.
  727.  
  728.     CHANGES
  729.  
  730.     - Added missing casts in htmllib.cxx that were causing a
  731.       compile warning with some compilers.
  732.     - No longer draw borders around empty cells in tables..
  733.     - Now disable the TOC tab when using webpage mode.
  734.     - Now scale title image to 100% in HTML output.
  735.     - Now handle comments with missing whitespace after the
  736.       "<!--".
  737.  
  738.     BUG FIXES
  739.  
  740.     - Nested tables didn't take into account the table
  741.       border width, spacing, or padding values.
  742.     - HTMLDOC crashed under Solaris when reading HTML files
  743.       from the standard input.
  744.     - <ELEM>text</ELEM> <MELE>text</MELE> was rendered
  745.       without an intervening space.
  746.  
  747.  
  748. CHANGES IN HTMLDOC v1.8.7
  749.  
  750.     NEW FEATURES
  751.  
  752.     - The configure script now uses the local PNG, ZLIB,
  753.       and/or JPEG libraries when they are new enough.
  754.     - The configure script now uses the -fno-rtti,
  755.       -fno-exceptions, and -fpermissive options as needed
  756.       with GCC (smaller, faster executables, works around X
  757.       header bugs in Solaris.)
  758.     - Added a --toctitle option to set the table-of-contents
  759.       title from the command-line (was only available in the
  760.       GUI in previous releases...)
  761.     - New "<!-- NEED amount -->" comment to force a page
  762.       feed if there is not sufficient room on the page for
  763.       the following text.
  764.     - Page comments are now supported in tables.
  765.     - Table rows are now allocated dynamically, MAX_ROWS at
  766.       a time.
  767.  
  768.     CHANGES
  769.  
  770.     - Increased default MAX_PAGES to 10000 (was 5000.)
  771.     - File links in book files now point to the top of the
  772.       next page.
  773.     - <TABLE ALIGN=xyz> now aligns the table (previously it
  774.       just set the default alignment of cells.)
  775.     - Transparent GIFs now use the body color instead of white
  776.       for the transparent color.
  777.     - Updated to LIBPNG 1.0.6 in source distribution.
  778.     - Updated the default cellpadding to be 1 pixel to match
  779.       Netscape output.
  780.     - Updated line and block spacing to match Netscape.
  781.     - DL/DT/DD output now matches browsers (was indented from
  782.       browser output.)
  783.     - Now only output link (A) style if it is set to "none".
  784.       Otherwise Netscape would underline all targets as well
  785.       as links.
  786.     - Increased the MAX_COLUMNS constant to 200, and dropped
  787.       MAX_ROWS to 200. Note that the new table code now
  788.       allocates rows in increments of MAX_ROWS rows, so the
  789.       actual maximum number of rows depends on available
  790.       memory.
  791.  
  792.     BUG FIXES
  793.  
  794.     - Now ignore illegal HTML in tables.
  795.     - The VALIGN code didn't handle empty cells properly.
  796.     - Wasn't offsetting the start of each row by the cell
  797.       padding.
  798.     - The JPEG image loading code didn't work for some JPEG
  799.       images, particularly those from digital cameras (JPEG
  800.       but not JFIF format.)
  801.     - The strikethrough line was not being drawn in the
  802.       correct position.
  803.     - Wasn't setting the height of BR elements, so <BR><BR>
  804.       didn't insert a blank line.
  805.     - The table of contents would show the wrong page numbers
  806.       if no title page was generated.
  807.     - Cell widths did not subtract any border, padding, or
  808.       spacing from the "preferred" width, causing formatting
  809.       differences between web browsers and HTMLDOC.
  810.     - The PNG loading code did not handle interlacing or
  811.       transparency.
  812.     - The HTML parsing code did not prevent elements in
  813.       embedded files from completing elements in the parent
  814.       file.
  815.     - The table CELLSPACING amount was being applied twice in
  816.       the table sizing calculations.
  817.  
  818.  
  819. CHANGES IN HTMLDOC v1.8.6
  820.  
  821.     NEW FEATURES
  822.  
  823.     - New linkcolor and linkstyle options.
  824.  
  825.     CHANGES
  826.  
  827.     - Minor source changes for OS/2 compilation.
  828.     - SUP and SUB now raise/lower text more to be consistent with
  829.       browser look-n-feel.
  830.     - Non-breaking space by itself was being output.  Now check for
  831.       that and ignore strings that consist entirely of whitespace.
  832.     - New progress bar.
  833.  
  834.     BUG FIXES
  835.  
  836.     - Didn't add whitespace after a table caption.
  837.     - Nested tables caused formatting problems (flatten_tree()
  838.       didn't insert breaks for new rows)
  839.     - A cell whose minimum width exceeded the available width
  840.       for the table would cause the table to go off the page.
  841.     - Cells that spanned more than two pages were drawn with boxes
  842.       around them rather than just the sides.
  843.     - The stylesheet info in the HTML output specified the H1 size
  844.       for all headings.
  845.     - The title page was incorrectly formatted when an image was
  846.       specified - the text start position was computed using the
  847.       pixel height of the title image and not the formatted height.
  848.     - 1 color images didn't come out right; the "fix" to work around
  849.       an Acrobat Reader bug was being done too soon, so the color
  850.       lookups were wrong.
  851.     - HTML file links now work properly.
  852.     - Now limit all HTML input to the maximum size of input buffers
  853.       to avoid potential buffer overflow problems in CGIs.
  854.     - If a row had a predefined height, HTMLDOC wasn't making sure
  855.       that the row would fit on the current page.
  856.     - THEAD, TFOOT, and TBODY caused problems when formatting tables.
  857.       Note: THEAD and TFOOT are *still* not supported, however the
  858.       code now properly ignores them and parses the rows in the
  859.       TBODY group.
  860.     - The VALIGN code introduced in the 1.8.5 release didn't check
  861.       for NULL pointers in all cases.
  862.  
  863.  
  864. CHANGES IN HTMLDOC v1.8.5
  865.  
  866.     NEW FEATURES
  867.  
  868.     - New "--titlefile" option to include an HTML file for
  869.       the title page(s).
  870.     - New 'C' header/footer option to show current page
  871.       number within chapter or HTML file.
  872.     - Allow adding of .book files to import all HTML files
  873.       in the book.
  874.     - New "HALF PAGE" page comment to feed 1/2 page.
  875.     - Added VALIGN and HEIGHT support in tables.
  876.  
  877.     CHANGES
  878.  
  879.     - Now optimize link objects in PDF files (provides a 40k
  880.       reduction in file size for the HTMLDOC manual alone)
  881.     - Table rows that cross page boundaries are now rendered
  882.       more like Netscape and MSIE.
  883.     - Now support HTMLDOC_DATA and HTMLDOC_HELP environment
  884.       variables under UNIX (for alternate install directory)
  885.     - Now show error messages when HTMLDOC can't open the
  886.       AFM, character set, or PostScript glyph files.
  887.     - The logo image is now scaled to its "natural" size (as
  888.       it would appear in a web browser)
  889.     - Now recognize VALIGN="MIDDLE" or VALIGN="CENTER".
  890.  
  891.     BUG FIXES
  892.  
  893.     - Generation of PDF files to the standard output (i.e.
  894.       to the web server + browser) didn't work on some
  895.       versions of UNIX.  HTMLDOC now writes the PDF output
  896.       to a temporary file and then copies it to the standard
  897.       output as needed.
  898.     - PDF links were missing the first 5 characters in the
  899.       filename; the code was trying to skip over the "file:"
  900.       prefix, but that prefix was already skipped elsewhere.
  901.     - Nested descriptive lists (DL) did not get rendered
  902.       properly.
  903.     - Tables had extra whitespace before and after them.
  904.     - Multiple aligned images confused parse_paragraph();
  905.       the images would overlap instead of stack on the
  906.       sides.
  907.  
  908.  
  909. CHANGES IN HTMLDOC v1.8.4
  910.  
  911.     CHANGES
  912.  
  913.     - More configure script changes for FLTK DSOs.
  914.     - FileIcon.cxx was still using NULL for outline (an
  915.       integer), which caused some ANSI C++ compilers to
  916.       complain.
  917.  
  918.     BUG FIXES
  919.  
  920.     - The Fonts and Colors tab groups did not extend to
  921.       the full width of the tab area, which prevented the
  922.       Browse button from working when clicked on the right
  923.       side.
  924.     - The help dialog window did not scroll all the way to
  925.       the bottom of the text.
  926.     - The chapter ("c") header/footer string did not work.
  927.     - The heading ("h") header/footer string did not always
  928.       match the first heading on a page.
  929.     - The header and footer fonts were not used when
  930.       computing the widths of the header and footer strings.
  931.     - The Windows distribution did not create the right
  932.       shortcut for the Users Manual in the Start menu.
  933.     - The command-line code did not accept "--grayscale",
  934.       only "--gray"
  935.     - Multi-file HTML output did not use the right link for
  936.       the table-of-contents file if no title page was being
  937.       generated.
  938.     - Extra whitespace before and after tables has been
  939.       eliminated.
  940.  
  941.  
  942. CHANGES IN HTMLDOC v1.8.3
  943.  
  944.     NEW FEATURES
  945.  
  946.     - New "--browserwidth" option to control scaling of images and
  947.       tables that use fixed pixel widths.
  948.  
  949.     CHANGES
  950.  
  951.     - The configure script now looks for the OpenGL library
  952.       (required if you use a shared FLTK library with OpenGL
  953.       support.)
  954.     - Increased the max number of chapters to 1000.
  955.  
  956.     BUG FIXES
  957.  
  958.     - Page break comments didn't force a paragraph break.
  959.     - --no-toc prevented chapters from being output in PS
  960.       and PDF files.
  961.     - Filenames didn't always get updated properly when doing a
  962.       "save as"...
  963.     - Fixed some more leading/trailing whitespace problems.
  964.     - Wasn't freeing page headings after the document was
  965.       generated.
  966.     - Wasn't range checking the current chapter number; now
  967.       limits the number of chapters to MAX_CHAPTERS and
  968.       issues an error message whenever the limit is exceeded.
  969.  
  970.  
  971. CHANGES IN HTMLDOC v1.8.2
  972.  
  973.     NEW FEATURES
  974.  
  975.     - New "setup" program for UNIX software installation.
  976.  
  977.     CHANGES
  978.  
  979.     - Documentation updated for new UNIX "setup" program and
  980.       "..." usage for headers and footers.
  981.     - Changed margins to floating point (instead of integer) to
  982.       improve table column accuracy.
  983.  
  984.     BUG FIXES
  985.  
  986.     - HTMLDOC could crash under Microsoft Windows with some
  987.       types of HTML files.  This was caused by a stack overflow,
  988.       usually when processing nested tables.
  989.     - Multiple HTML files weren't being converted properly in
  990.       web page mode - only the last file would be generated for
  991.       PostScript output, and no file for PDF output.
  992.     - Wasn't preserving the whitespace between "one" and "two"
  993.       in the HTML code "one<I> two</I> three".
  994.     - Paragraph spacing was inconsistent.
  995.     - <TABLE WIDTH="xx"> wasn't formatted properly.
  996.     - The command-line code wasn't opening HTML files in binary
  997.       mode. This caused problems under Microsoft Windows.
  998.  
  999.  
  1000. CHANGES IN HTMLDOC v1.8.1
  1001.  
  1002.     CHANGES
  1003.  
  1004.     - The configure script didn't update the ARFLAGS
  1005.       variable for *BSD operating systems (no "s" option to
  1006.       build the symbol table...)
  1007.     - Changed the installation commands to only create the
  1008.       installation directory if it does not exist.  This
  1009.       prevents installation errors on some platforms the
  1010.       second time around.
  1011.     - Now use the Microsoft definitions for characters 128
  1012.       through 159 that are otherwise unused by the
  1013.       ISO-8859-x character sets.
  1014.     - Now set optimization settings when we know the compiler.    
  1015.     - Now always quote attribute values in HTML output to make
  1016.       HTML lint programs happy.
  1017.  
  1018.     BUG FIXES
  1019.  
  1020.     - Wasn't using TOC title string in PDF document outline.
  1021.     - Preformatted text in tables didn't force the column
  1022.       width.
  1023.     - Cells using COLSPAN > 1 didn't contribute to the width
  1024.       of columns.
  1025.     - The table code didn't enforce the per-column minimums
  1026.       under certain circumstances, causing "scrambled"
  1027.       columns.
  1028.     - The configure script and makefiles didn't work when
  1029.       FLTK was not available.  They now only build the "gui"
  1030.       library when it is available.
  1031.     - The Windows distribution was installing files under
  1032.       PROGRAMDIR instead of TARGETDIR.  This prevented users
  1033.       from customizing the installation directory.
  1034.     - The configure script overrode the LDFLAGS environment
  1035.       variable, preventing FLTK from being located in a non-
  1036.       default directory.
  1037.  
  1038.  
  1039. CHANGES IN HTMLDOC v1.8
  1040.  
  1041.     NEW FEATURES
  1042.  
  1043.     - Now support PDF 1.1 (Acrobat 2.x) and PDF 1.3 (Acrobat 4.0).
  1044.     - Now support PDF page modes, layouts, and effects, and the
  1045.       first page that is displayed in Acrobat Reader.
  1046.     - Now support PostScript Level 3 output with Flate image
  1047.       compression.
  1048.     - Now support PostScript commands for page size and duplexing.
  1049.     - Now add filenames as needed to HTML links.
  1050.     - Added optimizations to output code to further reduce PDF and
  1051.       PostScript file size.
  1052.     - Now support alternate 8-bit character sets. Currently we
  1053.       supply data files for the ISO-8859-N character sets.
  1054.     - Added chapter headings to the available header/footer
  1055.       formats.
  1056.     - The GUI file chooser is significantly improved and supports
  1057.       selection of multiple HTML files.
  1058.     - The GUI now provides on-line help.
  1059.     - Many other GUI improvements.
  1060.     - Added support for DIR and MENU block elements.
  1061.     - The header and footer text can now be made boldface, italic,
  1062.       etc.
  1063.     - Font settings are now exported to HTML files in a style
  1064.       sheet.
  1065.     - Now support page breaks using HTML comments.
  1066.     - The image dimensions are now exported to HTML files.
  1067.     - Added landscape printing option.
  1068.     - Added CAPTION support for tables.
  1069.     - Filename links now work for HTML files included in a
  1070.       document.
  1071.     - Now support BGCOLOR in tables.
  1072.  
  1073.     CHANGES
  1074.  
  1075.     - Lots of documentation changes.
  1076.     - Much better table formatting.
  1077.     - Changed HTML output to use less invasive navigation bars at
  1078.       the top and bottom of each file.  This also means that the
  1079.       "--barcolor" option is no longer supported!
  1080.     - Updated to use existing filenames in HTML (directory) output.
  1081.     - Now recognize any local PDF file as a local file link (i.e.
  1082.       you just need "HREF=filename.pdf" and not
  1083.       "HREF=file:filename.pdf")
  1084.     - <TT>, <CODE>, and <SAMP> no longer reduce the font size.
  1085.     - Now put whitespace after image data in PDF files.  This
  1086.       change was needed to work around a bug in Acrobat Reader 4.0.
  1087.     - Now generate a complete encoding vector for fonts in PDF
  1088.       files.  This change was needed to work around a bug in all
  1089.       versions of Acrobat Exchange that did not recognize the
  1090.       WinANSI encoding defined in the PDF specifications.
  1091.     - Now filter out the BREAK attribute from HR elements.
  1092.     - Now only load images once.
  1093.  
  1094.     BUG FIXES
  1095.  
  1096.     - Wasn't escaping &,<, or > in HTML output
  1097.     - Wasn't preserving  
  1098.     - Links in multi-file HTML output were off-by-one.
  1099.     - BLOCKQUOTE needed to be like CENTER and DIV.
  1100.     - Needed to use existing link name if present for headings to
  1101.       avoid nested link name bug in Netscape and MSIE.
  1102.     - Extremely long link names could cause TOC generation to fail
  1103.       and HTMLDOC to crash.
  1104.     - PDF output was not compatible with Ghostscript/Ghostview
  1105.       because Ghostscript does not support inherited page resources
  1106.       or the "Fl" abbreviation for the "FlateDecode" compression
  1107.       filter.
  1108.     - PostScript DSC comments didn't have unique page numbers. This
  1109.       caused Ghostview (among others) to get confused.
  1110.     - Some functions didn't handle empty text fragments.
  1111.     - Images couldn't be scaled both horizontally and vertically.
  1112.     - <LI> didn't support the VALUE attribute (but <OL> did...)
  1113.     - Fixed whitespace problems before and after some markups that
  1114.       was caused by intervening links.
  1115.     - The indexed image output code could generate an image with only
  1116.       1 color index used, which upset Acrobat Reader.
  1117.     - Fixed a bug in table-of-contents handling - HTMLDOC would crash
  1118.       on some systems if you converted a web page on the command-line.
  1119.     - Wasn't setting the font size and spacing soon enough when
  1120.       generating files on the command-line.
  1121.     - Didn't hide EMBED elements when generating indexed HTML files.
  1122.     - Didn't always set the current drawing position before drawing
  1123.       a box or line.
  1124.     - Base85 encoding of image data was broken for PostScript output.
  1125.     - JPEG compression was broken for PostScript output.
  1126.     - Didn't set binary mode for the standard output under Windows
  1127.       and OS/2 needed.
  1128.  
  1129.  
  1130. CHANGES IN HTMLDOC v1.7
  1131.  
  1132.     - Added option for overriding the background color or image.
  1133.         - Added default font typeface and size options.
  1134.     - Added progress indicator for page formatting.
  1135.     - The HTMLDOC window is now resizeable.
  1136.     - The <TABLE> and <CENTER> markups didn't start a new block.
  1137.     - strcasecmp and friends are not available on all platforms.
  1138.     - Added support for MacOS (command-line only).
  1139.     - The width of table cells could be off by 1 point causing
  1140.       unnecessary text wrapping.
  1141.     - The GUI's default center footer wasn't "blank".
  1142.     - Images could be "lost" if they reside in the current
  1143.       directory or use an absolute path.
  1144.         - Documents without titles or headings could crash HTMLDOC.
  1145.     - The image loading code could crash due to a MSVC++ runtime
  1146.           library bug.
  1147.         - Spacing before <HR>'s wasn't consistent.
  1148.     - Buffer overflow problems causing crashes.
  1149.     - Didn't accept whitespace in variables, e.g. "<TAG NAME = VALUE>"
  1150.     - Links didn't always get propagated.
  1151.     - The Flate compressor data was not getting freed, so HTMLDOC
  1152.       could use a lot of memory when compression was enabled.
  1153.  
  1154.  
  1155. CHANGES IN HTMLDOC v1.6
  1156.  
  1157.     - Now support JPEG compression of images.
  1158.     - Now have selectable Flate (ZIP) compression level.
  1159.     - Now only adjust top and bottom margins if headers and
  1160.       footers are used.
  1161.     - Better HTML output support (now remember files for
  1162.       links in multi-file output).
  1163.     - Increased maximum page count to 5000.
  1164.     - Needed to show headers on all pages in web page mode.
  1165.     - Now recognize both "in" and "inch" for measurements.
  1166.     - <BR> was not handled properly.
  1167.     - Selecting "web page" in the GUI clears the title toggle.
  1168.     - TABLE row spacing was not right...
  1169.     - <TD COLSPAN=n> now draws multi-column borders.
  1170.     - Column widths were computed wrong when COLSPAN was used.
  1171.     - Nested lists were not handled right.
  1172.     - Internal links didn't work for PDF output.
  1173.     - Block spacing should now be more consistent.
  1174.     - Image scaling was off - now only use page width so that
  1175.       images are not warped.
  1176.         - The footer was always one line too low.
  1177.     - Couldn't double-click on input filename to edit.
  1178.  
  1179.  
  1180. CHANGES IN HTMLDOC v1.5
  1181.  
  1182.     - Added customization of headers and footers.
  1183.     - Added new "--title" image option.
  1184.     - Can now put logo image in header or footer.
  1185.     - <MARKUP ID="name"> now works for link destinations.
  1186.     - The table of contents now appears as part of the document
  1187.       outline in PDF output.
  1188.     - Links to local PDF files are now treated as file links in PDF
  1189.       output instead of web links.
  1190.     - You can now turn the title page on/off as desired.
  1191.     - PostScript and PDF output to stdout now works.
  1192.     - Nested tables now format properly.
  1193.     - <HR> now provides horizontal rule; to get a page break use
  1194.       "<HR BREAK>".
  1195.         - Fixed <TABLE BORDER=0> bug.
  1196.     - Fixed GIF loader bug (caused problems on Alpha machines)
  1197.     - No longer get extra line after list items.
  1198.     - <FONT> markup nesting now works.
  1199.     - "&" by itself would cause loss of 15 characters.
  1200.     - The current directory was not tracked properly under Windows.
  1201.     - The right, top, and bottom margins were not being saved properly.
  1202.     - The htmlReadFile() function could consume too much stack space,
  1203.       causing a program failure.
  1204.     - PostScript and PDF files were corrupt when generating a web
  1205.       page with a title page.
  1206.  
  1207.  
  1208. CHANGES IN HTMLDOC v1.4
  1209.  
  1210.     - Now use autoconf "configure" script to build UNIX makefile.
  1211.         - Now handle relative filenames a lot better when loading images
  1212.       and files.
  1213.     - Added "--webpage" option to support printing of plain HTML
  1214.       files (i.e. not documents with chapters)
  1215.     - Added support for document backgrounds in PostScript and PDF
  1216.       output
  1217.     - Added "--no-toc" and "--no-title" options to disable the
  1218.       table-of-contents and title pages, respectively
  1219.     - PDF files now store all named links for use from a web page
  1220.       (HREF="filename.pdf#name")
  1221.         - Converted to C++
  1222.     - Now using FLTK for the GUI under UNIX and Windows (yeah, one
  1223.       set of code!)
  1224.     - Merged GUI and command-line versions
  1225.     - Greatly enhanced GUI now supports nearly all command-line
  1226.       options.
  1227.     - Miscellaneous fixes to HTML parsing code
  1228.     - PDF links should now go to the right page all the time
  1229.     - Fixed DSC comments in PostScript output to conform to the
  1230.       standard
  1231.     - Fixed dumb bug in Windows version - didn't handle HTML files
  1232.       with only a LF at the end of each line (this is a BUG in the
  1233.       MSVC++ runtime libraries!)
  1234.     - <PRE> inside a list didn't work
  1235.     - parse_table() and friends didn't check for a NULL parent
  1236.       pointer.
  1237.     - Paragraph text that wasn't enclosed by P markups was
  1238.       located on the wrong page when followed by a H1 markup.
  1239.  
  1240. CHANGES IN HTMLDOC v1.3.1
  1241.  
  1242.     - Fixed font encoding vector in PostScript output (minus instead
  1243.       of hyphen for '-' character).
  1244.  
  1245.  
  1246. CHANGES IN HTMLDOC v1.3
  1247.  
  1248.         - New GUI for managing documents (Windows + X11/Motif)
  1249.     - Better table printing with support for user-specified column
  1250.       widths and better automatic-sizing
  1251.         - PNG loading now works when grayscale output is requested
  1252.     - No image optimization was performed in PDF or Level 2 PostScript
  1253.       files.  HTMLDOC now converts images to indexed (1,2,4,8 bits) if
  1254.       there is an advantage (fewer bits per pixel) and no loss of color
  1255.       would occur
  1256.     - The filenames in links were getting lost when writing indexed
  1257.       HTML to a directory
  1258.     - The logo image filename wasn't being localized when writing
  1259.       indexed HTML to a directory
  1260.     - Fonts, images, and links weren't supported inside a PRE tag
  1261.     - Added support for the <!DOCTYPE> markup
  1262.     - No longer assume that chars are unsigned by default
  1263.     - Invalid or missing links no longer generate bad PDF files
  1264.     - External links (http:, ftp:, etc) now work
  1265.     - Escaped characters are now decoded correctly in the table of
  1266.       contents in PDF files
  1267.     - Image scaling is now more intelligent
  1268.  
  1269.  
  1270. CHANGES IN HTMLDOC v1.2
  1271.  
  1272.         - Now support "internal" links in a document (PDF & HTML).
  1273.         - Added "no compression" option for PDF files; this is needed for
  1274.           older PDF readers like Acroread 2.x.
  1275.         - Much better parsing of HTML; should now work very well with the
  1276.           HTML output by Netscape Composer.
  1277.         - Wasn't opening image files in "binary" mode (Windows).
  1278.         - The htmlReadString() and htmlWriteString() functions were removed
  1279.           because of portability problems to HP-UX and Windows, among others.
  1280.  
  1281.  
  1282. CHANGES IN HTMLDOC v1.1
  1283.  
  1284.         - Ordered (numbered) lists are now supported, as are the TYPE=, START=,
  1285.           and VALUE= option variables.
  1286.         - Now support coverpages for PS and PDF output with optional logo image.
  1287.         - Running headings (at the bottom of PS/PDF pages) are now tracked
  1288.           correctly.
  1289.         - Fixed parsing of lists so lists generated by Netscape Composer work
  1290.           right...
  1291.         - Fixed HTML links when generating a single HTML file.
  1292.         - The --numbered option didn't number all headings (only those in the
  1293.           table-of-contents).
  1294.  
  1295.  
  1296. CHANGES IN HTMLDOC v1.0
  1297.  
  1298.         - Initial version.
  1299.