HISTORY
-------

Version 2.1.4:
- configuration interface
- additional viewmanagers (listspace, workspace, tabview)
- Explorer extended to a class browser
- build.py writes some config info into a file used by eric

Version 2.1.5 (never released):
- debugger related UI code put into DebuggerUI.py
- Search Interface for Helpviewer
- Zoom In, Zoom Out and Copy actions for Helpviewer

Version 3.0.0-a1:
- include project handling
- started source modularisation
- implemented interface to pyuic, pylupdate and lrelease
  (via project browser)
- include qscintilla instead of old sourceviewer
- extend viewmanager to support qscintillas capabilities
- modified preferences to support the new functionality
- included a splash screen (Eric, the Troll)

Version 3.0.0-a2:
- bug fixes in the area of detection of foreign programs
- workaround for a strange PyQt behaviour of self.trUtf8().
  If a subclass doesn't have such a call, the translations
  for the parentclass are not found. Including a dummy call
  in __init__(self) fixes this.
  
Version 3.0.0-b1:
- bug fixes
- a new action to search for new files in the project
  directory and registered subdirectories
- a new layout for the sources tab of the Preferences 
  dialog (Gordon Tyler)
- eric3 remembers its geometry (Hans-Peter Jansen)
- a second layout style for the main window with the shell
  and the log viewer along the bottom border
- configurable font for the editor margins
- somewhat smaller icons (Hans-Peter Jansen)
- possibility to add all py/ui files of a directory to the project

Version 3.0.0:
- bug fixes
- shell has two special commands, reset to restart the Python
  interpreter and clear to clear the shell output
- an additional parameter for the install script to ease packaging 
  (Ralf Ahlbrink)
- non existant files are silently removed from the project file

