2011-02-23 Heath Harrelson <heath.harrelson@gmail.com>
	* Tag verison 2.1.1

2011-02-22 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Possible fix to unbreak PHP4 sites.

2011-02-19 Heath Harrelson <heath.harrelson@gmail.com>
	* readme.txt: Attempting to fix weirdness in the plugin's page.

2011-02-18 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 2.1.0

2011-02-18 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Enable i18n initialization.
	* lang/flexo-archives-widget.pot: Initial gettext template.

2011-02-18 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Apply archive query filters that may
		have been set by other plugins.

2011-02-17 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Fix a missed translatable string.

2011-02-16 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget_php: Refactor into a class.
		Add rudiments of I18N support.

2011-02-15 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 2.0.3

2011-02-15 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Refactor to enable standalone function.
		Implement standalone function usable in non-widgetized themes.
		Add options page to enable standalone function.
	* readme.txt: Update stable version, description, installation, history.

2011-02-14 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Change comment style to match other plugin.

2011-02-10 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Fixed typo in uninstall function.

2011-02-10 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Use WP_PLUGIN_URL constant to build
		the script URL instead of determining it ourselves. The 
		old way was only required for old versions of WordPress.

2011-02-09 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 2.0.1

2011-02-05 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Add nonce field to settings form,
		nonce check when form submitted.

2011-01-24 Heath Harrelson <heath.harrelson@gmail.com>
	* readme.txt: Improve wording.

2011-01-23 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 2.0.0

2011-01-23 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Refactor to not use nested functions.
		Remove support for ancient versions of WordPress.
		Add option to animate list expansion using jQuery.
		Increase version number.
	* flexo.js: Rewrite to use jQuery.
	* flexo-anim.js: Added. JavaScript for animated list expansion.
	* readme.txt: Update latest WordPress tested.
		Update stable version, description, installation, history.

2008-12-19 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 1.0.13

2008-07-25 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 1.0.12

2008-07-25 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Change the plugin URI.
		Bump version number.
	* readme.txt: Update latest WordPress version tested.
		Updated stable version, description, installation, history.

2008-04-17 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 1.0.11

2008-04-16 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Modify the widget to use
		wp_enqueue_script to load JS if it's available 
		(tip from planetozh.com). Bumped version number 
		to 1.0.11.
	* readme.txt: Update stable version number.

2008-04-16 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 1.0.10

2008-04-16 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Add a description of the widget;
		displays when user is in widget management panel.
		Bump version number.
	* readme.txt: Update stable version number.

2008-04-05 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 1.0.9

2008-04-05 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Bump version number
	* readme.txt: Update version numbers

2007-10-21 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 1.0.8

2007-10-21 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo.js: Change logic to only display one list at a time.
	* flexo_archives_widget.php: Use sprintf in flexo_year_start.
		Bump version prior to tag.
	* readme.txt: Add more tags to widget, hopefully making it
		easier to find. Fix a typo in the FAQs. Add a note
		about how to test if your theme has a problem.

2007-10-20 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 1.0.7

2007-10-20 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo.js: Bugfix for themes that don't set the ID of the 
		widget's root element.  We previously just refused
		to work, but now we find the widget's root using the
		flexo links.
	* flexo_archives_widget.php: Bump version prior to tag.
	* readme.txt: Update version history and stable version.

2007-09-21 Heath Harrelson <heath.harrelson@gmail.com>
	* readme.txt: Update highest compatible version of WP.

2007-09-21 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo.js: Check for themes that don't put the widget's ID
		in the element containing the widget. This keeps us from
		hiding the archive lists and making them unreachable on
		broken themes.
	* readme.txt: Add a FAQ about list colors. Not my fault. Really.
		Update version history and stable version.

2007-08-28 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Change flexo_year_start() function
		to provide the yearly archive links with an id and bump
		version. More work to make it easier to keep track of 
		which lists are expanded using a cookie.

2007-08-28 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo.js: Rearrange logic to use the flexo link as the element
		that list expansion / contraction operates on. This 
		will make it easier to keep track of which lists are ex-
		panded using a cookie. Rename toggle() to setDisplay().
		Add isFlexoLink(), isListElement, setStateForListWithLink().

2007-08-24 Heath Harrelson <heath.harrelson@gmail.com>
	* readme.txt: Add version history.

2007-08-23 Heath Harrelson <heath.harrelson@gmail.com>
	Tag version 1.0.4

2007-08-22 Heath Harrelson <heath.harrelson@gmail.com>
	* flexo_archives_widget.php: Use the WordPress install URL rather
		than the blog URL for the JS file to accommodate users who
		don't install WordPress into the root of their site.

2007-08-18 Heath Harrelson <heath.harrelson@gmail.com>
	* readme.txt: Add note about breakage previous to 1.0.3

2007-08-18 Heath Harrelson <heath.harrelson@gmail.com>
	* readme.txt: Bump current rev, fix typo in name of zip file.
	* flexo_archives_widget: Determine the name of the plugin's 
		directory programmatically, rather than hard-coding it.
		Bump revision.

2007-08-14 Heath Harrelson <heath.harrelson@gmail.com>
	* readme.txt: Update installation instructions and bump current rev.
	* flexo_archives_widget.php: Switch "Flex-o" to "Flexo."

2007-08-12 Heath Harrelson <heath.harrelson@gmail.com>
	Update readme.txt a smidge.

	* readme.txt: Bump highest tested field to 2.2.2.  Also rework the
		description, because I don't think the default archives
		widget is from Automattic.

2007-07-27 Heath Harrelson <heath.harrelson@gmail.com>
	Add a "Click to Expand" hint to the titles of the expandable links.
	This necessitated rearranging the logic a bit, moving the flexo-link
	class from the <li> to the <a> tags.

	* flexo.js: Add a loop to init() to append "Click to Expand" to the title
		of each link; change the logic of clickListener to acommodate the 
		fact that class="flexo-list" is now on anchor.
	* flexo_archives_widget.php: Move flexo-list class to the link.

2007-07-25 Heath Harrelson <heath.harrelson@gmail.com>

	First version that works in IE, Firefox, Safari.  Files added:

	* LICENSE.txt: GPLv2 text
	* flexo.js: JavaScript code needed to expand / contract archives
	* flexo_archives_widget.php: Server-side code needed to query the WordPress
		database and build the archive list.
