Commit Graph

7019 Commits

Author SHA1 Message Date
Christian Stimming
80a503ffde Comment out stderr debugging output.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7909 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 22:35:54 +00:00
Christian Stimming
284edb9f82 2003-02-01 Christian Stimming <stimming@tuhh.de>
* src/import-export/generic-import.scm: Move transaction matcher
	preferences to "Online Banking & Import" preference page.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7908 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 22:24:36 +00:00
Christian Stimming
bcf17bf905 2003-02-01 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/gnc-hbci-cb.c: Add include config.h.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7907 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 22:23:08 +00:00
Christian Stimming
b429e48e51 Update HBCI documentation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7906 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 22:19:04 +00:00
Derek Atkins
5acf50fa9b * src/backend/postgres/PostgresBackend.c (pgendEnable):
Added ENTER/LEAVE statements

	* src/backend/postgres/escape.c: Adde gnc-engine-util.h,
	  and "module = MOD_BACKEND"
	- (sqlEscape_destroy): Added ENTER/LEAVE statemtents.

	* src/backend/postgres/gncquery.c (sql_Query_destroy): Added
	ENTER/LEAVE statements.

	* src/backend/postgres/putil.h: Cleaned up the formatting on the
	SEND/FINISH/EXEC/GET_RESULT macros.  Changed them to use
	PQresultErrorMessage where possible. Made them all set the Backend
	error message string.  Removed the PQfinish() calls, and setting
	be->connection to NULL.  Reasoning: if a malformed query fails, there is
	no reason to close the connection.  If an update/insert fails,
	again, there is no need to close the connection.  The user should
	be presented an error message and respond appropriately.  If
	a update/insert/delete fails, then generally the transaction is
	rolled back to the last BEGIN, thereby preventing data corruption.

	* src/engine/QueryNew.c (gncQueryPrint): Check that q is not NULL
	prior to processing it.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7905 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 21:26:33 +00:00
Christian Stimming
dda9a689f7 Updated header for translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7904 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 21:15:37 +00:00
Christian Stimming
706562a064 Updated translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7903 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 21:11:11 +00:00
Derek Atkins
b487e475b4 * src/gnome/window-register.c: fix the query code to use the correct
param list.  Fixes bug #104951


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7902 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 20:34:35 +00:00
Derek Atkins
93d0b4abb5 * src/business/business-gnome/dialog-invoice.c:
* src/business/business-gnome/glade/invoice.glade:
	  add handlers to immediately save the active and notes fields
	  as they are edited.  Fixes #104954

	  NOTE: This has a side effect of removing an invoice from any
	  open searches, but NOT replacing it if you click on the "active"
	  button.

	* src/business/business-gnome/business-gnome.scm: fix the "bill
	  reminder" so it doesn't create a query if there are no payables
	  accounts.

	* src/gnome-utils/gnc-menu-extensions.c: dgettext() and gettext()
	  return const char*.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7901 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-01 16:06:26 +00:00
Derek Atkins
0f55f75988 * src/import-export/qif-import/qif-file.scm: change the way that
parse-fields reports an error or warning.  In particular, return
	  a list such that the error is tied to the actual type.  This will
	  allow us to differentiate a date-parse ambiguity from any other
	  type of ambiguity.  Also add a new procedure that, when given the
	  (cdr parse-results) and a 'type' will return the actual error for
	  that particular type.
  	* src/import-export/qif-import/qif-import.scm: export the new symbol
	* src/import-export/qif-import/druid-qif-import.c: change the logic
	  to use the new parse results and only try to fill the date dialog if
	  there is actually a date parsing ambiguity.

	  Fixes Morrison J. Chang's QIF import problem.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7900 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-31 16:38:16 +00:00
