summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-27 21:16:47 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-27 21:16:47 +0000
commit3e74cc34ec07df05102ee614790c415908cccc38 (patch)
tree2306f54ac30905c726d0e364c547f61bf8a6d7bf /CHANGES
parentacd6bd5cc858284f12e1330d4acd49cad47e7f82 (diff)
Add support for TT element.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2261 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 58fbc98ac..93ce6f431 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
CHANGES IN FLTK 1.1.0rc3
- Documentation updates.
+ - Fl_Help_View didn't support the TT markup.
- Fl_Shared_Image used a double-pointer to the image
handler functions, which was unnecessary and
unintuitive.