Update CHANGES for FLTK 1.3.3 release.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10428 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2014-11-02 22:37:52 +00:00
parent aee0ee202f
commit 2bd8ff37a1

View File

@ -1,4 +1,4 @@
CHANGES IN FLTK 1.3.3 RELEASED: Oct XX 2014 CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014
New features and extensions New features and extensions
@ -70,8 +70,8 @@ CHANGES IN FLTK 1.3.3 RELEASED: Oct XX 2014
- Improved Fl_Widget::when() handling in Fl_Tabs (STR #2939). - Improved Fl_Widget::when() handling in Fl_Tabs (STR #2939).
- Improved support for more recent compilers (clang and gcc) that - Improved support for more recent compilers (clang and gcc) that
issue more warnings, and fixed some 32-/64-bit compilation issues. issue more warnings, and fixed some 32-/64-bit compilation issues.
- Add method Fl_Window::clear_modal_states() to make it possible to - Added method Fl_Window::clear_modal_states() to make it possible
remove the modal or non-modal state from a window (STR #3123). to remove the modal or non-modal state from a window (STR #3123).
Bug fixes Bug fixes