2009-01-02  Paul Pogonyshev  <pogonyshev@gmx.net>

	--- Release 0.1.1 ---

	* NEWS: Update.

	* docs/py-gtktree.txt: Fix some method declarations after the
	latest 'model.py' changes.  Add copyright notice and simple
	permissive license.

	* README (Frequently Asked Questions): New section.
	(Copyrights and Licenses): Mention the license for
	'docs/py-gtktree.txt'.

	* gtktree/model.py (RowObjectListStore.index)
	(RowObjectListStore.insert_after, RowObjectListStore._do_insert)
	(RowObjectListStore.pop, RowObjectListStore.reorder)
	(RowObjectListStore.move_to, RowObjectListStore.__getitem__)
	(RowObjectListStore.__setitem__, RowObjectListStore.__delitem__)
	(RowObjectListStore._do_get_iter): Revamp all index access to use
	either _get_existing_row_index() or _get_insertion_point() for
	unification.
	(RowObjectListStore._get_existing_row_index): Use operator.index()
	to handle __index__() method as Python itself does.
	(RowObjectListStore._get_clamped_row_index): Remove method.
	(RowObjectListStore._get_insertion_point): New method, similar to
	removed one above, but fixed and generalized.

	* (Globally): Update copyright notices.

2008-12-30  Paul Pogonyshev  <pogonyshev@gmx.net>

	* generate-documentation.py: New file.

	* docs/py-gtktree.txt: Remove draft warning.  Use definition lists
	in reference part.

	* docs/reST.css: New file.

	* run-tests.py: Change to the top distribution directory first.

2008-12-29  Paul Pogonyshev  <pogonyshev@gmx.net>

	* test/list_store.py (RowObjectListStoreTestCase.test_set_slice)
	(RowObjectListStoreTestCase.test_set_extended_slice): New tests.

	* gtktree/model.py (RowObjectListStore.__setitem__): Implement
	assignment to slices.

	* docs/py-gtktree.txt: Document assignment to slices and remove
	disclaimers about its being unimplemented.

	* TODO: Remove the implemented item.

2008-12-28  Paul Pogonyshev  <pogonyshev@gmx.net>

	* setup.py: Fix author email and download url.

	* run-tests.py: Work also after fresh check-out (i.e. before
	'./setup.py' is run for the first time).



Changes before the project registration on Launchpad (2008-12-28) were not logged.


  Copyright (C) 2008, 2009 Paul Pogonyshev.

  Copying and distribution of this file, with or without modification,
  are permitted provided the copyright notice and this notice are preserved.



Local Variables:
coding: utf-8
End:
