V0.88.1 Janurary 1998
  Compatible, source and binary, with V0.88.
  Bug fixed version:
    fixed a couple of menu problems.
    fixed a couple of xyplot problems
    slightly better documenttion of fl_set_menu_entries().
    enhanced fl_create_colormap

V0.88 Novemeber 1997

Changes since public release V0.86 March 1997

******* No API changes! ******
---------------------------------

Functions fl_setpup_fontsize, fl_setpup_fontstyle
          fl_setpup_color fl_setpup_checkcolor
are changed to
      fl_setpup_default_fontsize, fl_setpup_default_fontstyle
      fl_setpup_default_color,    fl_setpup_default_checkcolor

The old functions still work, but you should change them
in your code to the new API.

------------
o. general
   Better focus handling under click-to-focus window managers
   Slightly better monochrome suport
   fl_set_object_l[style|size|col] now works with groups
   Clipboard support
   Added fl_point(), fl_points(), fl_now(), fl_whoami()
   Added fl_object_ps_dump() (currently only xyplot is supported).
   Scrollbars
   Added char *u_cdata in FL_FORM and FL_OBJECT structure.

o. goodies
   Added fl_hide_[alert|question|message|choice|input] so
     application programc can remove a goodie from the 
     screen (possibly via timeouts).
   Better shortcut handling for non-english labels.
   Added fl_check_command() to poll the status of the child process.

o. tabbed folders class
    Implemented.

o. positioner
   Added FL_OVERLAY_POSITIONER type

o. popup and menus
   Simplified (and better) API for creating popups and menus 
   Added popup item enter/leave callbacks
   Finally fixed the popup/menu truncation problem
   Added fl_setpup_default_bw().

o. menubar
   Preliminary API is in place. Not quite functioning yet.

o. cursor
   Supports animated cursors

o. browser/input:
   Use scrollbars instead of sliders 
   Added fl_get_[browser|input]_xoffset

o. xyplot
   Added fl_get_xyplot_overlay_data
   Added fl_set_xyplot_key etc.
   Added FL_DOTTED_XYPLOT, FL_DOTDASHED_XYPLOT
   Added FL_LINEPOINTS_XYPLOT.
   Added functions to change the default symbol on data.
   Can be output in PostScript (see fl_object_ps_dump)

o. clock
   added fl_set_clock_adjustment() to display time other than local time.

o. fdesign
   Added basic support for free_object.
   Added menu, choice, browser and xyplot initialization

Major items on the to-do-list (not necessarily in priority order)
-----------------------
menu bar
combo box
scrolled canvas
arena
document composite object
extend and enhance fdesign (managing project, editing callbacks etc)
image canvas
allow user defined objects to be integrated into fdesign.
multi-byte character support (Chinese, Japanese etc.)
formal modal dialog support
drag'n'drop
polar plots
