diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-11 15:02:54 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-11 15:02:54 +0000 |
| commit | 2605c0a3205f060cbd0105ee25b3587340b57237 (patch) | |
| tree | 8c42e43a0a4e9cac36b4e114343334d344513372 | |
| parent | 180ee665c9639a02c2b16ec1b255a0e2384daf19 (diff) | |
1.1.5rc1 updates...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3394 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | ANNOUNCEMENT | 6 | ||||
| -rw-r--r-- | CHANGES | 2 |
2 files changed, 4 insertions, 4 deletions
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 (<a href='http://www.fltk.org/str.php?L268'>STR #268</a>) <li>The keypad Enter key works as the normal Enter/Return key in common widgets (<a href='http://www.fltk.org/str.php?L191'>STR #191</a>) - <li>Fixed some OS/2-specific build problems (<a href='http://www.fltk.org/str.php?L185'>STR #185</a> and - #197) + <li>Fixed some OS/2-specific build problems (<a href='http://www.fltk.org/str.php?L185'>STR #185</a>, + <a href='http://www.fltk.org/str.php?L197'>STR #197</a>) <li>Calling Fl_Text_Display::buffer() with the same buffer would cause an application to lockup (<a href='http://www.fltk.org/str.php?L196'>STR #196</a>) <li>Some of the widgets could crash an application if the @@ -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) |
