summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-29 10:04:02 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-29 10:04:02 +0000
commit00ec9da8f5cf0f37f3c64e0a45b4046f86153765 (patch)
tree2048393d9d934ae53e79dbc1797106836d10ccef /CHANGES
parentba8bb3d8c278a70895e3b138fcfe9cbd91d5cbd0 (diff)
- removed more inconsistencies between fl_draw and fl_measure (STR #1408)
- made the Tooltip hide code a little bit smarter - Added subwindow test case to Fl_Tabs git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5378 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 3fbab9522..be63beef9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - Fixed more inconsistencies between fl_draw
+ and fl_measure (STR #1408)
- Fixed fl_measure which mistook a trailing '@@'
for a symbol (STR #1406)
- Fixed GLUT behavior on window creation (STR #1403)