30-Nov-2002, version 0.3.22:
---------------------------

		* Fixed GL_UPLOAD module so that uploads now work.
		* Fixed _uploadmanager.html template to display correctly in MSIE 6.
		* New logo	
		* Fixed display error on login box screen.
		* Minor setup fix.
		* Fixed major bug in GL_FUNC::func_addtype. If a user added a blank account type,
		  GnuLedger would no longer function -- accounts would not be displayed on the 
	          chart of accounts, etc. 
		* Added a global message variable in GNULEDGER.pm for the broadcasting of specific
		  messages.
		* Fixed another major bug brought to my attention by Ross Manges. This bug allowed a user
		  to enter a transaction with a blank description which would create an entry that could
		  not be edited or  deleted.
		* Fixed _loginbox.html layout.
		* Fixed bug allowing blank account names to be added.
		* Added code to support transactions on Postgresql systems.
		* Fixed display error in _addtranshead.html -- transfer
		  dropdown box was spaced too much -- would wrap to the
		  next line of the box.
		* Fixed spacing issues in GL_GENERALLEDGER::disp_register.

05-May-2002, version 0.3.21:
---------------------------

		* Hopefully, this will be the last release before
		  0.4.0, but I am not one to call things 0.4.0-pre1 ;-)
                  Remaining tasks include QIF Import, fixing any bugs that may
                  be hanging out, finishing the initial inventory system, a Win32 install,
                  and finished documentation/help files.
		* Cleaned up code for GL_HTML::func_unhash
		* More additions to inventory system (can now display all items)
		* GL_HTML::DebugVar now displays variables in alphabetical order		
		* Added GL_WAP module which allows for limited functionality from WAP-enabled
		  devices (cell phones, PDAs, etc).
		* Restored the _addtype.html file, after it was accidently deleted back in September.
		* Implemented new interface, making use of rounded tables to take the edge off of the
		  boxes.
		* Added GetCSS function in GL_HTML. Allows users to change the GnuLedger interface by
		  modifying its cascading style sheet (GnuLedger-interface/link_styles.css).
		* Disabled Help icon on side pane, as help system is not complete, and the interface
		  should be very straight-forward.
		* Inventory has been put on the backburner for now.
		* Fixed filename/path problems in GL_FUNC::func_export. Export function now works again.
		* Updated unofficial roadmap in TODO.
	

01-Apr-2002, version 0.3.20:
---------------------------

		* Added new setup script from Kurt Telep.
		* Modified copyright notice on _footer.html.
		* Updated INSTALL
		* Added support for different file compression utilities.


10-Jan-2002, version 0.3.19:
---------------------------

		* Fixed several bugs dealing with GL_MODE::act_getacc.
		* Updated setup program.
		* Made code work under both Linux/UNIX and Win32 systems.
		* Fixed date bug in GL_FUNC::func_addtransaction.



25-Nov-2001, version 0.3.18:
---------------------------

		* Added new help files.
		* Replaced Math::Currency with Math::FixedPrecision.
		* Added the ability to import CSV and tab-delimited files (only those
		  exported from GnuLedger, though).
		* Fixed export to order transactions by date rather than by timestamp.
		* Replaced CGI.pm's implementation of cookies with GnuLedger code.		
		* Removed all CGI.pm code.
		* Added a favorites icon for you Konqueror and IE users.
		* Added a balance sheet report. Still needs to have accounts separated
		  based on Asset/Liability. But it's a start!
		* Fixed a problem with the account list on certain screens containing
		  double entries.
		* Fixed another account list display problem.
		* Fixed the apostrophe bug that prevented the editing of transactions with apostrophes in 
		  the transaction description.
		* Fixed display error on create account screen.
		* Fixed bug that prevented GnuLedger to add a created account to a user's permissions.
		* Fixed another account list bug causing GL to display accounts multiple times.
		* Fixed color display error in GL_GENERALLEDGER for
		  disp_register.
		* Fixed background color error in GL_GENERALLEDGER for
		  disp_register.
		* Introduced experimental GL_INVENTORY module to handle inventory... not usable as of yet.
		* Moved GL_INVENTORY and GL_REPORTS into the module control system.
		* Added GL_REPORTS to GNULEDGER.pm, and allowed the setup program to include it as well.


