	20.03.2002
* New: Version 0.3.4
	02.03.2002
* New: Enhance Component documentation
* New: External Connectors are rotatable now
* Fix: I18n problem in Component dialog if default button is pressed
* Update: French translation from Aurelien Jarno. Thanks!
* Update: German translation.
	24.02.2002
* New: Component documentation
* New: Component SimulationTime and TickTime
* Change: ClockGeneratorView has a smaller size
* New: Function getValueText() in Connector classes
* Change: Function getCurrentData() in WireProperty classes is const now
* New: ComponentListView & KSimEditor with component help menu item
* New: Components in UserView are hideable.
	18.02.2002
* Fix: ConnectorPack renames also existing connectors
* New: ConnectorPropertyWidget will be deleted if the according connector is deleted.
* New: KSimDoubleSpinBox with alignment adjust
* New: PropertyWidget reactivate destructor
* New: Component and ComponentAddOn have a new virtual function menuExecuted (call by KSimEditor)
* New: KSimWidgetList has new function getActiveWidget
	04.02.2002
* Change: Version 0.3.4.cvs
* New: Improve class KSimDoubleEdit	
* New: KSimEditor event filter fetches key press and release events
* New: Store size of  Package Files Widget
* New: Brazilian portuguese translation from Renato Arruda. Thanks!
* New: Floating Point connectors and wire
	23.01.2002
* Change: Version 0.3.3
	22.01.2002
* Fix: draw Module (caused by changes from 13.1.02)
* Fix: some grid issues
	21.01.2002
* New: German translation
* Fix: not translateable code
	20.01.2002
* New: French translation from Aurelien Jarno. Thanks!
	19.01.2002
* Fix: ClockGenerator ugly print view
* New: Add print function
* New: Store current document position and restore it after loading
	14.01.2002
* Fix: Boolean1OutPropertyGeneralWidget fix tool tip
* New: BooleanButton with selectable font (uses ComponentStyle)
* New: ConnectorPropertyWidget hides the "settings" widget if the widget does not contains childs.
* Fix: ComponentStyle and ComponentPropertyStyleWidget fix color adjustment and storing
* Fix: CompViewHBox fix color adjustment if widget is inactive
* New: CompViewWidget add color an font adjustment
	13.01.2002
* New: Improve rotate support
* New: Rotatable user interface components
* New: Boolean Led is in schematic rotatable.
* New: Gates (not GUI objects) are rotatable now.
* New: Wire cursor (Thanks for design to Marika Nitscher)
* New: More sensitive cursors at the editor
	06.01.2002
* New: Delete option for components
* New: Schematic and User Interface resize dialog
* Fix: Past large component parts into small Schematic and User Interface views.
* Fix: Schematic and User Interface resizing bug.
* Change: Version 0.3.3.cvs
	05.01.2002
* Change: Version 0.3.2
* Fix: Beautify examples
* Fix: Install directories are selectable with configure options. Thanks to Dominic Sacre the bug message.
* New: Command line option --simpleVersion returns only the KSimus version.
	03.01.2002
* Fix: i18n problems with Boolean1Out, BooleanLed, ClockGenerator, ExtConnBoolIn, ExtConnBoolOut
* Change: Connectors uses a translated (for the user) and a untranslated (for files) name.
* Fix: Class Module: Rename the ambiguous function getContainer() to getModuleContainer().
* New: Class CompContainer stores the serialNumber in the document.
* Fix: File library.cpp causes the error "Fatal error: you need to have a KInstance object before ..."
  on some machines. Sorry! Thanks to Dominic Sacre for this fast fix :)
* New: Class Library supports translation catalogue of the packages.
	02.01.2002
* New: Font property in classes ComponentStyle, ComponentPropertyStyleWidget, CompViewHBox and CompViewVBox
* Change: Constructor ComponentStyle
* Change: BooleanLed because changes in ComponentStyle
* New: member function KSimData::hasKey
	30.12.2001
* Fix: The Module View had not accept last text input if you click after that on a checkbox.
  (Cause: A click on a checkbox or radiobutton with default focus policy leave the (key) focus unchanged.
   In this case the line edit does not receive a focus out event).
* Fix: Speedup document loading
* New: Progress bar during loading
* New: Classes ComponentStyle, ComponentPropertyStyleWidget, CompViewHBox and CompViewVBox for
  UI components. New properties foreground and background color and selectable frame.
* Change: BooleanLed with user defineable foreground and background color. Frame hideable in user interface.
* Change: Version 0.3.2.cvs
	29.12.2001
* Change: Version 0.3.1
	28.12.2001
* New: Improve interface to loadable package.
* Change: Use libltdl instead of libdl for loading packages
	25.12.2001
