version 0.8.7e (Apr. 20 1994) o Added ps2gif man file. o Changed ps2gif defaults from 75 to 72 dpi. 72 is the correct value. o Added brtag2ptag script for those who prefer to user

instead of
. o Updated Makefile.HP-UX. o Changed specification of FMBATCH to "FMBATCH = \$$ENV{FMHOME}/bin/fmbatch -i". Thus makes use of FMHOME variable at run_time (John Silva). o Changed default location for temp files to /tmp. o Added "#include " in trans-code.c to enhance ULTRIX compatibility. version 0.8.7d (Apr. 6 1994, by Duncan Fraser) o fm2html.tags: eliminated completely (was the same as htags) o htags: reformatted for 80-character display o htags: eliminated HEADING6 and UHEADING6, since they would translate to , which does not exist o Makefile: LIBDIR created if not already in existence o Makefile: changed default specification of TMPDIR from "" to "." o Makefile: added GS, PNMTO???, PPMTO???, etc. o ps2gif.pl: program locations are now set by sed command in Makefile o ps2gif.pl: tmpdir and tmpfile now handled the same way as in other scripts o ps2gif.pl: fixed "$crop" bug (was initialized as 0, now as "") o fm2mif.pl: added -s flag so that stripping of ".doc" extension is optional (because stripping the extension causes books to refer to files which do not exist) o miftags.pl: now, when processing a book, looks for MIF files having the same names as the corresponding document files but with ".mif" appended, but if that fails, looks for those same names but with ".doc" stripped (e.g., given "foo.doc", looks first for "foo.doc.mif", then for "foo.mif") o miftags.1: updated to reflect modifications to miftags.pl o mif2mif.pl: now, when processing a book, looks for MIF files having the same names as the corresponding document files but with ".mif" appended, but if that fails, looks for those same names but with ".doc" stripped (e.g., given "foo.doc", looks first for "foo.doc.mif", then for "foo.mif") o mif2mif.pl: input files are now modified "in-place" by default, e.g. "foo.mif" is moved to "foo.mif.orig" and output is written to "foo.mif" (if "foo.mif.orig" exists already then "foo.mif" is moved to "foo.mif.bak"); however, if "-e" option is used to specify a filename extension then output is written to a new filename, e.g. "foo.mif" is left untouched and output is written to "foo.extension.mif" o mif2mif.pl: if filename extension is provided using "-e" option then cross-references are updated to point to new filenames, e.g. to point to "foo.extension.doc" instead of "foo.doc" o mif2mif.1: updated to reflect modifications to mif2mif.pl o underline2bold.pl: added "# This script is part of the fm2html package." o underline2italic.pl: added "# This script is part of the fm2html package." o mif2fm.pl: added "# This script is part of the fm2html package." o mif2fm.pl: now, when processing a book, looks for MIF files having the same names as the corresponding document files but with ".mif" appended, but if that fails, looks for those same names but with ".doc" stripped (e.g., given "foo.doc", looks first for "foo.doc.mif", then for "foo.mif") o mif2fm.pl: if conversion would create an output file which would overwrite an existing one, the existing one is renamed so that it is preserved, e.g. "foo.doc" is moved to "foo.doc.orig" and output is written to "foo.doc" (if "foo.doc.orig" exists already then "foo.doc" is moved to "foo.doc.bak"); version 0.8.7c (Apr. 6 1994) o Fixed bug that made it possible to have paragraph numbering displayed too often. o Fixed bug in writing Table headings. o Added yywrap function to all flex files as it has been moved to the flex library in some cases it seems. If any more yy functions start being missing, the solution has to be to reinstate the usage of the flex library. This was dropped as users had problems finding it and as it included almost nothing. o Updated DEMO doc to include some special characters. o Add a newline after

 to make MAC Mosaic happy (Eric Richards).
o Fixed bug in mif2gif (Eric Richards).
o Flex by default now 8 bit so that special characers are handled. Why is it still
  7 bit as default in the flex package??
o New Makefile for HP-UX (Kjetil Ullaland)
o Changed link names so that header links point to the correct location
  also when paragraph numbering is not used.

version 0.8.7b (Mar. 30 1994)

o Markes of other types than X-ref and HyperText now
  ignored. Fixes some problems with these markers
  resulting in strange links.
o Skip paragraph font changes for the time of being.
  Font changes inside paragraphs are still handled.
o -ntoc option added. Disables generation of a table of contents.
o Changed fm2mif.pl so that it will check for a filename in more than 
  one way. Solves problems with FrameMaker 4.0 book files.

version 0.8.7 (Mar. 28 1994)

o First version of a man page for fm2html.
o Copy made of mif2gif.printsettings if not specified in an ENV
  variable. Solves problems with printsettings files in non-
  writeable directories (FrameMaker wants to lock it, it is
  a FrameMaker file) (Roar Smith)
o Detect \\ and output \ (Eric Richards)
o Detect \q and output quote (Eric Richards)
o Allow em-dash and en-dash output to be overridden (Eric Richards)
o Do basic variable expansion (Eric Richards)
o Additional indented styles (GLOSSARY2 and 3, COMGLOSSARY2 and 3)
  (Eric Richards)
o Ignore TOC and do not output anything that might mess up current
  paragraph numbering (Eric Richards)
o For GLOSSARY type styles, consider HardReturn to be the same
  as a TAB (Eric Richards)
o new filters mif2mif and miftags, with manpages (Duncan Fraser)
o new filter mif2fm (Duncan fraser)
o scripts now look for local tags file; if local file not found, global
  file copied to local directory (Duncan Fraser)
