CHANGELOG:


version 0.3.5 [01.06. 1999][tom]:
- numbering code changed. Now the various Topics and pages with topics have
  no more theyr real topic_id. Instead they have a "human" number, counted 
  from 1 to n. Even if a topic has been deleted or a question.
- Topic-page output a little bit changed. Now the title looks as follows:
  1. The title (Value of the topic), 2. the navbar, 3. the obligatory <hr>
- bug fixed that caused index.cgi to start counting answers with 0. It's now 1.
- typo corrected in file AUTOR, thanks to Mike Walker!
- wrong call to db->exec in modify.cc corrected, thanks mikkel!




version 0.3.4 [17.03. 1999][tom]:
- a new cgi bin included: delete.cgi. Now it is possible to delete something.
  Note, that all things will deleted recursiv!
- Description of the Clear-Button in some forms changed from "cancel" to "clear",





version 0.3.3 [07.03. - 08.03 1999][tom]:
- Feature added: You can choose if you want images for navigation (on topicpages)
  or text links
- Bug fixed: You can use an apostroph anywhere in the faq-system
- Added: when you insert a new question, the related topic will be displayed.
- there was a bug in index.cc. if the last topic page were created, then it did
  also put a "next" link into it. fixed.





version 0.3.2 [03.03. - 05.03. 1999][tom]:
- the navigation is now on both top and bottom of a topic file.
- the HTML Footer-Template will now also be used for the Index-page.
- some enhancements in the configfile faq.conf:
	- You can now specify the Database host, user and the password
	- You can turn on/off the new script execution(see below)
- answer.cgi is now capable of executing an external script, when a
  question has been answered. See details in the Chapter 4 in INSTALL.
- Pro::back() bug corrected, the link shows now to the correct destination.
- config::check() modified. Now it takes no care, how much lines are in 
  a database instance. For backward compatibility. You can use an old
  faq.conf with the new version.
- index.cgi can now also build an ascii file (.txt)




version 0.3.1 [25.02.1999][tom]:
- added a new rule to Makefile named "dist". by typing make dist, the tar.gz will created
- documention updated
- Now autor, autor's emailadress and the version are in a separate file. these will be used
  by configure to generate "define"s in conf.h

