Revision history for HTML-LinkList
==================================

0.09 Thu 16 March 2006
----------------------

  * (16 Mar 2006) documentation tweaking

  * (16 Mar 2006) exclude_root_parent
  	Added the 'exclude_root_parent' option, which excludes the root "/"
  path from being counted as a "parent" to the current_url when using the
  'pre_current_parent' and 'post_current_parent' options.
  	This can be useful if you want to use those options but don't
  want the root/Home link to be displayed differently.

  * (16 Mar 2006) prepend_list and append_list
  	Added new options (to 'full_tree', 'nav_tree') 'prepend_list'
  and 'append_list' which enable you to prepend or append a list of links
  to be added to your "top level" as-is.

  * (16 Mar 2006) removed nav_bar
  	Removed the 'nav_bar' function because it was horrible and made
  yucky navbars.  With use of CSS and choice of levels and separators, the
  'nav_tree' should be sufficient, since while the UL list is the default,
  it can be set up to use paragraphs and so on.

0.08 Thu 16 February 2006
-------------------------

  * (16 Feb 2006) top_level option
  Added a new 'top_level' option, useful for starting a navigation
  tree further down its hierarchy.

0.07 Thu 02 February 2006
-------------------------

  * (2 Feb 2006) depth fixes
  	- enabled start_depth and end_depth to be changed for nav_tree
  without wierdness happening.  It used to be that end_depth was ignored,
  and if start_depth was anything other than 1, one would get too many links.

  * (25 Jan 2006) empty lists
  	Added a check to see that the generated list wasn't empty;
  before this, it would *always* put on the list_head and list_foot
  stuff even if there was nothing there.  Which meant that you
  could end up with something like <ul></ul> which is Not Nice.

  * (25 Jan 2006) parent_item_sep
  	Added the 'parent_item_sep' parameter to 'nav_bar'.

0.0601 Thu 19 January 2006
--------------------------

  * (19 Jan 2006) corrected error in changelog

0.06 Thu 19 January 2006
------------------------

  * (19 Jan 2006) mostly nav_bar
  	- added new function nav_bar, which does an across-the-top navbar
  	- added new option 'nohide' to override 'hide'
  	- renamed a number of options
  	- restructured the way some things were done

0.0502 Tue 17 January 2006
--------------------------

  * (17 Jan 2006) futher correction to navbar
  	This time fer shure!

0.0501 Tue 17 January 2006
--------------------------

  * (17 Jan 2006) corrected navbar error
  	My feature enhancement... didn't do what I thought it did.  Oops.

0.05 Tue 17 January 2006
------------------------

  * (17 Jan 2006) improved navbar
  	Now the navbar shows the next level up when the current page
  is not an index page; the siblings of its parent.

0.04 Fri 13 January 2006
------------------------

  * (13 Jan 2006) improved nav_tree
  	Revamped the logic and the options to make nav_tree more sensible
  and simpler to use.

  * (12 Jan 2006) nomenclature
  	Stop referring to directories; they're index pages.
  	Renamed 'dir_tree' to 'full_tree'.

0.03 Thu 12 January 2006
------------------------

  * (12 Jan 2006) renames,additions,nav_tree
  	- renamed breadcrumb_tree to breadcrumb_trail
  	- added the 'preserve_order' option to dir_tree
  	- added new function 'nav_tree' to make a nested navbar
  	- updated documentation
  	- fixes and tweaks

0.02 Wed 11 January 2006
------------------------

  * (11 Jan 2006) breadcrumb_tree
  	Added the 'breadcrumb_tree' function which makes a breadcrumb
  trail from the current_url.

  * (11 Jan 2006) minor fixes
  	Made the checking of the 'current_url' better.

0.01 Mon 09 January 2006
------------------------

  * (9 Jan 2006) tweaking documentation

  * (9 Jan 2006) commit tweaking
  	The ModDevAid stuff needed to not try to chmod non-existant scripts.

  * (9 Jan 2006) fixing tests
  	Just some minor bugs with the tests.

  * (9 Jan 2006) initial checkin