Most recent changes to perldisk
-------------------------------
v1.53 --
Modified driveList() to support both kernel-2.4 and kernel-2.2
(/proc/partition 's format has been changed)
--------
--------
v1.52 --
Support Apple_Bootstrap
Now set Japanese message with LANG environment variable
--------
--------
v1.51 --
Perldisk is now I18n-ized :-)
Modified perldisk.pl and partmap.pm for problems
        with Japanese version of Drive Setup
--------
--------
v1.5 ---
Added key press signal watching for add window spin button entry.  Which allows
	for input of 44M or 1G to expand MB or GB into blocks.
--------
--------
v1.4 ---
Changed block size reporting Add window to be spinbutton, so users can input
	a number themselves, and also use pg up/down and arrows for size change
Added highlighting of initial drive at startup
Changed default type of added partitions to "Apple_UNIX_SVR2"
Added Help button
--------
--------
v1.3 ---
Added a fix to Setting Type to HFS where the MacOS wouldn't recognize
	Apple_HFS partitions created by perldisk as valid.
--------
--------
v1.2 ---
Added the capability to place Apple_Free partition in incomplete maps(per haas)
Fixed one Filehandle that wasn't getting closed
--------
--------
v1.1 ---
Lots of fixes to linked list stuff to fix delete partition combining
Everything else to get it to this point
--------
--------
v1.0 ---
Rewrite of most methods to accomidate for dpme.pm functionality.
Added combineFree to combine adjacent Apple_Free partitions after delete
Add Drive Summary Info when no data for free and percent yet

A write partiton map entry function and a write map
Combine Apple_free Extras next to each other into one partition after delete
Added funtionality of switching to different drive map in partition area (DONE)

Passed all Filehandles as references instead of assuming global
Rewrote partmap.pm to be dpme.pm and partmap.pm.
	- dpme.pm is partition map entry object
	- dpme object contains two linked lists, disk_order and base_order
	- reading partition map inserts data into lists like butter
	- correct output now with this instead of ghost partitons showing up
------------------
