Changes seen from the users point:
----------------------------------        
o A bug in the quickindex element is now fixed. The bug was
  the reason why the scrollbar became very huge sometimes.

o If an error ocour while generating, the dialog box will now
  write page 1 -> page 2 -> page 3 instead of /page1/page2/page3

o A "How to use the output" button has been added to the
  window, which shows the generated code
o Fixed a bug, which caused the file-directory browser not to work in
  tk4.2 installations.
o Fixed a bug, which made the ".." entry in the file-dir browser go to
  /home, if a ~ was in the directory name, even if /home wasn't the
  actual parent directory.
o The FillOut widget has be expanded from only being an entry, to a
  textbox. (Need by the procmail module)
o Now the middle mouse button (paste) works for fillouts.        

Changes seen from the module programmer:
---------------------------------------
o If the first 2 characters in module(overAllDesc) is
  #!, a comment isn't add to the first line. This makes it possible
  to write a script (needed by the ipfwam module

o The variable module(onlyGenerateAll) has been added

Internal Changes:
-----------------         
o A bug has been fixed, which caused the reference of
  variables across pages didn't work for fillouts. (needed by the
  procmail module)
o Now the function createDir can handle ~
