From b083119f50f280d47b756c68235fcfdfa05b8f2e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 29 Mar 2002 14:16:03 +0000 Subject: Fix handling of filename matching - wasn't checking the basename of the filename for a match. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2049 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index abd4b10e1..67307d90a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ CHANGES IN FLTK 1.1.0 + - Fl_File_Icon::find() did not check the basename of a + filename for a match; this caused matches for a + specific filename (e.g. "fluid") to fail. - The Fl_Shared_Image class now supports additional image handling functions - this allows you to support additional image file formats transparently. -- cgit v1.2.3