# WARNING: Makefile automaticall derives version number from the first line
#          of this file that starts with #.#.
#

0.83b -- 01/07/2006 erco: small patches from Ian
------------------------------------------------
	o Makefile.fltkconfig WINDOWS -> WIN32
	o Mods to getcwd() macros in test-browser.cxx for MINGW
	o Tar forces owner/group to 0/0, fixed perms on images dir

0.83a -- 01/06/2006 erco: small patches from Ian
------------------------------------------------
	o Makefile.fltkconfig patch
	o Enforce correct perms on files in tar file

0.83 -- 12/06/2005 erco: misc 
-----------------------------------------------
        o Windows: Added preset_file() support
	o Linux: missing filters() method
	o All: Added options() to API, removed macosx_*()
	o Added options() to the API with flags:
		o NEW_FOLDER
		o PREVIEW
		o SAVEAS_CONFIRM
	o Removed macosx_*() stuff -- bad idea

0.82 -- 12/05/2005 erco: misc fixes after merge
-----------------------------------------------
	o win32 filter fixes for Alessandro's 11/29 report
	o Rellocated Macos reference links from code to REFERENCE-MAC.txt
	o Made sure all #ifdefs use _WIN32 instead of other variants.
	o Fixed problem with FLTK chooser not showing its icons (natevw)
	o Added macosx_*() platform specific accessors

    TODO: See ./TODO for outstanding items

0.81 -- 11/28/2005 erco: linux version cleanup
----------------------------------------------
        o Support documented filters
	o free/strdup -> new/delete
	o added #ifndef at top of FL/Fl_Native_File_Chooser.H to prevent recursion

0.80 -- 11/27/2005 erco+nate: code merge, cleanup
-------------------------------------------------
	o Merge in Nathan's changes
	o Updated docs for all changes noted here
	o Rewrote mac's filter code to support old "*.a" and new "Desc1\t*.a\nDesc2\t*.b" syntax
	o Changed Nathan's set_filter() -> filter_value() (consistent with FLTK's own chooser)
	o Renamed test program to test-browser.cxx
	o Code cleanup: variable + method naming, 80 column conformance, indents, strdup/malloc -> new
	TODO: Linux version needs code cleanup (strdup -> new, etc)

0.70 -- 08/04/05 erco: general cleanup
--------------------------------------

	o Implemented Linux.
	  This was easy -- just use Fl_File_Chooser.

	o Removed references to non-existant size() method from docs;
	  the correct method name is total_filenames()

0.62 -- 02/02/2005
------------------

	o Added Ian's mods to main.cxx to use getcwd() instead of fixed path

	o Added #include/#define's to support getcwd() under Windows VS

0.61 -- 01/26/2005
------------------
	o Applied Ian MacArthur's 01/26/2005 fixes,
	  and Makefile.fltkconfig, including tab fixes and line 90 .obj -> .o fix.

	o Enabled /Wall on Windows VS7.x, and fixed all problems related to Fl_Native*
	  (mainly, ctor type value was being ignored)

