summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-02 16:19:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-02 16:19:15 +0000
commiteabd932d4171fa72cb83e822e8e7202f9fc97bb3 (patch)
tree431b76919e493fd6c6b1f1e12becb9a862e23b74
parent75b6b221ce1c88905b1485f0e25ab3880982efc4 (diff)
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
-rw-r--r--CHANGES9
1 files 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.