Tweak the wording in CHANGES, "fluid doesn't close" could be interpreted either way

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10429 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Lauri Kasanen
2014-11-03 08:10:05 +00:00
parent 2bd8ff37a1
commit d0e261300b
+1 -1
View File
@@ -66,7 +66,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014
applications, e.g. Firefox and Thunderbird.
- Windows message WM_QUIT is processed like SIGTERM, i.e. as a
request to terminate the program.
- Fluid doesn't close the code window when hitting ESC (STR #2997).
- Fluid no longer closes the code window when hitting ESC (STR #2997).
- Improved Fl_Widget::when() handling in Fl_Tabs (STR #2939).
- Improved support for more recent compilers (clang and gcc) that
issue more warnings, and fixed some 32-/64-bit compilation issues.