summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-11 14:49:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-11 14:49:51 +0000
commit64859c22f78f736eb9c44e5bd45dbbfafdab24d1 (patch)
treedfc31353ae060200dd0e3dd1f8345edb86929c9d /CHANGES
parent90781ce4280770f05bdeab21bf2c8e268f1b55fc (diff)
Add more widgets from the bazaar...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1571 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index b6658d6a8..191e49314 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,12 +15,12 @@ CHANGES IN FLTK 1.1.0
movement values from Fl::e_dx (horizontal) and
Fl::e_dy (vertical).
- - Added the Fl_FileBrowser, Fl_FileChooser, Fl_FileIcon,
- Fl_HelpDialog, Fl_HelpView, and Fl_Wizard widgets from
+ - Added the Fl_Check_Browser, Fl_FileBrowser,
+ Fl_FileChooser, Fl_FileIcon, Fl_HelpDialog,
+ Fl_HelpView, Fl_Progress, and Fl_Wizard widgets from
the bazaar.
-TODO - Added the Fl_Check_Browser, and Fl_Tree_Browser
- widgets from the bazaar.
+TODO - Added the Fl_Tree_Browser widgets from the bazaar.
- Added 2.0 Fl_Text_Display and Fl_Text_Editor widgets
based on NEdit.