2006-08-17 Alex Roitman <shura@gramps-project.org>

* src/StartupDialog.py (__init__): Pass its class to Assistant.
	* src/Exporter.py (__init__): Pass its class to Assistant.
	* src/Assistant.py (__init__): Accept parent class (to make
	assistants unique *only* within their type);
	(prepare_text_page): Use markup in the text.
	* NEWS: Update.
	* src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/plugins/MediaManager.py: Add new plugin (still in progress).



svn: r7192
This commit is contained in:
Alex Roitman
2006-08-17 21:39:20 +00:00
parent 196b654b80
commit 96a63cc061
6 changed files with 24 additions and 5 deletions

7
NEWS
View File

@@ -1,3 +1,10 @@
Version 2.1.95 -- the "" release
* Support for attributes in events and event references;
Support for AGE and AGENCY tags in GEDCOM.
* New Media Manager tool: advanced batch operations on media objects/files
* Verification tool displays disconnected people
* Bug fixes
Version 2.1.91 -- the "Strange women lying in ponds distributing swords
is no basis for a system of government" release
* Transaction-protected metadata (Alex)