* remove TomF's comments from files in batch 7; the

ChangeLog is sufficient.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@8150 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2003-04-01 16:33:59 +00:00
parent 0fd566d9c1
commit 64715379f6
22 changed files with 8 additions and 150 deletions

View File

@@ -1,5 +1,11 @@
2003-04-01 Derek Atkins <derek@ihtfp.com>
* remove TomF's comments from files in batch 7; the
ChangeLog is sufficient.
2003-03-16 TomF changes for gnucash-gnome2-dev, 8th batch
* src/gnome-utils/cursors.c
Replace calls of deprecated gtk_container_get_toplevels by
gtk_window_list_toplevels
@@ -23,12 +29,12 @@
* src/gnome-utils/gtkselect.c
* src/gnome-utils/print-session.c
* src/gnome-utils/window-help.c
* src/gnome-utils/dialog-search.c
* src/gnome-search/dialog-search.c
* src/import-export/hbci/hbci-interaction.c
* src/import-export/hpci/hbci-progressmon.c
* src/register/register-gnome/combocell-gnome.c
* src/register/register-gnome/datecell-gnome.c
* src/register/register-gnome/gnucash.sheet.c
* src/register/register-gnome/gnucash-sheet.c
* src/register/register-gnome/table-gnome.c
* src/report/report-gnome/dialog-style-sheet.c

View File

@@ -4,12 +4,6 @@
* Author: Derek Atkins <warlord@MIT.EDU>
*/
/* 2003-03-12 TomF changes for Gnome-2 branch, 7th batch
* * src/business/business-gnome/dialog-billterms.c:
* Change gtk_object_ref to g_object_ref, same for unref,
* to replace deprecated function.
*/
#include "config.h"
#include <gnome.h>

View File

@@ -4,13 +4,6 @@
* Author: Derek Atkins <warlord@MIT.EDU>
*/
/*
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch
* * src/gnome-utils/dialog-search.c
* Change gtk_*_ref to g_object_ref, same for unref,
* to replace deprecated functions. *
*/
#include "config.h"
#include <gnome.h>

View File

@@ -20,13 +20,6 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome-utils/dialog-options.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated function. *
\********************************************************************/
#include "config.h"
#include <gnome.h>

View File

@@ -22,14 +22,6 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome-utils/dialog-transfer.c *
* Change gtk_object_ref to g_object_ref, same for unref, *
* to replace deprecated function. *
\********************************************************************/
#include "config.h"
#include <gnome.h>

View File

@@ -22,13 +22,6 @@
* *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome-utils/dialog-utils.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated function. *
\********************************************************************/
#include "config.h"
#include <glade/glade.h>

View File

@@ -24,13 +24,6 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome-utils/gnc-account-tree.c *
* Change gtk_style_ref to g_object_ref, same for unref, *
* to replace deprecated function. *
\********************************************************************/
#include "config.h"
#include <gnome.h>

View File

@@ -22,13 +22,6 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome-utils/gnc-html.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
#include "config.h"
#include <sys/types.h>

View File

@@ -21,13 +21,6 @@
* *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome-utils/gnc-mdi-utils.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
#include "config.h"
#include <gnome.h>

View File

@@ -25,13 +25,6 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
/*
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch
* * src/gnome-utils/gtkselect.c
* Change gtk_*_ref to g_object_ref, same for unref,
* to replace deprecated functions.
*/
#include <string.h>
#include "gtk/gtkarrow.h"

View File

@@ -20,13 +20,6 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome-utils/print-session.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
#define _GNU_SOURCE
#include "config.h"

View File

@@ -25,13 +25,6 @@
* *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome-utils/window-help.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
#include "config.h"
#include <errno.h>

View File

@@ -21,13 +21,6 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome/dialog-price-edit-db.c *
* Change gtk_object_ref to g_object_ref, same for unref, *
* to replace deprecated function. *
\********************************************************************/
#include "config.h"

View File

@@ -25,13 +25,6 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome/gnc-split-reg.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
#define _GNU_SOURCE
#include "config.h"

View File

@@ -25,13 +25,6 @@
* *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/gnome/window-register.c *
* Change gtk_object_ref to g_object_ref, same for unref, *
* to replace deprecated function. *
\********************************************************************/
#define _GNU_SOURCE
#include "config.h"

View File

@@ -20,13 +20,6 @@
* *
***************************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/import-export/hbci/hbci-interaction.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
#include "config.h"
#include <stdio.h>

View File

@@ -20,13 +20,6 @@
* *
***************************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/import-export/hpci/hbci-progressmon.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
#include "config.h"
#include <stdio.h>
#include <string.h>

View File

@@ -20,13 +20,6 @@
* *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/register/register-gnome/combocell-gnome.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
/*
* FILE: combocell-gnome.c
*

View File

@@ -20,13 +20,6 @@
* *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/register/register-gnome/datecell-gnome.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
/*
* FILE: datecell-gnome.c
*

View File

@@ -18,13 +18,6 @@
* *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/register/register-gnome/gnucash.sheet.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
/*
* The Gnucash Sheet widget
*

View File

@@ -20,14 +20,6 @@
* *
\********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/register/register-gnome/table-gnome.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
/*
* FILE:
* table-gnome.c

View File

@@ -21,13 +21,6 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
********************************************************************/
/********************************************************************\
* 2003-03-14 TomF changes for Gnome-2 branch, 7th batch *
* * src/report/report-gnome/dialog-style-sheet.c *
* Change gtk_*_ref to g_object_ref, same for unref, *
* to replace deprecated functions. *
\********************************************************************/
#include "config.h"
#include <gnome.h>