From eee3897e19d58e23b29fabea28d65ccbe1395e4a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 20 Mar 2005 04:25:13 +0000 Subject: [PATCH] Changelog update. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4143 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 4d2b1f875..176977b8c 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,8 @@ CHANGES IN FLTK 1.1.7 current selection. - FLUID now tracks the current state of the widget bin and overlays. + - Now fill the widget image paths with relative + filenames. - Fixed frame drawing of Fl_Text_Display (STR #762) - Fl_Clock_Output::value() did not return the previously set value (STR #748)