From 9e2f36201612e978f2f518ed7220af42d06264cd Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 12 Apr 2002 20:16:07 +0000 Subject: Move ENTER/LEAVE handling to Fl_Box so that the default event handler in Fl_Widget doesn't interfere with existing widgets. Remove unnecessary strcasecmp defines. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2076 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index dedd18d16..4efc1a522 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,13 @@ CHANGES IN FLTK 1.1.0 + - Fl_Widget::handle() returned 1 for FL_ENTER and + FL_LEAVE events, which caused some compatibility + problems with 1.0 code. + - Fl_Box::handle() now returns 1 for FL_ENTER and + FL_LEAVE events so that tooltips will work with Fl_Box + widgets. + - Some source files still defined strcasecmp and + strncasecmp under WIN32. - Some source files still used the "false" and "true" C++ keywords, even though several of our "supported" C++ compilers don't support them. Using 0 and 1 until -- cgit v1.2.3