Revision history for Perl extension Tk::ListBrowser.

0.09  Date 
	- Fixed mistakes in documentation.
	- Fixed forced cell width after changing from list mode to row, column or bar.
	- Fixed whole list being used for cell size calculation in non list modes when hierarchy is activated.
	- Fixed deep recursion at selectionSingle.
	- Removed annoying print statement.
	- Added option -priority for the creation of entries.
	- Added a secondary refresh mechanism.
	- Optimized and speeded up a lot of things.
	- Fixed view being reset after clicking a tree indicator.
	- Fixed scroll region adjustment after filtering.

0.08  Sun May 11 2025
	- Selection is retained when clicking an indicator.
	- Fixed filtering in hierarchy mode.
	- Fixed browsing in hierarchy mode.
	- Fixed -selectstyle simple.
	- Added hierarchy awareness to infoNext and infoPrev.
	- Modified anchor setting when selecting with mouse.
	- Headers can be slided horizontally using the mouse.
	- Implemented filtering on side columns.
	- Created separate Tk::ListBrowser::Entry module, to separate entries from column items.
	- Updated documentation.

0.07  Wed May 07 2025
	- Fixed error in testfile.
	- Fixed package name in Tk::ListBrowser::SelectXPM.

0.06  Wed May 07 2025
	- Fixed missing prerequisite.
	- Fixed redirect of -filterdelay option.

0.05  Wed May 07 2025
	- Fixed POD error.
	- Beautified selection by changing selection area to an image with relief.
	- Selection and anchor span whole window width in list modes.
	- Left and right arrow keys open and close entries in hierarchical mode.
	- Added option '-selectstyle'.
	- Filter entry takes focus when popping up.

0.04  Mon May 05 2025
	- Selection remains intact on refresh.
	- Overhaul of code base.
	- Added columns and headers, hlist and tree arrange mode.
	- Added sorting.
	- Streamlined handling of options.

0.03  Wed Mar 19 2025
	- Deactivated experiment in test file.

0.02  Wed Mar 19 2025
	- Corrected pod.
	- Added option -filterfield.
	- Fixed mouse wheel scrolling.
	- Fixed keyboard navigation when hidden entries exist.
	- Added methods infoFirstVisible, infoLastVisible, infoNextVisible and infoPreVisible.
	- Changed the dash pattern for the anchor.

0.01  Thu Mar 13 2025
	- original version; created on Tue Feb 25 19:15:13 2025 by h2xs 1.23 with options
		-X Tk::ListBrowser