* Change: Connector class constructors uses "const QString &" instead "const char *" for name
* Change: Unique feature of ComponentAddOn is now selectable
* Change: ConnectorLabel does not use unique feature of ComponentAddOn
* Change: ConnectorPropertyDialog inherits ComponentItem (Code reuse!).
* Change: Beautify Property Check error mesg.
* Fix: Avoid unnecessarily debug messages from KSimEditor::wirePopup(...).
* Fix: ConnectorPack::setConnectorCount(...) delete allway connector bug
* New: ConnectorPack::getNumberOfDeletableConnectors() and getNumberOfNotDeletableConnectors()
* Change: ConnectorPack::getDeletableConnector() is not longer virtual.
* New: KSimBaseUIntLineEdit and KSimBaseUIntValidator
* Change: ComponentPropertyBaseWidget inherits ComponentItem. Remove old code.
* Change: ComponentPropertyDialog inherits ComponentItem.
	23.12.2001
* New: Add tool tip and what's this to ClockGeneratorPropertyWidget.
* New: Add some helper functions for tool tip and what's this to PropertyWidget
* New: Add new classes which provides a common interface to data objects KSimTypeBase and KSimTypeTemplate
* New: Add new data classes KSimInt, KSimUInt and KSimBaseUInt
	21.12.2001
* Change: Remove debug message from ComponentBlockLayout
* Change: ComponentBlockLayout justify text output
* Change: Remove debug message from ConnectorLabel
* Fix: include file in KSimBooleanBox
* Fix: Component deletes connectors in m_connList
* Fix: Rearrange deleted items in the Component destructor
* Fix: ComponentAddOn self deleting
	19.12.2001
* New: classes DoubleLayout, ComponentBlockLayout and ComponentControlBlock
* Fix typo
* Change: Better accept/default/cancel mechanism for PropertyWidget. The virtual slots are splitted
  up to one virtual function and one slot.
	17.12.2001
* New: Boolean1Out has selectable init value for reset state
* Fix: Truncate bug. Caused by the getWirePos change from 16.12.2001
	16.12.2001
* New: ComponentAddOnList::~ComponentAddOnList removes items from last to first.
* Change: ConnectorBase::getWirePos returns the position one grid "in front" of the connector.
* Change: ConnectorBase::draw draws connected connectors one grid longer.
* New: Remove mechanism for component layouts
* Change: New handle style for resizeable components.
* Change: Use default background color in the user view (KSimEditor)
* Fix: Status bar handling for help messages (KSimEditor)
	12.12.2001
* New: function KSimTimeServer::getTime()
	09.12.2001
* New: Template class for boolean components Boolean1Out and BooleanXIn1Out
* Change: BooleanAnd uses BooleanXIn1Out as base class
* Change: BooleanButton uses Boolean1Out as base class
* Change: ComponentLayout and friends
  - Replace most int with unsigned int
  - function parameter getSize()
* New: ConnectorBase::setGridPos(int,int)
* Remove: ConnectorBoolOut has not a reset state anymore.
* New: Add tool tip and what's this to ConnectorPropertyWidget
* New: Add tool tip and what's this to ComponentPropertyGeneralWidget
* Remove: Remove debug messages from ComponentListView
* New: Boolean input widget KSimBooleanBox
	05.12.2001
* Change: Improve Fold/Unfold mechanism of the component supplier.
* New: ComponentPropertyInfoWidget::getGrid() and ComponentPropertyGeneralWidget::getGrid()
* New: Component::createGeneralProperty(...) and Component::createInfoProperty(...)
* New: Improve connector delete mechanism.
* New: ConnectorBase::signalInitPopupMenu(QPopupMenu * popup)
* Change: ComponentLayout accepts as parameter a CompView instead a Component object
* Change: BooleanAnd because changes of ComponentLayout
* New: Speed up BooleanAnd::calculate()
* Change: ConnectorPropertyWidget::ConnectorPropertyWidget(...) label format
* Change: LogListDialogWidget::initView() label format
* Change: ComponentPropertyGeneralWidget::ComponentPropertyGeneralWidget(...) label format
* Change: ComponentPropertyInfoWidget::ComponentPropertyInfoWidget(...) label format
	02.12.2001
* ComponentAddOn have now a name. This name must be unique within a component.
* BooleanAnd: The AND/NAND has a variable count of connectors. Unfortunately this breaks
  the document compatibility.
* Change default setting of ConnectorBase: The connectors are not able to hide.
* ConnectorBoolInEdge: Change function setEdgeSensitive. Now it has a second parameter
  which set the setting as a default setting. The function setInitEdgeSensitive is obsolete
  and is removed.
* ConnectorPropertyWidget: Show entry hide only if the connector is able to hide.
* New class ComponentLayout: This class is a component add on and arranges the connectors
  and resize the component view.
* New class ConnectorPack: This class handles multiple connectors. It places the connectors
  and add a add and a delete entry to the popup menu.
	25.11.2001
* Finish connector hide functionality.
* Open the right connector entry at the ConnectorPropertyDialog,
  if the user opens the connector property dialog. Before this change
  the first connector entry was opened.
* Change some functions from protected to public (some layout functions).





