2010-04-12  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Move new database libraries into AWL

2010-04-01  Andrew McMillan  <andrew@morphoss.com>
	* [classEditor] Tidy up logging.
	* [DataUpdate] Merge sql_from_post() and sql_from_object().

2010-03-21  Andrew McMillan  <andrew@morphoss.com>
	* [PgQuery] Add forward compatibility rows() method.

2010-03-18  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Provide a better deprecation indication.
	* [iCalendar] Add explicit need for PgQuery and mark stuff deprecated.

2010-03-10  Andrew McMillan  <andrew@morphoss.com>
	* Switch to LGPL v3 license.

2010-03-08  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.42
	* [XMLDocument] Return any created node. Also parse namespace in tag.
	  These functions are much more useful if we can actually use any
	  returned reference as another location within a document, so we
	  can have a hold of the root, and then add within each new tag
	  we add, supporting outer -> inner construction approaches along
	  with the existing inner -> outer approach used currently.

2010-03-07  Andrew McMillan  <andrew@morphoss.com>
	* Note that the iCalendar class is DEPRECATED.
	* Don't try to translate null/empty strings.

2010-03-05  Andrew McMillan  <andrew@morphoss.com>
	* Add a PostToValues() method to update form data from POST.

2010-02-23  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.41
	* [classEditor] Make Create/Apply form translatable.
	* [User] Yes/No should be translatable.

2010-02-18  Andrew McMillan  <andrew@morphoss.com>
	* [PgQuery] Don't log connection string on error as it may expose the password.

2010-02-17  Andrew McMillan  <andrew@morphoss.com>
	* [DataUpdate] Translate empty string to NULL for bitfields.

2010-02-16  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Add support for a legacy plain MD5 password hash

2010-02-01  Andrew McMillan  <andrew@morphoss.com>
	* Move editor widget class into standard libraries.

2010-01-30  Andrew McMillan  <andrew@morphoss.com>
	* [MenuSet] Remove deprecated backward compatibility with PHP4.
	* Comply with E_STRICT and friends.
	* [PgQuery] Make duration() conditional in case it is defined elsewhere.

2009-12-28  Andrew McMillan  <andrew@morphoss.com>
	* [XMLElement] Make all properties protected, provide __tostring()

2009-12-27  Andrew McMillan  <andrew@morphoss.com>
	* [XMLDocument] Fix for NS helpers assigning used NS alias.

2009-11-22  Andrew McMillan  <andrew@morphoss.com>
	* [classBrowser] Add a Title() get/set method.
	* [AWLUtilties] Support precision in type names.

2009-11-17  Andrew McMillan  <andrew@morphoss.com>
	* [XMLElement] Looking for the xmlns attribute should return it.

2009-11-14  Andrew McMillan  <andrew@morphoss.com>
	* Remove opportunity for unassigned value warning.
	* [XMLElement] Allow the GetElements() method to be called with no tag.

2009-11-11  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] More generic implementation of request_headers.

2009-11-03  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Comment a bunch of debugging messages.

2009-10-30  Matthias Mohr  <Matthias@Mohrenclan.de>
	* Add translation features.

2009-10-20  Andrew McMillan  <andrew@morphoss.com>
	* Restructure the external link handling.
	* Add an option for links to open in a new tab/page.

2009-10-16  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Allow username/e-mail for forgotten password to be case-insensitive.

2009-09-25  Andrew McMillan <andrew@morphoss.com>
	* [DataEntry] Remove uninitialised warning possibility.
	* [XMLDocument] Remove uninitialised warning possibilty.
	* [iCalendar] Remove deprecated function.  Add some convenience methods.
	* [classBrowser] Add new replaceable variable for row even/odd ness.

2009-09-07  Andrew McMillan <andrew@morphoss.com>
	* [AWLUtilities] Add a fix_latin() function to convert mixed charset into UTF-8.

2008-08-25 Andrew McMillan <andrew@morphoss.com>

	* [PgQuery] Extend clean_string to recurse through an array.
	* [DataUpdate] When value for an integer is null or empty string, use db NULL.

2009-06-25  Andrew McMillan <andrew@morphoss.com>
	* [PgQuery] Add the ability for PgQuery to search a non-default schema.

2009-06-22  Andrew McMillan <andrew@morphoss.com>

	* Release 0.37
