From 85c0090b7c62ad4bc0bc3d0b7c2fcd7460dad2ba Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 23 Nov 2004 18:48:10 +0000 Subject: More watcom fixes (STR #627) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ANNOUNCEMENT | 50 +++++ CHANGES | 2 +- fluid/makefile.wat | 6 +- watcom.mif | 559 ++++++++++++++++++++++++++--------------------------- watcom/config.h | 444 +++++++++++++++++++++--------------------- watcom/makefile | 228 +++++++++++----------- watcom/readme.wat | 72 ++++--- 7 files changed, 714 insertions(+), 647 deletions(-) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 0cc3601a3..81a68967e 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -33,6 +33,32 @@ exceptions that allow for static linking. Changes since FLTK 1.1.4 include: + - Documentation updates (STR #568, STR #570) + - Shortcuts were incorrectly underlined in multi-line + labels (STR #566) + - More CMake updates (STR #499) + - The Watcom C++ compiler needed a small change (STR + #567) + - Added DESTDIR support and now remove all man pages for + the "uninstall" target (STR #545) + - Fix PNG drawing on buggy WIN32 graphics cards (STR + #548) + - The configure script didn't propagate the CPPFLAGS + environment variable (STR #549) + - The numpad keys didn't work properly on WIN32 (STR + #502) + - fl_input() and friends now set the input focus to the + text field when the dialog is shown (STR #553) + - Fixed background color mixup when drawing Fl_Choice + menus (STR #544) + - Fixed MingW makefiles (STR #550) + - More VC++ project file tweaking (STR #559) + - Fl_PNG_Image didn't use the png_set_trns_to_alpha + function when available (STR #547) + - The FL_UNFOCUS event wasn't always sent when switching + tabs (STR #558) + + [1.1.5rc3] - Documentation updates (STR #505, STR #513) - Updated PNG library source to 1.2.7. - Updated ZLIB library source to 1.2.1. @@ -326,6 +352,30 @@ exceptions that allow for static linking.