summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2003-05-28 16:38:09 +0000
committerMatthias Melcher <fltk@matthiasm.com>2003-05-28 16:38:09 +0000
commit0753014e309d94f28a04893fddb25f175417b8af (patch)
tree15057a8596d5e5a14fbbf02e914d70edc1b4b2fa /CHANGES
parent5ccb6afda8e50a7ac17c318defe57eaeb136c97d (diff)
fl_filename_list returns -1 now (Win32) if it was called with
a non-existing directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3014 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 fd5037486..bacf5ab34 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.4
+ - fl_filename_list returned 0 on Win32 if no directory
+ existed (STR #54)
- Pressing 'home' after the last letter in a Text_Editor
would move the cursor to pos 0 (STR #39)
- Fl::get_key(x) would mix up Ctrl and Meta on OS X (STR