Collapsing Categories Changelog
* 0.8.5 (2009.01.23)
    * fixed settings panel problems

* 0.8.4 (2009.01.15)
    * fixed sql queries, which seems to be working for most people now
    * Got rid of empty quotes in query when no in/exclude is used
    * Added option to list categories, tags, or both

* 0.8.3 (2009.01.08)
    * Refixed settings page for manual usage
    * Changed category query in the hopes that it works for more people

* 0.8.2: (2009.01.07)
    * Added version to javascript
    * not loading unnecessary code for admin pages (fixes interference with
      akismet stats page
    * fixed settings page for manual usage

* 0.8.1 (2009/01/06)
    * Finally fixed disappearing widget problem when trying to add to sidebar
    * Added debugging option to show the query used and the output
    * Moved style option to options page
 
* 0.8 (2008/12/08)
    * fixed javascript bug where thisli.parentNode was null
    * made javascript more flexible so that all collapsing X plugins can share
      more code
    * Now adds default options to database upon activation for use manually
    * styling now done through an option
    * inline javascript moved to footer for faster page loading
    * fixed exclusion/inclusion of multi-word categories

* 0.7.1 (2008/12/01)
    * fixed javascript bug in IE7

* 0.7 (2008/11/22)
    * Cookie handling now affects categories that are expanded by default too
    * Can now be used either as a widget or manually
    * Got rid of the stupid float left from 0.6.6

* 0.6.6 (2008/11/21)
    * Added a float left to .sym css to make it compatible with more themes

* 0.6.5 (2008/11/18)
    * Now uses cookies to keep categories expanded if they have been clicked on

* 0.6.4 (2008/11/10)
    * Fixed a minor bug in with animation option not being properly set by
      default

* 0.6.3 (2008/10/03)
    * Added option to animate expanding and collapsing
    * Added option to add rss feeds for each category

* 0.6.2 (2008/09/11)
    * Fixed display of expand and collapse symbols when using images
    * Improved font handling and styling of text symbols

* 0.6.1 (2008/09/01)
    * Improved styling so that collapsing and expanding symbols use a
      fixed-width font, but category names do not
    * When using the option to have category names trigger expansion, and not
      showing posts, categories with no subcategories now link to the category
    * Added option to use images instead of html for collapse/expand characters
    * +/- now uses UTF-8 encoding instead of html entities (may not work for
      pages not encoded in UTF-8
    
* 0.6 (2008/08/27)
    * Can have multiple instances of widgets, each with separate options
    * No longer works as non-widget
    * All options are stored in one database row
    * Added more sorting options
    * Added option to include or exclude certain categories
    * Added option to expand certain categories by default
    * Added option to have category names either link to category archive or to
      activate expanding and collapsing

* 0.5.10 (2008/08/20)
    * minor bug fix. Fixed option to optionally show pages

* 0.5.9 (2008/08/07)
    * minor bug fix - added space before category count
    * Added option to sort by category (term) order
    * Added option to sort by category (term) count (note that it sorts by the
      count of the parent category, so categories with many subcategories, but
      not many posts themselves will be out of order
    * Added option to sort posts within categories

* 0.5.8 (2008/06/15)
		* bug fix - category description now correctly appears in title attribute
		  if there is a description for a given category
    * implemented a few more changes to work towards internationalization

* 0.5.7 (2008/05/23)
    * fixed misnamed class in javascript (collapsArch -> collapsCat)
    * added font-family definition to css to make it monospace for +/- 
    * added another option with brackets around the +/-

* 0.5.6 (2008/05/23)
    * fixed bug such that subcategories would not display the expand and
      collapse icons
    * fixed bug that categories with subcategories that have posts, but do not
      have posts themselves will be displayed
    * Thanks to [Andy] (http://www.onkelandy.com/blog) for both of these bug
      notices

* 0.5.5 (2008/05/19)
    * fixed bug - html now validates when not displaying posts
    * new option - choose between arrows or +- for expanding and collapsing
    * tweaked exclude option to function better with collapsing archives

* 0.5.4
    * fixed bug - was using hard-coded wp_ prefix in one SQL query. 
      Now using $wpdb-> instead

* 0.5.3
    * count is now correct for all subcategories

* 0.5.2
    * Added option to exclude certain categories
    * Added option to sort categories by slug

* 0.5.1
    * options in widget seem to work now
    * removed duplicate entries due to tag + category

* 0.5
    * Added option to not show posts
    * Added option to change title in widget
    * Now is condensed into one plugin

* 0.4.4
    * using unicode number codes in css stylesheet
    * fixed bug with duplicate entries in subcategories

* 0.4.3
    * nicer list indenting
    * re-fixed permalink bug introduced sometime after version 0.3.5

* 0.4.2
    * fixed bug with extraneous <ul>

* 0.4.1
		* fixed bug with get_sub_cat definition problem in WP 2.5. Looks like it
		  had something to do with nested functions maybe

* 0.4
    * Verified to work with wordpress 2.5
    * Now has custom styling option through the collapsCat.css stylesheet
    * updated screenshots
    * moved javascript into collapsArch.php and got rid of separate file

* 0.3.7
    * strips html tags from post titles now

* 0.3.6
    * Fixed bug introduced in version 0.3.5 where all links in a category
      pointed to the same post

* 0.3.5
    * Now links should work with all sorts of permalink structures. Thanks to
      Krysthora http://krysthora.free.fr/ for finding this bug

* 0.3.4
    * Added option to sort categories by id or name

* 0.3.3
    * fixed bug in headers when collapsArch is not loaded
    * fixed a few minor markup issues to make it valid xhtml

* 0.3.2
    * posts now have the class "collapsCatPost" and can be styled with CSS.
      Some styling has been added in collapsCat.php
    * removed list icons in front of triangles

* 0.3.1
    * Added option to make post links to index.php, root, or archive.php, like
      collapsing-archives
    * Fixed link to category listings

* 0.3
    * Now uses only 2 database queries instead of 1 + 2*(count(categories))
    * Now supports infinite levels of subcategories

* 0.2.2: 
    * Added option to show pages in list or not

* 0.2.1: 
    * Added collapsing class to <li>s with triangles for CSS styling
    * Added style information to make triangles bigger and give a pointer
      cursor over them
    * Added title tags to triangles to indicate functionality
		* Checking whether some of the same functionality from collapsing-archives
		  has already been loaded (for example the javascript file) in order to
		  avoid redundancy

* 0.2: 
    * Changed name from Fancy Archives to Collapsing Archives
    * Changed author from Andrew Rader to Robert Felty
    * Added triangles which mark the collapsing and expanding features
      That is, clicking on the triangle collapses or expands, while clicking
      on a month or year links to the archives for the said category.
      This uses html entities (dings) instead of images, for a variety of 
      reasons
    * Lists the titles of posts, instead of just listing subcategories
    * Removed the rel='hide' and rel='show' tags, because they are not xhtml
      1.0 compliant. Now uses the CSS classes instead
		* MOST IMPORTANTLY -- is compatible with both the pre 2.3 database which
		  uses categories, and the 2.3+ database structure which uses the tag
		  taxonomy

---------------------------------------------------------------------------

Fancy Categories Changelog

0.1:
	Initial Release
