From 4b3fc4a2b4a16a7f3d7d945e9dd6563ec3ab5e15 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 3 Jun 2003 20:08:19 +0000 Subject: [PATCH] Update svn: r1651 --- ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38fb19818..78fda7d60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,22 @@ 2003-06-03 Don Allingham - * src/VersionControl.py + * src/VersionControl.py: Brought revision selection dialog up to date. Was dependant on the old CList. +2003-06-03 Alex Roitman + * src/Plugins.py (on_apply_clicked): Do not destroy dialog window. + (on_ok_clicked): Added. Destory the dialog and do on_apply_clicked(). + * src/plugins.glade: Added tooltips to Apply and OK buttons. + +2003-06-03 Alex Roitman + * src/plugins/FtmStyleAncestor.py (apply_filter): + Fixed generation condition. + * src/plugins/FtmStyleDescendants.py (write_report): + Do not print children if the current generation is the last. + * src/plugins/DetDescendantReport.py (filter): + Make it apply_filter, clean up and make shorter, modify numbering + algorithm so that no gaps occur in people's indices. + 2003-06-03 Alex Roitman * src/plugins/FtmStyleAncestor.py (print_more_about,print_notes): Change to regular name instead of formal name.