From 1b3aa8147318b9331818a55a6133d1debdb6b363 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 7 Jun 2003 14:14:39 +0000 Subject: [PATCH] Update svn: r1664 --- gramps2/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index dd9a81648..de26a128e 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,23 @@ +2003-06-07 Don Allingham + * src/ImageSelect.py + Fixed typo in on_drag_begin + * src/RelLib.py + Check for the existance of the witness member of an Event. ZODB + stores an object, so elements read in from old databases may not + have the element, which can cause a traceback. + +2003-06-06 Don Allingham + * src/AutoComp.py + Don't build popdown lists if the number of elements exceeds 250. + Otherwise, the menus will become unusable, and just consume + tons of memory. + +2003-06-04 Don Allingham + * src/VersionControl.py + Sort revision numbers based on numerical value instead of ASCII value. + * src/VersionControl.py + Check return values of all subprocesses + 2003-06-04 Alex Roitman * src/Report.py: Split ReportDialog into BareReportDialog and its subclass of ReportDialog. BareReportDialog has nothing to do with