o global tags files now called ptags, ctags and htags (Duncan Fraser)
o each doc in book includes a link up to table of contents (Duncan Fraser)
o links to previous/next chapter and table of contents, with icons,
  appear both at top and bottom of each document in a book (Duncan Fraser)
o fm2mif is now capable of converting books, i.e. it converts all files
  in the book as well as the book itself (Duncan Fraser)
o fm2hmtl invokes fm2mif directly to convert files to MIF before invoking
  mif2html (previously, fm2mif was invoked in book.c) (Duncan Fraser)
o when mif2html processes a book file, it does not call fm2mif but instead
  assumes that files in the book have already been converted to MIF 
  (Duncan Fraser)
o "-ng" (no graphics) option added to mif2html, which causes conversion of
  graphics to be omitted (links to graphics are still included in the output,
  but time can be saved when reconverting documents) (Duncan Fraser)
o -PERL-, -FMBATCH-, -LIBDIR- and T-MPDIR- sedded in Makefile... TMPDIR can
  also be specified as environment variable, or default to cwd (Duncan Fraser)
o replace getppid with $$ (otherwise a user running simultaneous processes
  will overwrite his/her own temporary files) (Duncan Fraser)
o -xdpi and -ydpi parameters added. Set to higher values than 75 to
  enhance picture size and quality.
o ps2gif extended to convert full postscript files to multiple gif files.
o Fixed extended bold/italics/etc. in paragraphs (Michael McIlrath).
o Added information about how to save HTML files directly from
  FrameMaker.

version 0.8.6a (Mar. 10 1994)

o Removed the use of -lfl (flex libray), added main.
  Should remove the problems people have been having with
  linking with the flex library.

version 0.8.6 (Mar. 7 1994)

o Fixed stack overflow problem with yacc and NOW bison works.
o Fixed bug with compiling with gcc...
o translate renamed fthtranslate as the translate name is in use on some systems.
o extractmifhead included in f2htranslate.
o Command line interface changed.
o mif2html, bookfile and makerfile included in fm2html.
o HEADING0, UHEADING0 and INDENTHEADING0 added. Use 

. version 0.8.5 (Feb. 25 1994) o INDENTHEADING now available from1 to 6. o LOCALTITLE tag added. o PROGRAM tag now handled correctly. o Various table bugs fixed. o Added local title handling. Each file in a book can now have a title. o Added \\q handling (Yen Lee). o Expanded regognition of FrameMaker hypertext. Now recognizes file:firstpage and file:lastpage. o Fixed multiple lines in single cell table bug. o Made the code compatible with gcc + flex + bison. If you want to use bison, change all occurances of "y.tab.c" to "trans.tab.c". o Fixed bug with books and no Language variable (Russ Rew & Phil Hooper). version 0.8.4 (Feb. 11 1994) o Unlisted headings (UHEADING) added. Do not show in the table of contents. o Table of contents cleaned up and changed in appearance (bold major headings and less space between lines). o Table Headings and title are bold. o Figure text is now bold. o Fixed links to tables bug. o Bold and italics are now handled in tables (works only with Mosaic 2.2 and newer). o Figures and mathematic formulas are no longer totally removed from tables. Instead, a link with the tekst "(fig)" is generated. Clicking the link shows the missing graphic or math formula. o FrameMaker hypertext handling extended. o FrameMaker hypertext links (openlink and gotolink) are now handled (Stephen Martin). o Removed any tags from field as WinMosaic displays them. o Changed mif2gif so that the files are opened and closed in order instead of opening all at the same time. Saves space... o Introduced use of TMPDIR variable instead of /tmp. /tmp is used when the TMPDIR variable is not set (Bob Jackson). o Changed extractmifhead.pl and trans.l to follow FrameMaker 4 standard. (Bob Jackson). o Modified yyerror and changed YYMAXDEPTH variable to allow the converter to work on SGI systems running IRIX-4.0.5 (Jan van der Steen). o Fixed unfinished indenting bug. o Norwegian Document Language now works. o Fixed multiple .html`s in references between files. o New tags, some old tags dropped. o Updated and documented tags file. o Changed insertcharacters.l so that special characters are handled correctly when compiled with cc as well as gcc. o Made links inside files skip filename, so that the file is not re-read. (Dropped because this still messes up back and forward in Mosaic). o Made the use of the FRAME2HTMLPRINTFILE env variable optional (Duncan Fraser). o Prepared special characters somewhat for the acceptance of the proposed HTML+ character set (α etc.). version 0.8.3 (Jan. 3. 1994) o Fixed bug with links between files in a book (Daniel K. Schneider). o Fixed continuing symbolfonts bug. o Fixed symbolfonts and tags bug. o Bugfixes. Hopefully the end of the 'Error in parsing. Got <Char whatever>.' version 0.8.2 (Nov. 30. 1993) o Fixed figure or table at end of file disappearance bug. o Fixed footnote in table bug. o Figures are now also links to themselves. This enables the reader to resize the figures if the viewer allows this (e.g. xv). o Colour figures. o .doc stripped (Duncan Fraser). o Hypertext markers in Frame Documents are assumed to be HTML links. The following text becomes a link to the document given by the FrameMaker marker. Markers can be put in tables as well. However, figures can not be links... except to themselves... for now anyway. o More bugfixes version 0.8.1. (Nov. 24. 1993) o Various bug fixes. o More translation. o Improved list handling (Duncan Fraser). o Fixed Makefile bugs (missing addtextrect). o Fixed bug with files ending in ".doc". version 0.8 (Nov. 8. 1993) o Book bug fixes. o Translated to English o Index generation improved. o Bugfixes. o Renamed files. o Updated mif2html.tags file. o Added consecutive numbered lists.