diff --git a/CHANGES b/CHANGES index 60b083cec..cc09b664a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +CHANGES SINCE FLTK 1.0.5 + + - Fl_win32.cxx defined WM_MOUSE_LEAVE instead of WM_MOUSELEAVE. + - Fl_get_key_win32.cxx needed to include + - gl_draw_pixmap.cxx needed a pointer cast for ANSI C++. + - Fl_Repeat_Button didn't always delete its timeout. + - Now keep track of the current OpenGL context; this provides + significant performance improvements for OpenGL applications + with a single context. + CHANGES SINCE FLTK 1.0.4 - Fl_Roller didn't handle a width and height of 0. diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 367f0cde3..31b67372f 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1,5 +1,5 @@ // -// "$Id: Enumerations.H,v 1.18.2.5 1999/09/15 17:05:32 mike Exp $" +// "$Id: Enumerations.H,v 1.18.2.6 1999/09/27 18:16:35 mike Exp $" // // Enumerations for the Fast Light Tool Kit (FLTK). // @@ -56,7 +56,7 @@ #define FL_MAJOR_VERSION 1 #define FL_MINOR_VERSION 0 -#define FL_PATCH_VERSION 5 +#define FL_PATCH_VERSION 6 #define FL_VERSION ((double)FL_MAJOR_VERSION + \ (double)FL_MINOR_VERSION * 0.01) @@ -365,5 +365,5 @@ enum Fl_Damage { #endif // -// End of "$Id: Enumerations.H,v 1.18.2.5 1999/09/15 17:05:32 mike Exp $". +// End of "$Id: Enumerations.H,v 1.18.2.6 1999/09/27 18:16:35 mike Exp $". // diff --git a/README b/README index c4c73f9bc..38d6b8377 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - Fast Light Tool Kit (FLTK) Version 1.0.5 +README - Fast Light Tool Kit (FLTK) Version 1.0.6 ------------------------------------------------- WHAT IS FLTK? diff --git a/packages/fltk.list b/packages/fltk.list index 154fae187..912c31f47 100644 --- a/packages/fltk.list +++ b/packages/fltk.list @@ -1,5 +1,5 @@ # -# "$Id: fltk.list,v 1.1.2.2 1999/09/15 17:19:47 mike Exp $" +# "$Id: fltk.list,v 1.1.2.3 1999/09/27 18:16:36 mike Exp $" # # ESP Package Manager (EPM) distribution file. # @@ -33,7 +33,7 @@ %vendor GNU %license COPYING %readme packages/README.epm -%version 1.0.5 +%version 1.0.6 # GUIs %system solaris @@ -386,5 +386,5 @@ f 0444 root sys /usr/doc/fltk/value_slider.gif documentation/value_slider.gif f 0444 root sys /usr/doc/fltk/widgets.html documentation/widgets.html # -# End of "$Id: fltk.list,v 1.1.2.2 1999/09/15 17:19:47 mike Exp $". +# End of "$Id: fltk.list,v 1.1.2.3 1999/09/27 18:16:36 mike Exp $". #