summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-17 16:37:48 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-17 16:37:48 +0000
commit45658d7c0fa768c50f5d7fa179013833f5503a76 (patch)
tree28cc5b7cb3313bc3aa1c36a04ad861b6030b9f70 /CHANGES
parentefbe74758f28328ed734735cf0d5a631e7e28193 (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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.