From 78f38c6ebd959f3b613f856d7f29df894732d8ce Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Mon, 20 Feb 2006 19:55:36 +0000 Subject: [PATCH] ChangeLog entries git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13327 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 809c38d8d4..98a8b5e139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-02-20 Neil Williams + + * lib/libqof/qof/gnc-event.c : + * lib/libqof/qof/gnc-event-p.h : + * lib/libqof/qof/gnc-event.h : Removed files. + + * lib/libqof/qof/qofevent.c : + * lib/libqof/qof/qofevent-p.h : + * lib/libqof/qof/qofevent.h : Replacement files using extensible + event identifiers. + + * lib/libqof/qof/deprecated.c : Old functions now pointed to + replacements. + * lib/libqof/qof/deprecated.h : Old defines now pointed to + replacements. + + * lib/libqof/qof/qof.h : Replace files. + * lib/libqof/qof/Makefile.am : Replace files. + + 2006-02-20 David Hampton * src/gnome/dialog-scheduledxaction.c: