Things that have to be done in the near future:

Translations:
	* use of the *intlmsg* function in every place
	* translation in the different languages

Forms:
	* query widget: return value of the open procedure that shows if the
	  query finished with or without error (good for error handling)
	* new widgets
	* pack and grid arangements
	* convert more widgets to BWidgets
	* create new "formdata" column in the pga_forms table to store the
	  formdata separately from the formsource. The formdata can be
	  easily lost.

Open database form:
	* list of the available databases and let the user choose one

Reports:
	* add grouping and sorting

Syntax highlight:
	* refresh highlight on insert or delete

Visual Query Builder:
	* needs to be adopted by someone and kept up-to-date

Icons:
	* add more of them across the app for a more consistent look

Library procedures (that can be used in the pgaccess API):
	* sort of API::intlmsg for multiple language support (pga_ml_main,
	  pga_ml_translations table?) with -quiet/noquiet switches to alert
	  when translation is not found
	* multilanguage help files support (pgaccess style)

Other features:
	* short label for the new/open/design/... icons that can be hidden
	  eventualy
	* support for other postgresql objects:
		- triggers
		- aggregates
		- foreign keys
		- ?
	* drop database support
	* respect user preferences, pg/pga tables, fonts, etc.

Functions:
	* run function after setting up the parameter list.
	* copy functions

Documentation:
	* source code documentation
	* API documentation
	* tutorials

Other:
	* separate the required packages from the source and create
	  dependencies
