1- cut off names in the listbox that are to long
2done 27Jan95
3	The current behaviour may not be desirable. When browsing through
4	long names these, when highlighted, will be shown with the first
5	characters cut off, when not highlighted the last characters will
6	be cut off.
7
8- look at behaviour of TAB key when browsing through directories.
9done 28Jan95
10
11- make sure the full name of the directory is written to the 
12  "Directory:"-box
13done 28Jan95
14
15- mark current selections in listbox when initializing the listobject
16Idontknow
17- test and use Notify() when checking for error conditions
18ok
19- test overall
20- adapt color of buttons when changing focus to the button.
21done 28Jan95
22- add shade to dialog_fselect()-window
23done 29Jan95
24- add (nn%) indication to lists.
25done 30Jan95
26- add use_helpfile()
27done 13Feb95
28- add use_helpline()
29
30NOTE: apparently there is a bug (or a strange interaction between pkg_manage
31and dialog_textbox) in dialog_textbox. When I use this routine to display 
32the helpfile in display_helpfile() the program gets mysterious segmentation
33faults and bus errors.
34I now use dialog_mesgbox, after I have read the file into a buffer.
35
36
37