summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-11-03 08:10:05 +0000
committerLauri Kasanen <cand@gmx.com>2014-11-03 08:10:05 +0000
commitd0e261300be262329dc0e84e0eae5b7d54a49a48 (patch)
treebd71f270b81ed6570c36e98a935457d8f4f8206f
parent2bd8ff37a14464be8c6e6948ea540185afe97990 (diff)
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
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 996bd4886..073e5fbd5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.