r15770 - gnucash/branches/2.0 - Add ChangeLog entries for the set of backported changsets.

Derek Atkins warlord at cvs.gnucash.org
Fri Mar 30 17:57:27 EDT 2007


Author: warlord
Date: 2007-03-30 17:57:26 -0400 (Fri, 30 Mar 2007)
New Revision: 15770
Trac: http://svn.gnucash.org/trac/changeset/15770

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
Log:
Add ChangeLog entries for the set of backported changsets.
I'm bad.  I should've added them with the changes.  Oops.
Noch Ein Bier?



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14354
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14355
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2007-03-30 21:57:07 UTC (rev 15769)
+++ gnucash/branches/2.0/ChangeLog	2007-03-30 21:57:26 UTC (rev 15770)
@@ -1,3 +1,53 @@
+2007-03-30  Christian Stimming <stimming at tuhh.de>
+
+	* Implement some initial gnc_component_manager registering for the hbci dialogs. Partially fixes bug#409324.
+
+2007-03-30  Andreas Köhler  <andi5.py at gmx.net>
+	
+	* On creating a new account, do not check account types of children.
+
+	* In that situation, the current accounts type is invalid, so calling
+	  xaccAccountTypesCompatible against the chosen type will log an error.
+	  Because of the apparent lack of children there is no real problem, so
+	  just skip the test.
+
+2007-03-30  Andreas Köhler  <andi5.py at gmx.net>
+
+	* Patch from Mike Alexander to fix a memory leak in the summary bar.
+	  #413568.
+
+	* When gnc_main_window_summary_refresh is called to update the
+	  summary bar at the bottom of the main window, it gets a GList to
+	  manage the various currencies involved.  It never frees this
+	  list so each call leaks some memory.
+
+2007-03-30  David Hampton  <hampton at employees.org>
+
+	* Guile 1.8 seems to be pickier about inexact->exact producing integer
+	  numbers.
+
+2007-03-30  David Hampton  <hampton at employees.org>
+
+	* When deleting an account, correctly display the new account to which
+	  transactions will be moved.
+
+2007-03-30  Andreas Köhler  <andi5.py at gmx.net>
+
+	* Reenable search for Voucher Owner.  Fixes #410511.
+
+	* In the "Find Expense Voucher" search dialog one cannot search for
+	  voucher owners because of this typo.
+
+2007-03-30  Andreas Köhler  <andi5.py at gmx.net>
+
+	* Fix crash if OB setup druid gets closed while waiting for the
+	  wizard.  #409319.
+
+	* In the online banking setup druid the process is forked for
+	  executing the AqBanking Qt wizard. While waiting for it, the
+	  user can cancel the druid in an inner main loop, but the code
+	  once returned does not know that and crashes. Patch by cstim.
+
 2007-02-18  Chris Lyttle  <chris at wilddev.net>
 
 	* NEWS: Added some text about the release.



More information about the gnucash-changes mailing list