summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-29 22:55:33 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-29 22:55:33 +0000
commita5110a375d35d7212bcf37102b4e63c3865b0940 (patch)
tree99071b69c0ebd676112e27e6fe73934f616eb6c0 /CHANGES
parent1cfc6385dd1def16ce809793ff6358eb69d6f770 (diff)
Don't allow paste inside readonly() input widgets.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2552 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e7fd9cf4e..b782f8db9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
CHANGES IN FLTK 1.1.0
- Documentation updates.
+ - Fl_Output and Fl_Multiline_Output didn't prevent
+ middle-mouse pastes.
- Fl_JPEG_Image didn't compile out-of-the-box with Cygwin
due to a bug in the Cygwin JPEG library headers.
- Fl_BMP_Image still didn't work with some old BMP files.