* src/NameDisplay.py (sorted): Use sorted name, not display name flag.

* src/Sort.py (by_sorted_name): Add method.
* src/WebPage (dump_index): Proper sorting, for both last name
sections and the names within each section.


svn: r4679
This commit is contained in:
Alex Roitman
2005-05-25 18:51:10 +00:00
parent b444385631
commit 27e22a5b21
4 changed files with 35 additions and 10 deletions

View File

@@ -1,6 +1,11 @@
2005-05-25 Alex Roitman <shura@gramps-project.org>
* src/WriteGedcom.py (write_person): Typo.
* src/NameDisplay.py (sorted): Use sorted name, not display name flag.
* src/Sort.py (by_sorted_name): Add method.
* src/WebPage (dump_index): Proper sorting, for both last name
sections and the names within each section.
2005-05-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/plugins/ScratchPad.py: disabled search because it does not do
what the user expects.