Release 1.1.2:
  - Fixed Grouplayout issue
    - Fixed JAXB issue
    (Both issues made that 1.1.1 didn't run on jdk1.5)

Release 1.1.1:
  - ESCAPE closes the current tab
  - New FileDiff/DirectoryDiff: pack dialog again after choosing a
      file because the name of the file can be larger than the combobox.
  - Add LGPL license text.
  - BUG 1630226 resolved: Exception when doing compare
  - Use directoryscanner of 'ant' instead of my own. The 'regular expressions'
      of that scanner are more understandable for us mortal humans.
  - Settings are written to an xml-file with JAXB.
  - Settings 'tabsize' and 'show linenumbers' work now.
  - Small icons on tabs. Align icon to the middle of the height.
  - Add a margin between linenumbers and text.
  - BUG Memoryleak : Configurationlisteners where not removed.
       (Listeners are in a WeakHashSet now)
  - BUG Memoryleak : Dispose New/Exit dialogs
  - BUG Memoryleak : JColorChooser has a memory leak. Make it static.
  - Default L&F : Plastic look and feel
  - Change GroupableTableHeader to the old version

Release 1.1:
  New functionality:
  - Innerdiffs (the differences inside a change-delta).
    Are now diffed as words instead as characters. (more human-readable)
  - Show linenumbers in textarea's.
  - Show differences in fileNames (above the editors) in bold.
  - Title of tab can be shorter if both filenames are the same.
  - Initial implementation of directory diff.

  Bugs:
  - Click on RevisionBar below a certain point lets JTextArea paint in
    a strange way.
  - Save file dialog when closing the application with the frame-closebutton.
  - Position on selected line when searching.

Release 1.0:
- First release ever.

