summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-17 08:43:50 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-17 08:43:50 +0000
commit538a1c62eec21c06b2e6eee5aa0c08fdcdcc63f9 (patch)
treeb900bcd53ebd9f56cdf36c87840a9fed71d3112c /CHANGES
parent26be719a4a1d385d8575d24089aa0afc79c6dc1b (diff)
Fl_Tabs::value() is now const as described in the documentation (STR #1379)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5319 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 14d8201d3..572ac8a59 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - Fl_Tabs::value() is now "const" as described in the
+ documentation (STR #1379)
- FLUID now only writes definitions of "o" and "w"
variables as needed, reducing the number of "variable
is shadowed" warnings from GCC.