From eabd932d4171fa72cb83e822e8e7202f9fc97bb3 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 2 Aug 2001 16:19:15 +0000 Subject: [PATCH] Changelog update. Also forgot: FLUID updated to support source/header files starting with "../" (previously it thought these indicated an extension) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1518 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 6091608fb..eb8cb54f6 100644 --- a/CHANGES +++ b/CHANGES @@ -14,8 +14,10 @@ TODO - Added keyboard navigation to all widgets. PARTIAL - Added support for mouse wheels using the new FL_MOUSEWHEEL event type. -TODO - Added the Fl_Check_Browser, Fl_FileBrowser, - Fl_FileChooser, Fl_FileIcon, Fl_HelpDialog, + - Added the Fl_FileBrowser, Fl_FileChooser, and + Fl_FileIcon widgets from the bazaar. + +TODO - Added the Fl_Check_Browser, Fl_HelpDialog, Fl_HelpView, Fl_Tree_Browser, and Fl_Wizard widgets from the bazaar. @@ -47,6 +49,9 @@ TODO - Updated configure stuff to support shared libraries TODO - Symbol labels can now contain regular text and Fl_Browser font and color controls. + - FLUID now supports relative filenames for the source + and header files you generate. + - Fl_Menu_Item::add() didn't use the flags that were passed in.