From 45658d7c0fa768c50f5d7fa179013833f5503a76 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 17 Nov 2001 16:37:48 +0000 Subject: Add fl_beep() function. Don't allow non-int/float text to be pasted into an Fl_Int_Input or Fl_Float_Input widget. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1690 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3e82d8572..7f8833d23 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ CHANGES IN FLTK 1.1.0b6 - Documentation updates... - The configure script now works within the CygWin environment. + - Added new fl_beep() function to do audible + notifications of various types. + - Fl_Float_Input and Fl_Int_Input no longer accept + pasted text that is not a floating point or integer + value. - Implemented the Fl_File_Icon::load_png() method. - The Fl_File_Icon::load_system_icons() method now supports KDE 2.x icons. -- cgit v1.2.3