Derek Atkins
08245a8ebb * src/report/report-system/options-utilities.scm:
* src/report/standard-reports/account-summary.scm:
	* src/report/standard-reports/balance-sheet.scm:
	* src/report/standard-reports/cash-flow.scm:
	* src/report/standard-reports/pnl.scm:
	  change the api to gnc:options-add-account-selection! to allow
	  the caller to set the default choice on "use-subaccounts", and
	  change the cash-flow report to default to 'no'.  This will make
	  sure that "Assets:A/P" is not included (since it shouldn't be).


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7899 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-31 03:00:50 +00:00
Christian Stimming
891889f808 Add #include "config.h" -- there were some complaints about missing ENABLE_NLS
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7898 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-30 22:46:43 +00:00
Christian Stimming
11fe8ee187 Updated translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7897 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-30 22:40:34 +00:00
Derek Atkins
eb62e27fd5 * Nathan Neulinger's patch to gnc-split-reg.[ch] to implement
a summary-bar "Projected minimum balance".  Somewhat fixes #102440.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7896 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-30 17:42:55 +00:00
Derek Atkins
c037893ce7 * po/np.po -- add the proper "Plural" header so it builds again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7895 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-30 14:53:14 +00:00
Derek Atkins
eb3c5eb238 Matthew Vanecek's PG patches...
* src/backend/postgres/Makefile.am: Changed the .sql.c target to
	not echo the beginning and ending quotes.  This is part of the
	gcc 3.x compatibility changes.

	* src/backend/postgres/PostgresBackend.c: Made some whitespace changes
	  for readability.
	- (pgend_book_load_poll): Commented out a PWARN about the old book
	  list not being empty. See added comments for why.
	- (pgend_book_load_poll): added a gnc_session_set_book() call so that
	  the session would have the correct book loaded (i.e., the book
	  that's stored in the DB).

	* src/backend/postgres/*.sql: Enclosed each line in a set of
	quotes "..".  The "multi-line literals" were causing compile errors
	for gcc 3.x.

	* src/backend/postgres/gncquery.c: ran indent on the file.
	- (STRING_TERM): Changed the comparison on STRING_MATCH_NORMAL to
	  STRING_MATCH_CASEINSENSITIVE for purposes of adding a '*' to the
	  comparison operator "~".  The code was writing a "=*" which is
	  invalid, but "~*" is valid for case-insensitive regex searches.
	- (sqlQuery_build): Added a "more_and = 0" to the final if statement
	  of the "for (il = qterms; il; il = il->next)" loop.  This will
	  prevent a stray "AND" being appended to the end of the "WHERE" clause
	  of a dynamic query.

	* src/backend/postgres/kvp-sql (store_cb): In "case KVP_TYPE_TIMESPEC",
	changed the 'cb_data->stype = "timespec"' to 'cb_data->stype = "time"'.
	The destination field in the database is defined as 4 characters, and
	the extra chars in stype were causing an insertion error.

	* src/backend/postgres/putil.h (FINISH_QUERY): Changed the error to use
	PQresultErrorMessage() instead of PQerrorMessage().

	* src/backend/postgres/test/db-control.sh (our_pg_ctl): Changed the
	script to return -1 if pg_ctl was not found in PATH.

	* src/backend/postgres/test/run-tests.sh: If db-control.sh returns
	failure, the attempt to connect to $PGHOST on $PGPORT.

	* src/backend/postgres/test/test-db.c: Included QueryNew.h.  Added the
	  _dbinfo struct to pass host, port, dbname, and mode information
	  around. Everywhere that used db_name/mode is now using DbInfor->*.
	- Ran indent on the file.
	- Added a drop_database function to call dropdb on the database used
	  for the tests.  This eventually needs to be changed so that every
	  "return FALSE" first calls gnc_session_destroy(session), before this
	  new function is called.
	- (db_file_url): Changed the function to handle TCP connections as well
	  as socket connections.
	- (load_db_file): Added a PGBackend object from which to get a PGconn
	  connection to store in DbInfo.
	- (test_raw_query): Added a call to gncQueryPrint() if
	  gnc_should_log(MOD_TEST, GNC_LOG_DETAIL)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7894 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-30 04:06:38 +00:00
Derek Atkins
bd57bf6706 * src/report/standard-reports/cash-flow.scm: only asset accounts
are in the default account selection, tables use normal-row
	  and alternate-row


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7893 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-30 01:56:16 +00:00
Christian Stimming
64e3df7a5f Updated Dutch translation by Hendrik-Jan Heins <hjh@passys.nl>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7892 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-29 18:29:39 +00:00
Derek Atkins
8c88db7d72 * configure.in -- fix the PG test to deal properly with non-standard
locations.  In particular, AC_CHECK_HEADERS() uses CPPFLAGS, not
	  CFLAGS.
	* src/backend/postgres/Makefile.am: use PGSQL_CFLAGS and PGSQL_LIBS
	* src/backend/postgres/test/Makefile.am: use PGSQL_CFLAGS


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7891 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-29 05:08:17 +00:00
Christian Stimming
9aa13ea431 2003-01-28 Christian Stimming <stimming@tuhh.de>
* po/it.po: Updated Italian translation by Lorenzo Cappelletti
	<L.Cappelletti@mail.com>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7890 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-28 22:16:29 +00:00
Christian Stimming
698c5a64ee i2003-01-27 Christian Stimming <stimming@tuhh.de>
* po/nl.po: Updated Dutch translation by Hendrik-Jan Heins
	<hjh@passys.nl>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7889 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-27 22:41:32 +00:00
Christian Stimming
6ec846c1f0 2003-01-27 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/gnc-hbci-getbalance.c: Introduced yet
	more user messages about what is supported by the bank.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7888 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-27 22:25:28 +00:00
Derek Atkins
30663ec6c9 * configure.in -- don't assume gtkhtml is avail from gnome-config
when testing for zvt.  Use the (already aquired) $GTKHTML_LIBS
	  instead.  Fixes Stan's problem from gc-devel.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7887 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-27 17:54:15 +00:00
Christian Stimming
541a0122ce 2003-01-27 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/glade/hbci.glade: Some more GUI work for
	HBCI setup, like clarifying some comments.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7886 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-26 23:23:59 +00:00
Joshua Sled
f3c03a9dc8 2003-01-25 Joshua Sled <jsled@asynchronous.org>
* src/gnome/dialog-scheduledxaction.c (gnc_sxed_update_cal): Fix
	the Recurrence-Frequency example-calendar date calculation to show
	upcoming instances correctly.

	* src/engine/SchedXaction.c (xaccSchedXactionGetNextInstance):
	Remove the validity check on the temporal-state-data's notion of
	the last-occurance date; as invalidity means something important,
	we must let it through; fixes Bug#103955.

	* src/backend/file/gnc-schedxaction-xml-v2.c
	(gnc_schedXaction_dom_tree_create): Make output of the
	deferred-instance last-date node optional on it's validity.

	* src/gnome/dialog-sxsincelast.c (cancel_check): Change assertion
	into conditional-activity, allowing rational use-case and fixing
	Bug #103182.

	* src/gnome/dialog-scheduledxaction.c (editor_ok_button_clicked):
	Correctly update available SX lists instead of the one we were
	spawned from, which may have disappeared in the mean time.  Fixes
	Bug#103629 [and allows the future fix of not needing to open the
	SX List Dialog when clicking "Advanced..." in the sx-from-transaction
	SX Editor-open vector].


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7885 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-26 02:53:58 +00:00
Christian Stimming
efcd9e71f1 2003-01-26 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/hbci.scm, gnc-hbci-utils.c: Add
	preference (on advanced tab) to enable HBCI debug messages.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7884 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-26 01:07:59 +00:00
Christian Stimming
c25ecebe8b 2003-01-25 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/gnc-hbci-getbalance.c: Fix HBCI problem
	with negative account balances.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7883 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-25 11:52:25 +00:00
Christian Stimming
1a5c80e4ed 2003-01-25 Christian Stimming <stimming@tuhh.de>
* src/engine/Scrub.c (xaccTransScrubImbalance): Fix rounding of
	the imbalance amount, #104343.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7882 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-25 11:07:42 +00:00
Christian Stimming
389f393d5b 2003-01-25 Christian Stimming <stimming@tuhh.de>
* po/en_GB.po: Updated British English translation by Nigel Titley
	<nigel@titley.com>.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7881 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-25 10:33:38 +00:00
Christian Stimming
b8b8d33626 Updated German translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7880 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-25 10:28:41 +00:00
Derek Atkins
41428b9bc6 * configure.in -- Apply Bill Nottingham's patch to use db4/db_185.h
(fixes #104178)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7879 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-23 21:04:44 +00:00
David Hampton
4d25dc73c7 Turn off the guile-1.6 complaint about deprecated functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7878 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-23 06:30:21 +00:00
David Hampton
db578fc4a9 Add new script that dumps all the data returned by F::Q for a stock.
It also indicates which data field gnucash requires, which are
optional, etc.  Intended for troubleshooting.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7877 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-23 03:54:37 +00:00
Derek Atkins
238f756297 * src/business/business-gnome/glade/*.glade -- fix a tooltip to
let the user know that they can (should?) leave the ID blank
	  so the system will choose one for them.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7876 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 21:44:13 +00:00
Derek Atkins
496f2b7fae * src/business/business-gnome/glade/*.glade -- fix a tooltip to
let the user know that they can (should?) leave the ID blank
	  so the system will choose one for them.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7875 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 21:27:47 +00:00
Derek Atkins
2a6bcf2897 * src/business/business-ledger/gncEntryLedgerLoad.c -- limit the
accounts in the pull-down list to accounts that are NOT
	  placeholder, A/R, A/P, Cash, Bank, or Equity accounts.  This
	  is also to encourage the user to "choose wisely" :)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7874 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 21:22:24 +00:00
Derek Atkins
d16e0d846e * src/business/business-ledger/gncEntryLedgerModel.c -- relabel
the "Account" column to "Income Account" or "Expense Account"
	  to better encourage the user to "choose wisely".


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7873 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 21:10:17 +00:00
Derek Atkins
fdc0ce054a * src/business/business-reports/business-reports.scm -- need to
load business-gnome module, which loads gnome-utils module, for
	  a couple HTML definitions (which should eventually be moved
	  elsewhere so that the reports themselves don't depend on
	  gnome...  This fixes Wilddev's report problem.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7872 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 20:24:00 +00:00
David Hampton
bd47b9e12e /tmp/cvsfPRCsz
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7871 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 01:28:24 +00:00
David Hampton
097e4451e3 Fix problem getting quotes from trustnet.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7870 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 01:23:57 +00:00
Derek Atkins
4da35d35e5 * configure.in: be more liberal in the use of AS_SCRUB_INCLUDE
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7869 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-21 20:32:51 +00:00
Chris Lyttle
a1a2124aef release 1.7.8
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7867 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-21 08:23:12 +00:00
Derek Atkins
460dbf4de6 John Pierce's Makefile patches...
* Makefile.am
	  Added distributed generated files to distcleancheckfiles.
          Added distcheck-hook to deal with automake1.5 stupidity.

	* src/doc/Makefile.am
	  Move doxygen log and cache to distclean-local.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7866 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-21 04:40:19 +00:00
Derek Atkins
d6a881c21a * src/app-utils/test/test-scm-query-string.c -- fix a memory leak
in the test.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7865 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-21 03:07:14 +00:00
Derek Atkins
dbe33ca873 * src/engine/gnc-numeric. -- fix the gnc_numeric_lcd() algo to
actually work with numbers that are not co-divisible but have
	  multiple-powers of co-factors.  For example, the old algorithm
	  thought the LCM of 100,96875 was 3100, when it is really 387500,
	  because it was removing the factor of '5' too many times..


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7864 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-21 01:50:16 +00:00
Linas Vepstas
5143d67952 Only the Etrade OFX url remains
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7863 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-20 19:59:05 +00:00
Linas Vepstas
8674d560bd remove old, dead ofx code
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7862 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-20 19:53:23 +00:00
Linas Vepstas
c0ee995257 remove dead code
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7861 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-20 19:44:43 +00:00
Derek Atkins
193fd8ef83 * src/engine/QueryNew.c -- g_list_append() can take a LONG time
and on big queries the merge can appear to take a long time.
	  So, let's use g_list_prepend() and g_list_reverse() to speed
	  up the process significantly.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7860 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-20 19:17:13 +00:00
Derek Atkins
6b85475af0 2003-01-19 John Pierce <XXXXXXXXXXX>
* doc/Makefile.am
	* src/doc/Makefile.am
	* src/doc/design/Makefile.am
	* src/experimental/cgi-bin/Makefile.am
	  Added docs that were missing from dist.
	  Moved doxygen clean rules to maintainer-clean.
	  Moved texinfos to maintainer-clean.

	* lib/libc/Makefile.am
	  Added sources needed for OS X to dist.

	* src/app-utils/Makefile.am
	* src/backend/postgres/Makefile.am
	* src/business/business-core/Makefile.am
	* src/business/business-gnome/Makefile.am
	* src/business/dialog-tax-table/Makefile.am
	* src/core-utils/Makefile.am
	* src/engine/Makefile.am
	* src/gnc-module/Makefile.am
	* src/gnc-module/test/mod-bar/Makefile.am
	* src/gnc-module/test/mod-baz/Makefile.am
	* src/gnc-module/test/mod-foo/Makefile.am
	* src/gnome/Makefile.am
	* src/gnome-search/Makefile.am
	* src/import-export/Makefile.am
	* src/import-export/binary-import/Makefile.am
	* src/import-export/qif-io-core/Makefile.am
	* src/register/register-core/Makefile.am
	* src/report/report-gnome/Makefile.am
	* src/scm/Makefile.am
	* src/app-file/Makefile.am
	* src/gnome-utils/Makefile.am
	  Put generated headers into dist.
	  Moved symlinks to distclean.
	  Moved generated files to maintainer-clean.
	  Put generated gw-.*.scm files in dist for parity.
	  Put generated sources into dist.
	  Moved generated source to maintainer-clean.

	* src/bin/overrides/Makefile
	  Made built scripts depend on config.status to ensure
	  they're rebuilt when paths change.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7859 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-20 17:11:50 +00:00