summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-08-02 12:38:10 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-08-02 12:38:10 +0000
commitafbeea5714673d1872bcf6949c0df714a3770478 (patch)
tree71d14a933767d2b3534b353d01bda9625124a8b0 /CHANGES
parentc2e889169308b826f68becc4c2c14ede857689c3 (diff)
Bump to 1.1.4 and fix changelog.
#ifdef in fluid was wrong - didn't use piping on OSX when not compiling against Metroworks compiler. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3068 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index e175b62da..e5b609b9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,14 @@
-CHANGES IN FLTK 1.1.4rc2
+CHANGES IN FLTK 1.1.4
- - OS X: some changes to make ProjectBuilder compiles
- possible. I'll add the PB project files later.
- - OS X: FLTK would not know where a window was positioned
+ - OSX: some changes to make ProjectBuilder compiles
+ possible.
+ - OSX: FLTK would not know where a window was positioned
by the OS. As a result, popup menus could open at
wrong positions.
+
+
+CHANGES IN FLTK 1.1.4rc2
+
- Fl_Window::show(argc,argv) incorrectly opened the
display prior to parsing the arguments; this prevented
the "-display foo" option from working (STR #111)