diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-31 19:28:47 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-31 19:28:47 +0000 |
| commit | 9671c0429064f38e70ba1e441cd6ec071f310b3a (patch) | |
| tree | 2579db8612785674b53572659dfabf5cd056bb96 | |
| parent | 23972703f40704f83db852cf126abd940a22865a (diff) | |
Changelog.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2275 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
