diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 53e1c3d09..1a60d58b0 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -118,7 +118,7 @@ Changes since FLTK 1.1.4 include: size of the number buffer (STR #268) - The keypad Enter key works as the normal Enter/Return key in common widgets (STR #191) - - Fixed some OS/2-specific build problems (STR #185 and + - Fixed some OS/2-specific build problems (STR #185, STR #197) - Calling Fl_Text_Display::buffer() with the same buffer would cause an application to lockup (STR #196) @@ -264,8 +264,8 @@ exceptions that allow for static linking. size of the number buffer (STR #268)
  • The keypad Enter key works as the normal Enter/Return key in common widgets (STR #191) -
  • Fixed some OS/2-specific build problems (STR #185 and - #197) +
  • Fixed some OS/2-specific build problems (STR #185, + STR #197)
  • Calling Fl_Text_Display::buffer() with the same buffer would cause an application to lockup (STR #196)
  • Some of the widgets could crash an application if the diff --git a/CHANGES b/CHANGES index af5a67914..b87c8ee04 100644 --- a/CHANGES +++ b/CHANGES @@ -85,7 +85,7 @@ CHANGES IN FLTK 1.1.5rc1 size of the number buffer (STR #268) - The keypad Enter key works as the normal Enter/Return key in common widgets (STR #191) - - Fixed some OS/2-specific build problems (STR #185 and + - Fixed some OS/2-specific build problems (STR #185, STR #197) - Calling Fl_Text_Display::buffer() with the same buffer would cause an application to lockup (STR #196)