
We would like to thank Herik (herik@unix11.com), the author of
Unix Cockpit (A Norton Commander type file manager for X) for 
finding many bugs.

Changes Since the first public release V0.61
**Incompatibilities**

o. Meaning of FL_PLACE_POSITION has changed to really mean the
   position. The functionality of the old FL_PLACE_POSITION
   can be obtained with FL_PLACE_GEOMETRY
o. Parameter max,min were changed to min,max in fl_set_xyplot_{x|y}bounds.
o. Changed FL_TEXT so it aligns left by default.
o. Slight change in free object. 
o. prototype change for fl_remove_even_callback
o. Selecting Delete from window managers menu will terminate the
   application unless fl_set_form_atclose or fl_set_atclose is used
   to prevent it.
o. color usage is changed for bitmap/bitmapbutton. now label color
   controls the foreground of the bitmap, color1 controls the background
   of the bitmap (same as the box color).

**Other changes** since V0.61
(thanks to henrik@unix11.com, the author of Unix Cockpit, a Norton commander
type file manager, who found many bugs listed here). 

o. Added mono/2bit/3bit support
o. Corrected a PULL_DOWN menu bug.
o. Added FL_MENU_BUTTON.
o. Added border width attribute. DEMOS/borderwidth.c
o. Emacs style editing in input fields. Scroll for single line field.
o. Added FL_FREE_SIZE in fl_show_form as a modifier to
   FL_PLACE_CENTER, FL_PLACE_MOUSE etc.
o. Added FL_FRAME class
o. Added -shared to force shared colormap
o. Documented misc. utility functions: fl_winopen, fl_pref_winsize etc.
o. vertical sliders can be set to have min > max. This reverses the
   default direction of increasing value.
o. Fixed double buffering for objects that have a label
o. Added more (upto 3) application specific buttons in FileSelector.
o. Added -noc to suppress the output of .c and .h files in fdesign.
o. Better color handling.
o. Added -main -callback command line options in fdesign.
o. Better clipping for fl_hide_object and Expose handling
o. Added u_vdata in FL_FORM structure
o. Added fl_freeze_all_form, fl_unfreeze_all_form
o. Added checks to suppress multiple output of same callback functions
   in fdesign.
o. Added cast to FD_xxx creation.
o. Better rubber banding.
o. Added -stdcmap for standard colormap
o. Added -bw for border width. -bw -2 gives a Motif-like button
o. Normal canvas implemented

o. Corrected fdesign bugs:
      group now is inside the FD_ structure.
      fixed the missing _ in CPP directive in the generated code.
      fixed a problem with dialog positioning.
o. Added FL_DRAWLABEL event to facilitate better double buffering. 
o. Fixed a placement problem under tvtwm or similar WMs
o. Fixed pupup menu Expose problem when save_under is disabled.
o. Fixed a fl_hide_form bug where hiding an iconified form
   causes a program to hang.
o. Misc. prototype fixes (added more const qualifiers)
o. Fixed a browser clipping bug (shows up in fdesign)
o. Fixed a fdesign bug (random core dump due to an uninitialized variable)
