[Gnucash-changes] Change comments from yesterday and today.

David Hampton hampton at cvs.gnucash.org
Fri Jun 10 18:16:02 EDT 2005


Log Message:
-----------
Change comments from yesterday and today.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.222
retrieving revision 1.1487.2.223
diff -LChangeLog -LChangeLog -u -r1.1487.2.222 -r1.1487.2.223
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,37 @@
+2005-06-10  David Hampton  <hampton at employees.org>
+
+	* configure.in: Break out gtk from gnome to get access to a
+	GTK_CFLAGS variable.
+
+	* src/core-utils/gnc-gobject-utils.[ch]: Add functions for
+	tracking GObject based items.  To help find memory leaks, if
+	gnucash is compiled with --enable-ref-counts-dumps the contents of
+	this database will be dumped when gnucash quits.
+
+	* src/gnome-utils/gnc-tree-model.[ch]: New base tree model that
+	utilizes the new object tracking functions.
+
+	* src/gnome-utils/gnc-plugin.c:
+	* src/gnome-utils/gnc-plugin-page.c:
+	* src/gnome-utils/gnc-tree-view.[ch]: Utilize the new object
+	tracking functions in these gnucash base class objects.
+
+	* various: Remove old debugging code that is no longer
+	needed. Debugging is now in the base class objects.
+
 2005-06-09  David Hampton  <hampton at employees.org>
 
+	* src/gnome-utils/gnc-plugin-manager.[ch]: Assume ownership of all
+	registered plugins instead of incrementing their reference count.
+	Install a ui-shutdown hook so that the plugin manager can clean up
+	and free any installed plugins..
+
+	* src/app-utils/prefs.scm:
+	* src/core-utils/gnc-hooks.h:
+	* src/gnome-utils/gnc-menu-extensions.scm:
+	* src/report/report-gnome/report-gnome.scm:
+	* src/scm/main.scm: Finish regularizing C side hook names.
+
 	* src/gnome-utils/gnc-tree-view-account.c: Unref the sort_model so
 	that the entire set of models will be properly deleted.
 


More information about the gnucash-changes mailing list