summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-02-29 22:16:11 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-02-29 22:16:11 +0000
commit6d84fa98b7fd806e69ba8860315d7e6083542963 (patch)
treebd617b77717119c3d4aa5c59d0f5f6f3e90fbee9 /CHANGES
parent61f63af5edd72d4183d6e5eafc74d4443e6bde4f (diff)
Fix CTRL+something "-" - wasn't tracking the proper CTRL key
state (STR #264) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3215 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 51dd758dc..493257a7d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.5rc1
+ - Fixed the X11 CTRL + "-" detection code to properly
+ track the state of the CTRL key (STR #264)
- Fl_File_Icon::load_system_icons() didn't support KDE
3.x (STR #299)
- WIN32's scandir() emulation did not allocate enough