08-Aug-2001, version 0.3.17:
---------------------------

		* Fixed a display bug.
		* Fixed 2 Mozilla display bugs in _searchfield.html and _datefield.html
		* Finally fixed that Internet Explorer authentication bug that's been
		  bugging me for almost a month. [mostly fixed it... still working on it
		  a little.]
		* Fixed display problems where the balance wouldn't show up as red
		  sometimes.
		* Modified the account summary screen to show negative balances
		  in red.
		* Fixed a display/login problem. Users who login and have no preference
		  cookie are now given certain preferences ($var{'regmode'} = 2)
		* Fixed a multiuser problem where other users would get the 
		  balances for ALL accounts on the system, instead of only their
  		  accounts. 
		* Fixed a multiuser problem where account types would be shown when
		  the user had no accounts of that type.
		* Changed the way that GnuLedger connects to the database(s).
		* Added an import utility in Utilities/
		* Fixed a problem with reconciled transactions not remembering their state when
		  other transactions are added AND the filter option is enabled.
		* Added the ability to import 0.3.xx accounts from other databases.
		* Added the ability to import 0.2.xx accounts from other databases.
		* Added the ability to export accounts into CVS, tab-delimited, and
		  plain-text formats.
		* Added a system clean up utility to clean out the uploaded files that
		  are stored in the system working directory (.upl files).
		* Fixed an import problem in GL_ADMIN.pm
		* Added the abililty to export accounts into QIF files for importing into
		  Quicken, Microsoft Money, or GnuCash.
		* Added the abilility to upload files to GnuLedger to import. 
		* Made modifications to GL_MODE and GL_GENERALLEDGER to use integer based
		  math (Math::Currency). 
		* Added an easy setup program.


27-Jul-2001, version 0.3.16:
---------------------------

		* Back from vacation! :-)
		* Added support for multiple users via the setup/administration 
		  screen. Included the ability to assign different permissions for
		  editing, adding, removing, and administration. Also included the
		  ability to restrict the accounts a given user has access to.
		* Removed the help icon next to the account type on the chart of
		  accounts. What good was it anyway? 
		* Added security features. Users are now officially restricted by
		  their permissions.
		* Users can now only see the accounts that they are permitted to.


10-Jul-2001, version 0.3.15:
---------------------------
		* Added session saving to search/view boxes, and their
		  data.
		* Fixed a bug with the search/view buttons not being displayed
		  on some screens.
		* Finished implementation of the reconcile feature.

03-Jul-2001, version 0.3.14:
---------------------------

		* Added a search function to search through transactions based
                  on the description.
		* Added getprefs and setprefs to allow preliminary saving of 
		  session settings.
		* Added a close button to the search box to allow closing of it.
                  The search icon then appears on the side pane as an eye with the caption
                  'SEARCH'

02-Jul-2001, version 0.3.13:
---------------------------

		* Added function to check whether an account exists.
		* Added a warning for entering duplicate accounts.
		* Changed tarbell name/directory name to conform with 
		  Software Release Practices HOWTO. 
		* Added function/interface to view certain portions of the
		  register based on the date.

26-Jun-2001, version 0.3.12:
---------------------------

		* Added delete transaction function.
		* Brought code up to date, functionality wise, with 0.2.xx series (0.3.xx is WAY more stable).
		* Edited the HTML header template to include meta tags to turn off Smart Tags in Internet Explorer 6/
		  Windows XP.
		* Added a utility in ./Utilities to convert from 0.2.xx tables to 0.3.xx tables.

25-Jun-2001, version 0.3.11:
---------------------------

		* Fixed install program to look for duplicate entries, etc.
		* Fixed tables to display correctly under Mozilla, Konqueror, Opera, etc.
		* Implemented the editing of transactions.
		* Fixed small bug with GL_GENERALLEDGER::disp_register.


22-Jun-2001, version 0.3.10:
---------------------------

		* Fixed problems displaying register after creating an account.
		* Added routines to convert _'s to spaces.
		* Created add/delete type functions/screens.
		* Added copyright help/explanation.
		* Rewrote GL_ADMIN display functions.
	
20-Jun-2001, version 0.3.9:
---------------------------

		* Started new changelog for 0.3.xx series.
		* Entire code rewrite from 0.2.xx series.
		* New interface.
		* Broke code into modules.
		* Filed for copyright with US Copyright Office.

13-Jun-2001, version 0.3.8:
--------------------------
		* Fixed a problem with displaying/entering transactions with apostrophes 
		* Fixed various issues with variable names 
		* Added a hyperlink to descriptions if the user has editing permissions 
		* Added initial startup check to make sure that everything's peachy. 
