summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-01-04 14:53:54 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-01-04 14:53:54 +0000
commit5456a2b8fc5b1d1121a8b80d6f190147c3f89f45 (patch)
tree4e7a149283061ee49b551e61b4d1e8acaafebb00 /CHANGES
parente806450644365883a6561552bdb2dc65566a8e20 (diff)
Add fl_open_uri() function as discussed on fltk.development.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5579 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 6e12f75ef..8a9e133e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,10 @@
CHANGES IN FLTK 1.1.8
- - added "Fl::has_check()" which previously was prototyped
+ - Added fl_open_uri() function as proposed on
+ fltk.development.
+ - Added Fl::has_check() which previously was prototyped
and documented, but not implemented (STR #1542)
- - enabled "add_check()" on OS X (STR #1534)
+ - Enabled Fl::add_check() on OS X (STR #1534)
- Documented tooltip inheritance (STR #1467)
- Better event mouse handling fixing detached menus and
sticky tooltips (STR #1463, STR #449)