summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-10-07 18:39:23 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-10-07 18:39:23 +0000
commita965dff1759c1d14d7afd6aa8d05abc106a867f9 (patch)
tree66b8316951ae61fafdfd291a84f9a364e88f45d4 /CHANGES
parenteda8af507ee9e5dba1e3a1c77225f249321e6928 (diff)
STR #1742: Updated documentation to reflect the true nature of "selection()" and "value()" for Fl_Multi_Browser which can be quite surprisin for unsuspecting customers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5952 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a6a0b1474..c7e2863ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,8 @@ CHANGES IN FLTK 1.1.8
- Documentation fixes (STR #1454, STR #1455, STR #1456,
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
- STR #1639, STR #1645, STR #1644, STR #1792, STR #1793)
+ STR #1639, STR #1645, STR #1644, STR #1792, STR #1793,
+ STR #1742)
- Changing the window size in FLUID would not mark the
project as modified (STR #1751)
- Fixed fl_filename_isdir for "/"-path (STR #1761)