Changelog.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2275 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-05-31 19:28:47 +00:00
parent 23972703f4
commit 9671c04290

View File

@ -1,6 +1,9 @@
CHANGES IN FLTK 1.1.0rc3
- Documentation updates.
- The boolean (char) value methods in Fl_Preferences
have been removed since some C++ compilers can't
handle char and int value methods with the same name.
- Added fl_read_image() function.
- Fixed Fl_Valuator::format() so that the correct format
type is used when step == 1.0.