*
*	font.rev.i - revision history for Font DataType
*	Copyright © 1995-96 Michael Letowski
*	
*	39.1 (1.4.95) - initial version
*	39.2 (19.5.95)
*		! minor bug fix in OTags code
*		! minor bug fix in color setting
*		+ added FOREGROUND and BACKGROUND options
*		+ FONTNAME option can be used together with STRINGS
*	39.3 (8.7.95)
*		! fixed bug in outlines opening code
*		+ slightly changed format of prefs file
*		+ added DPI option
*		! fixed major bug in charset creation code
*	39.4 (6.5.96)
*		+ viewed fonts no longer need to be in FONTS: path
*		+ config files may span several lines now
*		! fixed memory leak in preferences allocation/freeing
*		* various internal optimizations shorten code
*	39.5 (27.5.96)
*		! fixed stack overflow (no longer hangs MultiView/IPrefs)
*		! MungWall hit removed (both fixes thanks to MM)
*
*

PROG_NAME	equ	"font.datatype"
PROG_ID		equ	"font"
PROG_VERSION	equ	39
PROG_VERSION_S	equ	"39"
PROG_REVISION	equ	5
PROG_REVISION_S	equ	"5"
PROG_DATE	equ	"27.5.96"
