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
This commit is contained in:
Michael R Sweet 2001-08-02 16:19:15 +00:00
parent 75b6b221ce
commit eabd932d41
1 changed files with 7 additions and 2 deletions

View File

@ -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.