diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index b2d7168c0..0a2c7b1f7 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,6 +1,7 @@ 2004-01-02 Alex Roitman * src/PedView.py (load_canvas): Produce generation labels based on the anchor. + * NEWS: Update status. 2004-01-01 Don Allingham * src/PedView.py (PedigreeView.load_canvas): switched anchor label from a label @@ -216,6 +217,7 @@ * src/plugins/FtmStyleAncestors.py (print_notes): Call write_note(). * src/plugins/IndivComplete.py (write_note): Call doc.write_note(). * src/plugins/WebPage.py (write_gallery,write_notes): Call write_note(). + 2003-12-13 Alex Roitman * src/docgen/KwordDoc.py (write_note): Implement function. * src/edit_person.glade: Correct hotkeys. diff --git a/gramps2/NEWS b/gramps2/NEWS index 7d7a581cb..69b8b55c8 100644 --- a/gramps2/NEWS +++ b/gramps2/NEWS @@ -1,9 +1,18 @@ Version 1.0.0 -- the "Stable as a tombstone" release +* Added Norwegian translation (Frode Jemtland). * New filter and custom filter rule based on the personal completeness flag. -* Improved GEDCOM support. +* Improved GEDCOM support. +* Support for EasyTree flavor of GEDCOM. * Phone field in Addresses and Places. * New "Add from database..." button in gallery tabs. * Format of the Notes can be set to Flowed or Preformatted. +* Reports can be opened with the appropriate application right after they + have been generated. +* Interface improvements. +* Anchor can be set in Pedigree View -- in that case generations are labeled + relative to that anchor. +* Manual is translated into French (Michel Guitel), German (Sebastian Vöcking), + and Russian (Alex Roitman) languages. Version 0.98.0 -- the "Round me off" release * More compliance with GNOME HIG.