svn: r2239
This commit is contained in:
Don Allingham 2003-10-12 04:28:56 +00:00
parent fee585d80c
commit 314d0511ba
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,13 @@
2003-10-11 Don Allingham <dallingham@users.sourceforge.net>
* src/GrampsCfg.py: eliminate name only option in status line
* src/RelLib.py : support for capitalized name formats
* src/EditPerson.py: eliminate capitilzing names, instead rely on
the display formats
* src/Utils.py: new display formats for names
* src/GrampsCfg.py: eliminate name only option in status line,
add support for capitalized name formats
* src/gramps_main.py: eliminate name only option in status line
* src/preferences.py : eliminate name only option in status line
* src/preferences.glade : eliminate name only option in status line,
drop capitalize in favor of expanded name format
* src/plugins/GraphViz.py: install only for python 2.2
* src/plugins/WebPage.py: handle page titles
* src/docgen/HtmlDoc.py: handle page titles

4
NEWS
View File

@ -1,3 +1,7 @@
Version 0.9.6?
* Person View uses a tree format instead of list format
* Captialization is done as a display format, not as a database modification
Version 0.9.5 -- the "Fix me up" release
* Fixed problem with deleting/merging people.