Changes from 0.5e to 0.5f
-------------------------

   o	Complete rewrite of the UI (user interface). If you have a reasonably
	fast machine, you can unhash MOUSE_SUPPORT (assuming your mouse is
	supported by svaglib) in the Makefile and use the pulldown menus and
	mouse panning functions. You get more real estate with mouse support.

   o	Print from within viewer added due to several request.

Changes from 0.5d to 0.5e
-------------------------

   o	Fixed a bug where after a random page access, the page counter
	was not updated and the 'n' and 'p' keys would take you to the
	wrong page.

   o	Button bitmaps added for possible forthcoming mouse support.

Changes from 0.5c to 0.5d (minor additions)
-------------------------
   o	Added a help popup.

   o	Fax bit reversal added. Never used or needed it myself but someone
	suggested adding it as an option.

Changes from 0.5b to 0.5c
-------------------------
   o	Added a g3 to Postscript converter. Now you can print those fax
	pages as well as viewing them.

   o	Invert fax pages when viewing them (in case someone sent them
	to you upside down) - use the 'i' key when viewing.

Changes from 0.5a to 0.5b (major bugfix release)
-------------------------

   o	Added a gif viewer from "xv" as a demo of how easy it is to use
	    the interface provided with other programs.
   o	Updated the libvgamisc.a to keep bitmaps in memory

Changes from 0.5 to 0.5a (minor bugfix release)
------------------------

   o	Added a bogus line detector in g3vga - now views broken FAX's better.
   o	Updated the libvgamisc.a to be prettier - nice lockscreen demo.

		Added vga_form() and vga XPM, XBM loader.

Changes from 0.4 to 0.5
-----------------------

   o	Added page selector/prompter.
   o	Added file selector/prompter.
   o	Added ability to change scaling within the viewer.
   o	Fixed scaling algorithm (I think it is better this time).
   o	New useful primitives

		vga_prompt(), vga_putc(), vga_write,
		vga_getscanline(), vga_getscansegment()

	for use with *your* vga programs. (see the misc directory).

Changes from 0.3 to 0.4
-----------------------

   o	Complete fast rewrite of faxdecode routine (help from Ed Casas)
   o	Multiple page support
   o	Added simple scroll bar so you know approx where you are on a page.
   o	The X11 viewer is separated from the VGA viewer
   o	Fixed font support (was one pixel out)

Changes from 0.2 to 0.3
-----------------------

   o	Wrote font support for base svgalib (now donated to Harm Hanemaayer
	for svgalib use)
   o	Fixed some display problems
   o	added support for GSVGAMODE environment variable so you can try
	different modes easily.

Changes from 0.1 to 0.2
-----------------------

   o	Added left/right/Home/End scrolling support.
   o	Minor code speedups
   o	Prettier border changes
