The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Gtk2-Ex-TreeMaker

0.01    Date/time
        First version, released on an unsuspecting world.
        
0.02 and 0.03
	Lost in the sea of darkness and confusion. Awaiting new light !
	
0.04	Feb 1, 2005
	Lets start getting serious here!
	* First decent release
	* Cleaned up META.yml
	* Cleaned up MANIFEST
	* Added attributes like editable, underline etc.
	
0.05	Feb 4, 2005
	* Added a custom attribute called 'hyperlinked'. The mouse pointer changes when moved over a 'hyperlinked' cell. A specified call-back is called when the cell is clicked.
	* In addition to this custom attribute, any of the attributes of the Gtk2::CellRendererText can also be passed to this widget. (background, editable etc)
	* Added signal handler for 'cell-clicked', 'cell-edited'. Cleaned up the code defining the signal_connect.
	* Cleaned up code in other areas too.
	* Updated documentation.
	* Updated the MANIFEST to include the /examples.
	
0.06	Feb 8, 2005
	* Fixed the issue with the Makefile.pl
	* Added tests (40 of them) to verify the model that is being created
	* (Still to add tests for the UI events, cell-edited, cell-clicked etc)
	* Cleaned up the API for setting the column_names.