summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-14 18:19:00 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-14 18:19:00 +0000
commit8025bf725102c67f863df036392d118549bd2125 (patch)
treebcf0f3218fa54c470f36c32b574c1aa1122a3ef3 /CHANGES
parent1be87f079822357313700f2003671c69ff9efbec (diff)
Fl_File_Chooser::value("foo") now checks if the pathname is a directory
and doesn't strip the trailing one if so. Fl_File_Chooser::value(n) now returns a directory name without the trailing slash. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2527 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2d23d0247..dbdebf926 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.0
+ - Fl_File_Chooser::value() would return directories with
+ a trailing slash, but would not accept a directory
+ without a trailing slash.
- When installing shared libraries, FLUID is now linked
against the shared libraries.
- MacOS: missing compile rule for .dylib files.