Version 1.0.6 (2002/08/14)
-------------
Authors: Andre Kaplan, Alexander Maryanovsky
- Improved layout of BufferSelector buttons
- Improved tooltips placement


Version 1.0.5 (2002/02/23)
-------------
Authors: Mike Dillon, Andre Kaplan
- Updated for the jEdit 4.0 Toolbar API


Version 1.0.4 (2002/01/15)
-------------
Author: Andre Kaplan
- Fixed BufferSelector option pane name


Version 1.0.3 (2002/01/12)
-------------
Author: Andre Kaplan
- Updated for jEdit 4.0pre3
- Removed support for jEdit 3.1


Version 1.0.2 (2002/01/09)
-------------
Author: Andre Kaplan
- Switched to Ant and DocBook
- Better layout of BufferSelector buttons


Version 1.0.1 (2001/06/01)
-------------
Author: Andre Kaplan
- Updated for jEdit 3.2pre2 View component hierarchy (StatusBar)
- Compatibility with jEdit 3.1final
- Moved java source files to the bufferslector package


Version 1.0 (2001/01/01)
-----------
Author: Andre Kaplan
- Updated for jEdit 3.0


Version 0.15.6 (2000/11/21)
--------------
Author: Andre Kaplan
- Updated for jEdit 2.7pre2 View component hierarchy


Version 0.15.5 (2000/11/18)
--------------
Author: Andre Kaplan
- Lowered jEdit requirements: should work with jEdit 2.6 final and 2.7pre1
- Doc updates


Version 0.15.4 (2000/11/12)
--------------
Author: Andre Kaplan
- Updated for the jEdit 2.7pre1 View component hierarchy
- New Buffers' states icons (Buffer.getIcon())


Version 0.15.3 (2000/09/07)
--------------
Author: Andre Kaplan
- Bug Fix release: View was not properly repainted when Buffer's state changed


Version 0.15.2 (2000/09/05)
--------------
Author: Andre Kaplan
- Adapted BufferSelector to the jEdit2.6pre5 View component hierarchy
  (StatusBar and CommandLine)


Version 0.15.1 (2000/09/03)
--------------
Author: Andre Kaplan
- Buffer Selector was not properly repainted when a Buffer was closed


Version 0.15.0 (2000/06/30)
--------------
Author: Andre Kaplan
- BufferSelector can be displayed as toolbar
- BufferSelector.handleMessage did not test EditPaneUpdate's views correctly


Version 0.12.0 -> 0.14.0 (2000/06/18)
------------------------
Author: Andre Kaplan
Added a BufferSelectorOptionPane:
- BufferSelector can be enabled by default
- BufferSelector buttons min and max width can be controlled.
- BufferSelector buttons font size can be controlled

BufferSelector is placed just below the new StatusBar (since 2.5pre2):
some extra work was necessary since BufferSelector benefitted from the empty
place at the SOUTH of the View before StatusBar was moved there.

Removed the RowLayout in favor of the standard GridLayout. The original
behaviour of BufferSelector stays (almost) intact.

BufferSelector acts on the active (read focused) EditPane (when the View is
split)


Version 0.11.0 (2000/05/02)
--------------
Author: Andre Kaplan
Added enabled by default option
Reduced all hgaps/vgaps to reduce Buffer Selector size to a maximum


Version 0.10.0 (2000/04/09)
--------------
Author: Andre Kaplan
Revived from the dead for jEdit 2.4pre4...
Was broken since jEdit 2.2pre6


Version 0.92
------------
BufferSelector used the event system in such a way that it would
cause problems when more than one view was opened. This is now fixed.

The BufferSelector wasn't repainted properly when a buffer was
closed. This is now fixed.

The change-buffer action has been removed because it is no longer
necessary.


Version 0.91
------------
Changed the image loading method: images are now loaded from inside the
plugin's jar file.

Updated README.txt to explain how to customise button sizes.


Version 0.9
-----------
First released version
